Skip to content

Commit 28bb346

Browse files
small fix to example (take it off bedrock)
1 parent 7428811 commit 28bb346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool_use_package/weather_tool_example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def use_tool(self, city: str):
4848
weather_tool = WeatherTool(tool_name, tool_description, tool_parameters)
4949

5050
# Pass the tool instance into the ToolUser
51-
tool_user = ToolUser([weather_tool], first_party=False)
51+
tool_user = ToolUser([weather_tool])
5252

5353
# Call the tool_user with a prompt to get a version of Claude that can use your tools!
5454
if __name__ == '__main__':

0 commit comments

Comments
 (0)