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

techeability can't be added to MultimodalConversableAgent #4176

Open
zuitbjc1096 opened this issue Nov 14, 2024 · 1 comment
Open

techeability can't be added to MultimodalConversableAgent #4176

zuitbjc1096 opened this issue Nov 14, 2024 · 1 comment
Labels
0.2 Issues which were filed before re-arch to 0.4

Comments

@zuitbjc1096
Copy link

What feature would you like to be added?

When I want't add teachability to MultimodalConversableAgent, it appears TypeError,
teachability.py", line 87, in add_to_agent
agent.system_message
TypeError: can only concatenate list (not "str") to list

After I change the code to fit different tye, it raise another ValueError:
conversable_agent.py", line 862, in _process_received_message
raise ValueError(
ValueError: Received message can't be converted into a valid ChatCompletion message. Either content or function_call must be provided.

Why is this needed?

Do you have any plan to add the teachability to MultimodalConversableAgent?

@jackgerrits
Copy link
Member

@rickyloynd-microsoft does teachability support MultimodalConversableAgent in 0.2?

@jackgerrits jackgerrits added 0.2 Issues which were filed before re-arch to 0.4 and removed needs-triage labels Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.2 Issues which were filed before re-arch to 0.4
Projects
None yet
Development

No branches or pull requests

2 participants