Update src/prompts/rag_template.yaml
Browse files
src/prompts/rag_template.yaml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
sys_msg: "
|
| 2 |
-
You are a function calling AI model. You are provided with function signatures within <tools></tools> XML tags.
|
| 3 |
<tools>
|
| 4 |
{tools}
|
| 5 |
</tools>
|
|
|
|
| 1 |
sys_msg: "
|
| 2 |
+
You are a function calling AI model. You are provided with function signatures within <tools></tools> XML tags. Call one or more functions that best assist with the user query. Don't make assumptions about what values to plug into functions. Here are the available tools:
|
| 3 |
<tools>
|
| 4 |
{tools}
|
| 5 |
</tools>
|