stepchoi commited on
Commit
e66d088
·
verified ·
1 Parent(s): 06b11bc

Update src/prompts/rag_template.yaml

Browse files
Files changed (1) hide show
  1. src/prompts/rag_template.yaml +1 -1
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. You may call one or more functions to 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>
 
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>