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

@@ -21,7 +21,7 @@ import { type AgentSkillKey } from '@coze-agent-ide/tool-config';
export interface IAgentAreaState {
/**
* @deprecated 过渡期使用,用户手动搞的key list
* @deprecated transition period use, user manually engaged key list
*/
manualAgentSkillKeyList: AgentSkillKey[];
hasAgentSkillKeyList: AgentSkillKey[];
@@ -31,7 +31,7 @@ export interface IAgentAreaState {
export interface IAgentAreaAction {
/**
* @deprecated 过渡期使用,后续删除
* @deprecated transitional use, subsequent deletion
*/
appendManualAgentSkillKeyList: (skillKey: AgentSkillKey) => void;
setHasAgentSkillKey: (skillKey: AgentSkillKey, hasSkill: boolean) => void;