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. """