HistoryInteraction
Represents one question–answer interaction in a conversation history.
Properties
| Property | Required | Type | Description |
|---|---|---|---|
| question | True | HistoryQuestion | The user's question/instructions for the research agent. |
| answer | True | HistoryAnswer | The agent's answer to the question. |