autogen icon indicating copy to clipboard operation
autogen copied to clipboard

techeability can't be added to MultimodalConversableAgent

Open zuitbjc1096 opened this issue 1 year ago • 2 comments

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?

zuitbjc1096 avatar Nov 14 '24 02:11 zuitbjc1096

@rickyloynd-microsoft does teachability support MultimodalConversableAgent in 0.2?

jackgerrits avatar Nov 15 '24 21:11 jackgerrits

This would be a reasonable extension, but it's currently out-of-scope for our Microsoft team. Maybe a community member would be interested in pursuing it.

rickyloynd-microsoft avatar Nov 19 '24 19:11 rickyloynd-microsoft