From b654a9c8ffa83aaf340baa07f4d17c08f19eff19 Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Thu, 21 Nov 2024 17:09:04 -0500 Subject: [PATCH] Update tool_calling.md --- docs/source/models/tool_calling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/models/tool_calling.md b/docs/source/models/tool_calling.md index 066d598c475be..d3edce2fce2f8 100644 --- a/docs/source/models/tool_calling.md +++ b/docs/source/models/tool_calling.md @@ -55,7 +55,7 @@ print(f"Result: {get_weather(**json.loads(tool_call.arguments))}") ``` Example output: -```json +``` Function called: get_weather Arguments: {"location": "San Francisco, CA", "unit": "fahrenheit"} Result: Getting the weather for San Francisco, CA in fahrenheit...