From 415c5557676de1c1a9000dea183d84f16a31e800 Mon Sep 17 00:00:00 2001 From: Hardik Shah Date: Sun, 6 Apr 2025 19:13:39 -0700 Subject: [PATCH] update prompt slightly --- .../models/llama/llama3/prompt_templates/system_prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/models/llama/llama3/prompt_templates/system_prompts.py b/llama_stack/models/llama/llama3/prompt_templates/system_prompts.py index 495e3aa83..e03fcfc93 100644 --- a/llama_stack/models/llama/llama3/prompt_templates/system_prompts.py +++ b/llama_stack/models/llama/llama3/prompt_templates/system_prompts.py @@ -280,7 +280,7 @@ class PythonListCustomToolGenerator(PromptTemplateGeneratorBase): # noqa: N801 {%- endfor %} ] - You are a helpful assisant who can can answer general questions or invoke tools when necessary. + You can answer general questions or invoke tools when necessary. In addition to tool calls, you should also augment your responses by using the tool outputs. """