| Field | Type | Required | Description |
|---|---|---|---|
timestamp |
Optional[int] | ➖ | Unix timestamp in millis for the chat request. |
agent |
Optional[str] | ➖ | Either DEFAULT (company knowledge) or GPT (world knowledge). |
user_query |
Optional[str] | ➖ | Initial query entered by the user. |
search_query |
Optional[str] | ➖ | Search query performed by the agent. |
result_documents |
List[models.ResultDocument] | ➖ | List of documents read by the agent. |
response |
Optional[str] | ➖ | N/A |