Skip to content

Commit 2be24e7

Browse files
Merge pull request #240 from ry0y4n/patch-5
Fix format on function-calling.md
2 parents 49cdde0 + 164d3d9 commit 2be24e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/agents/how-to/tools/function-calling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def fetch_weather(location: str) -> str:
5858
weather_json = json.dumps({"weather": weather})
5959
return weather_json
6060

61-
# Statically defined user functions for fast reference
61+
# Statically defined user functions for fast reference
6262
user_functions: Set[Callable[..., Any]] = {
6363
fetch_weather,
6464
}
@@ -437,4 +437,4 @@ foreach (ThreadMessage threadMessage in messages)
437437
438438
## See also
439439
440-
* [Lean how to ground agents by using Bing Web Search](./bing-grounding.md)
440+
* [Lean how to ground agents by using Bing Web Search](./bing-grounding.md)

0 commit comments

Comments
 (0)