BaseModel
steps. Helps track the agent’s decision-making process and provides
transparency into how the agent arrived at its response.
Trajectory can capture intermediate steps like:
- A reasoning step with a message
- A tool execution with tool name, input, and output
- title: Title of the trajectory update.
- content: Markdown-formatted content of the trajectory update.
Class Attributes
| Attribute | Type | Default |
|---|---|---|
title | str | None | None |
content | str | None | None |
group_id | str | None | None |