From 967a7b1a8a19793c40c57aca78ee9bc51aeb5998 Mon Sep 17 00:00:00 2001 From: hugocasa Date: Thu, 17 Sep 2026 14:52:16 +0200 Subject: [PATCH] docs: say what a deeper agent tool breaks in the picker comment Co-Authored-By: Claude Opus 5 --- .../src/lib/components/flows/map/InsertModuleInner.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/flows/map/InsertModuleInner.svelte b/frontend/src/lib/components/flows/map/InsertModuleInner.svelte index b539e5788b..550b056e11 100644 --- a/frontend/src/lib/components/flows/map/InsertModuleInner.svelte +++ b/frontend/src/lib/components/flows/map/InsertModuleInner.svelte @@ -25,8 +25,8 @@ kind?: 'script' | 'trigger' | 'preprocessor' | 'failure' allowTrigger?: boolean toolMode?: boolean - /** Off for a tool of a nested agent: the worker runs an agent tool only under a step's own - * agent, and leaves one nested any deeper out of what the model is offered. */ + /** Off for a tool of a nested agent: the worker refuses every call to a nested agent that + * carries an agent tool of its own, so offering one would break that nested agent. */ allowAiAgentTool?: boolean /** Narrow layout (450px instead of 650px). Defaults on for the preprocessor * and failure pickers; set it when the container cannot fit the wide one. */