CustomToolCallOutputKind¶
This docs was updated at: 2026-02-23
com.paragon.responses.spec.CustomToolCallOutputKind ยท Interface
The output from the custom tool call generated by your code. Can be a string or an list of output content. This is a sealed interface. Allowed implementations 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.