Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 2.02 KB

File metadata and controls

13 lines (10 loc) · 2.02 KB

FeedbackChatExchange

Fields

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