Optional
descriptionAn optional human readable description of what the tool does.
Accepts markdown formatted text.
Optional
requestOptional request metadata sent to a tool.
Optional
args?: unknownArguments sent to the tool. If this is properly formed JSON, it will be shown as a code block.
Optional
responseOptional response from a tool.
Content returned by the tool. If this is properly formed JSON, it will be shown as a code block.
You can also return markdown compatible text here.
Optional
statusOptionally, share the status of this step. An icon will appear in the view showing the status. If no status is shared, the UI will assume success.
Optional
titleThe plain text name of the step.
Optional
tool_The plain text name of the tool called.
This schema is in beta. A chain of thought step is meant to show tool calls and other steps made by your agent to reach its final answer.