Spaces:
Sleeping
Sleeping
ekhatskevich
commited on
Commit
·
76b2888
1
Parent(s):
4885711
fix: add type annotation
Browse files- 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
|
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"
|