| Field | Type | Required | Description |
|---|---|---|---|
timestamp |
Optional<Long> | ➖ | Unix timestamp in millis for the chat request. |
agent |
Optional<String> | ➖ | Either DEFAULT (company knowledge) or GPT (world knowledge). |
userQuery |
Optional<String> | ➖ | Initial query entered by the user. |
searchQuery |
Optional<String> | ➖ | Search query performed by the agent. |
resultDocuments |
List<ResultDocument> | ➖ | List of documents read by the agent. |
response |
Optional<String> | ➖ | N/A |