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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Now workflow nodes (workers and agents) can define a specific LLM model for themselves.
Compatibility with version 0.3 of langchain-openai, which introduced native support for formatted_output with Pydantic. This eliminates the need for auxiliary properties like min_length and default.
Fixed
Synthesizer prompt conditional rule adjustment to also check empty lists of selected nodes.