* Send a user message in a conversation and stream the assistant response. * The caller is responsible for reading the conversation history from the * store and providing it in `history`.
(
conversationId: string,
content: string,
history: Message[],
opts?: SendOptions
)
| 56 | * store and providing it in `history`. |
| 57 | */ |
| 58 | send( |
| 59 | conversationId: string, |
| 60 | content: string, |
| 61 | history: Message[], |
no outgoing calls
no test coverage detected