Expand description
Tool execution result types.
Structs§
- Tool
Result - The outcome of executing a tool.
Functions§
- error_
result - Create an error result with text content.
- json_
result - Create a success result by serializing a value to JSON.
- text_
result - Create a success result with text content.