Python class
FunctionCall
FunctionCallβ
class max.pipelines.request.FunctionCall(*, id, type='function', name, arguments, status=None)
Bases: BaseModel
A function call generated by the model.
-
Parameters:
-
- id (str)
- type (Literal['function'])
- name (str)
- arguments (str)
- status (FunctionCallStatus | None)
argumentsβ
arguments: str
idβ
id: str
model_configβ
model_config: ClassVar[ConfigDict] = {'frozen': True}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
nameβ
name: str
statusβ
status: FunctionCallStatus | None
typeβ
type: Literal['function']
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!