mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-01 01:30:51 +08:00
Revert "feat(agent): add name field to AgentSessionEntitySchema"
This reverts commit 8058ed21b3.
This commit is contained in:
parent
8058ed21b3
commit
d1819274bb
@ -80,7 +80,6 @@ export interface ListOptions {
|
||||
// AgentSession entity representing a conversation session with one or more agents
|
||||
export const AgentSessionEntitySchema = AgentBaseSchema.extend({
|
||||
id: z.string(),
|
||||
name: z.string(),
|
||||
agent_id: z.string(), // Primary agent ID for the session
|
||||
agent_type: AgentTypeSchema,
|
||||
// sub_agent_ids?: string[] // Array of sub-agent IDs involved in the session
|
||||
|
||||
Loading…
Reference in New Issue
Block a user