You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add schema input to LLM nodes for structured JSON output
Enable structured output via JSON schema across Workers AI, OpenAI, and
Gemini LLM nodes. When a schema is selected, the executor converts it to
JSON Schema and passes it to each provider's native structured output API.
Output type changed from string to any to support JSON responses.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments