(
aiChatId: string,
role: AIMessageRole,
content: string,
dataKeywords?: string[],
dataMessageCount?: number,
contentBlocks?: ContentBlock[],
tokenUsage?: TokenUsageData
)
| 124 | // ===== 消息 ===== |
| 125 | getMessages(aiChatId: string): Promise<AIMessage[]> |
| 126 | addMessage( |
| 127 | aiChatId: string, |
| 128 | role: AIMessageRole, |
| 129 | content: string, |
no outgoing calls