-
-
Notifications
You must be signed in to change notification settings - Fork 22.6k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Description
Currently, the Agent Node does not support structured JSON output, unlike the LLM Node.
This makes it harder to work with deterministic outputs for APIs, webhooks, or database integrations, forcing the use of workarounds such as regex, extra nodes, or manual post-processing.
Add an option in the Agent Node for structured JSON responses, with support for schema definition (similar to the LLM Node), allowing:
Define a JSON Schema.
Automatically validate the output.
Expose the parsed JSON in the node’s output.
Benefits:
Easier integrations.
Less need for post-processing.
More reliable and consistent agent responses.
Feature Category
New Node/Component
Problem Statement
No response
Proposed Solution
No response
Mockups or References
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request