yinbangzhong
2024-09-12 ff0ae974a1c561eaf2915988dac63cd066af189f
src/api/agentSession.ts
@@ -38,6 +38,14 @@
  );
}
export function updateAgentConversation(data) {
  return axios.post(
    '/api/v1/canvas/update_agent_conversation',
    data
  );
}
// 获取会话详情
export function getAgentSessionDetailsApi(id: string) {
  return axios.get(