Python class
FunctionCallOutput
FunctionCallOutputβ
class max.pipelines.request.FunctionCallOutput(*, id, type='function_call_output', output)
Bases: BaseModel
The output from a function call.
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].
outputβ
output: str
typeβ
type: Literal['function_call_output']
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!