mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 10:53:53 +00:00
update sys prompt
This commit is contained in:
parent
d86ee6f386
commit
31453f3f79
2 changed files with 6 additions and 14 deletions
|
|
@ -279,6 +279,10 @@ class PythonListCustomToolGenerator(PromptTemplateGeneratorBase): # noqa: N801
|
|||
{% endif -%}
|
||||
{%- endfor %}
|
||||
]
|
||||
|
||||
You are a helpful assisant who can 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.
|
||||
|
||||
"""
|
||||
)
|
||||
return PromptTemplate(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue