Skip to main content
A prompt can call another prompt or trigger a workflow as a tool. The model decides when to invoke it, PromptJuggler handles the execution, and the output feeds back into the conversation. Select the prompt or workflow from a dropdown and choose a version (or tag, or latest published). The parent prompt receives the tool’s output – text only, not internal state. If you need to share more context between them, channels and memory can help, though things get interesting fast when prompts start nesting deeply. The parent prompt can also set the channel for a tool-prompt, orchestrating which memory lane it reads from and writes to. This is one of the building blocks of agentic patterns: a coordinator prompt directing specialist prompts, each on their own channel.