chore: replace all cn comments of fe to en version by volc api (#320)

This commit is contained in:
tecvan
2025-07-31 10:32:15 +08:00
committed by GitHub
parent 716ec0cba8
commit 71f6245a01
2960 changed files with 15545 additions and 15545 deletions

View File

@@ -17,9 +17,9 @@
import { type AbilityKey } from '@coze-agent-ide/tool-config';
import { ModelFuncConfigType } from '@coze-arch/bot-api/developer_api';
// AbilityKey ModelFuncConfigType 的映射
// Mapping of AbilityKey to ModelFuncConfigType
const abilityKeyFuncConfigTypeMap: {
// 确保每个 key 这里都有配置
// Make sure each key is configured here
[key in AbilityKey]: ModelFuncConfigType | null;
} = {
plugin: ModelFuncConfigType.Plugin,

View File

@@ -22,8 +22,8 @@ import {
} from '@coze-agent-ide/tool-config';
/**
* `能力模块主键` 转 `接口定义的属性名` 函数
* ⚠️ 命名需参看 @/services/auto-generate/developer_api/namespaces/developer_api > TabDisplayItems
* 'Capability module primary key 'to'interface-defined attribute name' function
* ⚠️ For naming, see @/services/auto-generate/developer_api/namespaces/developer_api > TabDisplayItems
*/
export const toolKeyToApiStatusKeyTransformer = (
$key: AbilityKey | SkillKeyEnum,