* feat: Add structured JSON output support to Agent Node - Add agentStructuredOutput input parameter matching LLM Node structure - Implement configureStructuredOutput method to convert schema to Zod - Add createZodSchemaFromJSON helper for complex JSON schemas - Configure structured output before binding tools (required order) - Disable streaming when structured output is enabled - Extract structured fields in prepareOutputObject method - Resolves issue #5256 * lint fix * add structured output to Agent node * add structured output to Agent node --------- Co-authored-by: Henry <hzj94@hotmail.com> |
||
|---|---|---|
| .. | ||
| Agent | ||
| Condition | ||
| ConditionAgent | ||
| CustomFunction | ||
| DirectReply | ||
| ExecuteFlow | ||
| HTTP | ||
| HumanInput | ||
| Iteration | ||
| LLM | ||
| Loop | ||
| Retriever | ||
| Start | ||
| StickyNote | ||
| Tool | ||
| Interface.Agentflow.ts | ||
| prompt.ts | ||
| utils.ts | ||