Fix reference in arcade docs Python example template to USER_ID instead of TOOL_NAME (#579)
This commit is contained in:
parent
ed9e9901f5
commit
a270472a09
2 changed files with 2 additions and 2 deletions
|
|
@ -130,7 +130,7 @@ TOOL_NAME = "{tool_fully_qualified_name}"
|
|||
|
||||
auth_response = client.tools.authorize(
|
||||
tool_name=TOOL_NAME,
|
||||
user_id=TOOL_NAME
|
||||
user_id=USER_ID,
|
||||
)
|
||||
|
||||
if auth_response.status != "completed":
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "arcade-ai"
|
||||
version = "2.2.2"
|
||||
version = "2.2.3"
|
||||
description = "Arcade.dev - Tool Calling platform for Agents"
|
||||
readme = "README.md"
|
||||
license = {file = "LICENSE"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue