qlikcloud_assistant_chat
Send a message to a Qlik Answers assistant to get answers, preserving conversation context across calls.
Instructions
Send a message to a Qlik Answers assistant and get a response.
Runs as the signed-in Qlik Cloud user, with exactly their permissions: the assistant answers from the knowledge bases that user can access.
Maintains conversation context across calls by reusing the same thread. On the first call, omit thread_id and a new thread is created automatically. Pass the returned thread_id on subsequent calls to continue the conversation.
Args: assistant_id: ID of the assistant to query (use qlikcloud_get with path /api/v1/assistants to list them) message: The question or message to send thread_id: Optional thread ID from a previous call to continue the conversation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| thread_id | No | ||
| assistant_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |