Fix example (contents should be string)
Browse files
README.md
CHANGED
@@ -236,7 +236,7 @@ print(llm.create_chat_completion(
|
|
236 |
},
|
237 |
{ # The tool_call_id is from tool_calls and content is the result from the function call you made
|
238 |
"role": "tool",
|
239 |
-
"content": 20,
|
240 |
"tool_call_id": "call__0_get_current_weather_cmpl-..."
|
241 |
}
|
242 |
],
|
|
|
236 |
},
|
237 |
{ # The tool_call_id is from tool_calls and content is the result from the function call you made
|
238 |
"role": "tool",
|
239 |
+
"content": "20",
|
240 |
"tool_call_id": "call__0_get_current_weather_cmpl-..."
|
241 |
}
|
242 |
],
|