microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
31.45k stars 4.58k forks source link

Fix #2960 by checking if the values are a list of lists. #2971

Closed thinkall closed 3 months ago

thinkall commented 3 months ago

Why are these changes needed?

To fix #2960

Related issue number

Closes #2960

Checks

thinkall commented 3 months ago

i think this should handle the out of bounds error, looks good to me. thanks @thinkall

Thank you @Hk669 , I've updated code to reduce dictionary look up as you suggested.

Hk669 commented 3 months ago

Thank you @Hk669 , I've updated code to reduce dictionary look up as you suggested.

Thanks @thinkall , looks great.