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

@@ -53,7 +53,7 @@ export const TOOL_KEY_TO_API_STATUS_KEY_MAP: {
};
/**
* 这里的顺序 决定展示的顺序 请注意
* The order here determines the order of presentation, please note
*/
export const TOOL_GROUP_CONFIG = {
[ToolGroupKey.SKILL]: 'Skill',

View File

@@ -22,7 +22,7 @@ export const enum AbilityScope {
export type AbilityKey = ToolKey | AgentSkillKey;
/**
* ToolKey为了项目临时给大家起了一个名称,如果觉得名称不好可以全局替换一下
* ToolKey has temporarily given everyone a name for the project. If you think the name is not good, you can replace it globally.
*/
export const enum ToolKey {
PLUGIN = 'plugin',
@@ -68,8 +68,8 @@ export const enum ToolGroupKey {
}
/**
* 模块主键
* @deprecated 该使用方式已废弃, 请使用: `import { ToolKey } from '@coze-agent-ide/tool-config'`;
* module primary key
* @Deprecated This usage is deprecated, please use: 'import {ToolKey} from' @code-agent-ide/tool-config ';
*/
export enum SkillKeyEnum {
/** Skills */