You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not exactly sure which class is causing the issue, but when I try to create an agent with tools, I get NameError: name 'ArrayJsonSchemaProperty' is not defined
It works when I add
for finder, modname, ispkg in pkgutil.walk_packages(elevenlabs.__path__, prefix=elevenlabs.__name__ + "."):
module = importlib.import_module(modname)
module.__dict__["ArrayJsonSchemaProperty"] = ArrayJsonSchemaProperty
Code example
No response
Additional context
It seems to be working for a simple agent without tools.
The text was updated successfully, but these errors were encountered:
Description
Not exactly sure which class is causing the issue, but when I try to create an agent with tools, I get
NameError: name 'ArrayJsonSchemaProperty' is not defined
It works when I add
Code example
No response
Additional context
It seems to be working for a simple agent without tools.
The text was updated successfully, but these errors were encountered: