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