FunctionToolCallOutputKind¶
This docs was updated at: 2026-02-23
com.paragon.responses.spec.FunctionToolCallOutputKind ยท Interface
Text, image, or file output of the function tool call. This is a sealed interface. Allowed values are:
Text- A text input to the model.Image- An image input to the model. Learn about image inputs.File- A file input to the model.