-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'Superagent' object has no attribute 'agents' #6
Comments
Taking a look, will add some more docs as well @dekacypher |
You should use
Response is the following:
|
Hi, thanks for the reply. However I still get the same
|
@dekacypher try this, works for me:
|
What's the difference in this? I tried it and got the same error |
? |
Please Send me the agent ID you are using |
@dekacypher did you get it working? If not, mind sharing your code implementation? |
No, i did not get it working. Heres the code, and I only have the token, not the agent-ID:
|
@dekacypher I see the issue now. You need to configure the LLM object as well. E.g:
|
When i first tried the code i got a
|
@dekacypher can you try again using the latest version of the SDK? |
Yes, I've just updated it.
|
Can you paste the code you are running plz? |
It's the same code you gave me |
I can't find the documentation to fix this error, I've tried both removing the
agents
fromclient.agents.create
and just thes
as I thought it might be a typo but then it throws anInternalServerError
The text was updated successfully, but these errors were encountered: