Python class
ParsedToolCall
ParsedToolCallβ
class max.interfaces.ParsedToolCall(id, name, arguments)
Bases: object
A parsed tool/function call extracted from model output.
argumentsβ
arguments: str
The function arguments as a JSON string.
idβ
id: str
The unique identifier for this tool call.
nameβ
name: str
The name of the function to call.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!