We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49cdde0 + 164d3d9 commit 2be24e7Copy full SHA for 2be24e7
articles/ai-services/agents/how-to/tools/function-calling.md
@@ -58,7 +58,7 @@ def fetch_weather(location: str) -> str:
58
weather_json = json.dumps({"weather": weather})
59
return weather_json
60
61
- # Statically defined user functions for fast reference
+# Statically defined user functions for fast reference
62
user_functions: Set[Callable[..., Any]] = {
63
fetch_weather,
64
}
@@ -437,4 +437,4 @@ foreach (ThreadMessage threadMessage in messages)
437
438
## See also
439
440
-* [Lean how to ground agents by using Bing Web Search](./bing-grounding.md)
+* [Lean how to ground agents by using Bing Web Search](./bing-grounding.md)
0 commit comments