Allows to define a JSON response format, which the agent will use to structure its output.

Fields

NameTypeControlDefaultDescriptionOptionsValidation
PromptTextTextarea-Description of a JSON object to be created.--
ModelModel Id-palmyra-x4---
JSON SchemaJSON-JSON schema that defines the structure of the response. For example, {"type": "object", "properties": {...}, "required": [...]}.--

End states

Below are the possible end states of the block call.

NameFieldTypeDescription
Success-successIf the function doesn’t raise an Exception.
Error-errorIf the function raises an Exception.