Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 522 Bytes

File metadata and controls

12 lines (8 loc) · 522 Bytes

ToolCallInput

Input parameters for a tool call.

Properties

Name Type Required Description
thought Optional[str] No Any additional message content that the Agent provided for why it chose to call the tool.
inputs Dict[ToolInputName, ToolInputValue] Yes

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