Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 2.21 KB

File metadata and controls

13 lines (10 loc) · 2.21 KB

FeedbackChatExchange

Fields

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