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
New Node: To Tree! Converts a tree of objects into an ASCII tree, perfect for LLMs to parse.
New Node: Loop Until! Loops a subgraph until a condition is met. Simpler loops than the Loop Controller!
Interpolation functions! Now you can do {{text | indent 2}} or {{text | trim}} in your Text and Prompt nodes. Available functions are: indent [N], quote [N], uppercase, lowercase, trim, truncate, list [N], sort, dedent, and wrap [N]!
Changes & Bug Fixes
Large string arrays will be trimmed, improving performance.
Read Directory Node outputs a tree, for the To Tree node to parse.
Fix final partial output from Chat Node not appearing.
Fix double-system-prompt for Chat Node, when it's fed a messages list and a system prompt. (System Prompt port takes priority).