Python class
FunctionCallStatus
FunctionCallStatusβ
class max.pipelines.request.FunctionCallStatus(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
The status of the function call.
- in_progress: The function call is being generated.
- completed: The function call generation is complete.
- incomplete: The function call generation stopped before completion.
completedβ
completed = 'completed'
in_progressβ
in_progress = 'in_progress'
incompleteβ
incomplete = 'incomplete'
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!