update_chat_request_analytics
Update analytics fields on a chat request: summary, tags, answer_type, sentiment, classification_topic_id, or classification_intent_id. Only provided fields are updated. Use this to annotate or reclassify chat interactions after the fact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | List of tags to attach to the chat request. | |
| summary | No | Short summary or annotation for the chat request. | |
| sentiment | No | Sentiment classification: 'positive', 'negative', or 'neutral'. | |
| answer_type | No | Answer type classification: 'complete', 'no_knowledge', 'outside_scope', 'small_talk', or 'follow_up_question'. | |
| chat_request_id | Yes | ||
| classification_topic_id | No | UUID of the classification topic to assign to this chat request. | |
| classification_intent_id | No | UUID of the classification intent to assign to this chat request. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||