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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: