Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 582 Bytes

File metadata and controls

13 lines (9 loc) · 582 Bytes

ToolCall

A tool call with its input and output.

Properties

Name Type Required Description
tool_metadata ToolMetadata Yes Details about the tool that was called, including the name and type of the tool.
input ToolCallInput Yes
output Optional[ToolCallOutput] No Empty if the tool call is in progress.

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