From d05a4a87345d3beedf9a88ec72f434e0ac932ed0 Mon Sep 17 00:00:00 2001 From: Suraj Subramanian Date: Mon, 7 Apr 2025 11:08:10 -0700 Subject: [PATCH] clarify tool v/s ipython role --- llama_stack/models/llama/llama4/prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/models/llama/llama4/prompts.py b/llama_stack/models/llama/llama4/prompts.py index cfce6a97c..ef6992979 100644 --- a/llama_stack/models/llama/llama4/prompts.py +++ b/llama_stack/models/llama/llama4/prompts.py @@ -349,7 +349,7 @@ Reminder: ], notes=textwrap.dedent( """ - - Tool outputs should be passed back to the model in the `tool` role, which uses the `<|ipython|>` tag. + - Tool outputs should be passed back to the model in the `tool` (a.k.a. `ipython`) role. - The model parses the tool output contents until it encounters the `<|eom|>` tag. It uses this to synthesize an appropriate response to the query. """ ),