Runchat Updates: March 31, 2025

Tool use, better code editor and UI improvements

RunchatMarch 31, 2025
release-notes

TOOL USE 🔨

You can now add any runchat (or the prompt/code/image/api nodes) as a tool in your prompt. You can then ask the language model to use this tool to do different things. This makes it possible to do things like perform basic maths using the code node, generate images directly in the prompt node, write to sheets using plain english prompts, create runchats to "think" about tasks before carrying them out etc. Runchats you add as tools can themselves also contain tool calls enabling complex planning.

UNDO CODE GENERATIONS 🫡

You can now undo your code generations to revert to pseudocode. This makes it possible to iterate on code generating prompts if necessary.

UI IMPROVEMENTS

The context and message types should now look more like typical chat interfaces to make it easier to understand what is being sent to the model