Skip to content
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

[Bug]: AssistantAgent class does not contain method .register_for_llm or .register_for_execution #2397

Open
tyler-suard-parker opened this issue Apr 16, 2024 · 1 comment
Labels
0.2 Issues which are related to the pre 0.4 codebase needs-triage

Comments

@tyler-suard-parker
Copy link
Contributor

Describe the bug

The AssistantAgent class does not have these to methods, which makes it unable to handle functions in the same way as its underlying class, ConversableAgent.

Steps to reproduce

Create an AssistantAgent and try to use the .register_for_llm or .register_for_execution methods on it.

Model Used

No response

Expected Behavior

No response

Screenshots and logs

No response

Additional Information

No response

@ekzhu
Copy link
Collaborator

ekzhu commented Apr 16, 2024

Can you post some code snippet? AssistantAgent subclasses ConversableAgent so it should have those methods.

@rysweet rysweet added 0.2 Issues which are related to the pre 0.4 codebase needs-triage labels Oct 2, 2024
@fniedtner fniedtner removed the bug label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.2 Issues which are related to the pre 0.4 codebase needs-triage
Projects
None yet
Development

No branches or pull requests

4 participants