Add 'Observation:' to the get_weather function
#111
by
DKDanielBeck
- opened
unit1/dummy_agent_library.ipynb
CHANGED
@@ -401,7 +401,7 @@
|
|
401 |
"source": [
|
402 |
"# Dummy function\n",
|
403 |
"def get_weather(location):\n",
|
404 |
-
" return f\"the weather in {location} is sunny with low temperatures. \\n\"\n",
|
405 |
"\n",
|
406 |
"get_weather('London')"
|
407 |
]
|
|
|
401 |
"source": [
|
402 |
"# Dummy function\n",
|
403 |
"def get_weather(location):\n",
|
404 |
+
" return f\"Observation: the weather in {location} is sunny with low temperatures. \\n\"\n",
|
405 |
"\n",
|
406 |
"get_weather('London')"
|
407 |
]
|