feat(chat): add workspace chat, attachments and agent delegation
This commit is contained in:
@@ -68,7 +68,11 @@ export interface Conversation {
|
||||
message_count: number
|
||||
}
|
||||
|
||||
export interface WorkspaceContext { file_path: string; content: string }
|
||||
|
||||
export interface ChatMessage {
|
||||
attachments?: string[]
|
||||
workspace_context?: WorkspaceContext
|
||||
activity?: Array<{ type: 'thinking'; text: string } | { type: 'tool'; tool_call_id: string }>
|
||||
versions?: string[]
|
||||
message_id: string
|
||||
|
||||
Reference in New Issue
Block a user