ask_ava_streaming
Ask questions to DoiT's AI cloud assistant and receive streaming answers with conversation context.
Instructions
Interact with Ava, DoiT's AI-powered cloud assistant. Send a question to Ava and receive a streaming response via Server-Sent Events (SSE). The response streams back events containing the answer text, conversation ID, and message metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | The question to ask Ava. | |
| conversationId | No | Optional ID of an existing conversation to continue. | |
| customerContext | No | Scope the request to a specific customer by ID. Required for DoiT employees (whose token isn't tied to a single customer); omit for direct customer users. |