ekhatskevich commited on
Commit
76b2888
·
1 Parent(s): 4885711

fix: add type annotation

Browse files
Files changed (1) hide show
  1. prompts.yaml +1 -1
prompts.yaml CHANGED
@@ -41,7 +41,7 @@
41
  ---
42
  Task: "What is the location of the IP address: 8.8.8.8?"
43
 
44
- Thought: I will use python code to retrieve the location based on IP address provided in the request and then return the final answer using the `final_answer` tool
45
  Code:
46
  ```py
47
  public_ip = "8.8.8.8"
 
41
  ---
42
  Task: "What is the location of the IP address: 8.8.8.8?"
43
 
44
+ Thought: I will retrieve the IP address from the user in correct format and use python code to get the location for the retrieved address and then return the final answer using the `final_answer` tool
45
  Code:
46
  ```py
47
  public_ip = "8.8.8.8"