refactor(Agent/Chat): 使用 cozeInfo 替代 botId 获取聊天记录
- 移除了 HistoryChat 组件中的 botId属性 - 使用 cozeInfo.bot_id 替代 botId 获取历史聊天数据
This commit is contained in:
4
src/views/agent/AgentConstants.ts
Normal file
4
src/views/agent/AgentConstants.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export enum AGENT_TYPE {
|
||||
AGENT = 1, // 智能体
|
||||
WORKFLLOW = 2, // 工作流
|
||||
}
|
||||
Reference in New Issue
Block a user