microsoft / autogen

A programming framework for agentic AI. Discord: https://aka.ms/autogen-dc. Roadmap: https://aka.ms/autogen-roadmap
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
28.04k stars 4.09k forks source link

Fix bug for finding key in nested dictionary #2959

Closed Li-Yanzhi closed 2 weeks ago

Li-Yanzhi commented 2 weeks ago

Why are these changes needed?

Add a check at the start of the find_key_value function to ensure d is not None before trying to call items on it.

Related issue number

Resolve issue of #2372

Checks