We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7428811 commit 28bb346Copy full SHA for 28bb346
tool_use_package/weather_tool_example.py
@@ -48,7 +48,7 @@ def use_tool(self, city: str):
48
weather_tool = WeatherTool(tool_name, tool_description, tool_parameters)
49
50
# Pass the tool instance into the ToolUser
51
-tool_user = ToolUser([weather_tool], first_party=False)
+tool_user = ToolUser([weather_tool])
52
53
# Call the tool_user with a prompt to get a version of Claude that can use your tools!
54
if __name__ == '__main__':
0 commit comments