chore: replace all cn comments of fe to en version by volc api (#320)
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user