Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 605 Bytes

ContentDict.md

File metadata and controls

11 lines (7 loc) · 605 Bytes

ContentDict

Content

Properties

Name Type Required Description
exchanges List[SessionExchangeDict] Yes The conversation history for the session, represented as a list of exchanges. Each exchange represents an initiating message from the user and the Agent's response. Exchanges are returned in chronological order, starting with the first exchange.

[Back to Model list] [Back to API list] [Back to README]