merge main

This commit is contained in:
StyleZhang
2024-09-24 11:44:38 +08:00
435 changed files with 14702 additions and 1343 deletions

View File

@ -106,6 +106,7 @@ export type MessageContent = {
metadata: Metadata
agent_thoughts: any[] // TODO
workflow_run_id: string
parent_message_id: string | null
}
export type CompletionConversationGeneralDetail = {