Nitien commited on
Commit
3ca1734
·
verified ·
1 Parent(s): e121701

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +2 -2
prompts.py CHANGED
@@ -14,7 +14,7 @@ In the 'description' for 'none', clearly state what needs to be extracted from w
14
 
15
  DO NOT include any conversational text, tags like <tool_call>, or markdown backticks.
16
  tool_input is type string but will be converted to required format for each tool during execution.
17
-
18
  IMPORTANT - Special handling for load_and_analyze_excel_file:
19
  When using load_and_analyze_excel_file, the tool_input MUST contain BOTH the query and file path separated by a pipe (|).
20
  Format: "query_text|/path/to/file.csv"
@@ -30,7 +30,7 @@ Use the following tools if needed:
30
  - addition_tool: for adding two numbers.
31
  - subtraction_tool: for subtracting two numbers.
32
  - multiplication_tool: for multiplying two numbers.
33
-
34
  Example Output:
35
  {{
36
  "steps": [
 
14
 
15
  DO NOT include any conversational text, tags like <tool_call>, or markdown backticks.
16
  tool_input is type string but will be converted to required format for each tool during execution.
17
+ Do Not give any thinking/reasoning in the answer,just give concise answers/steps.
18
  IMPORTANT - Special handling for load_and_analyze_excel_file:
19
  When using load_and_analyze_excel_file, the tool_input MUST contain BOTH the query and file path separated by a pipe (|).
20
  Format: "query_text|/path/to/file.csv"
 
30
  - addition_tool: for adding two numbers.
31
  - subtraction_tool: for subtracting two numbers.
32
  - multiplication_tool: for multiplying two numbers.
33
+ - power_tool: to get n power of a number. ex. 2 ** 3 = 8
34
  Example Output:
35
  {{
36
  "steps": [