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.12k stars 4.1k forks source link

Fix the assignment order bug of the CodeBlock class object(autogen/co… #3053

Open EricKengObscure opened 4 days ago

EricKengObscure commented 4 days ago

…ding/base.py line 13#class CodeBlock(BaseModel)):

  1. The order in the class is code -> language.
  2. The order in the unpacking reference is language -> code.

Why are these changes needed?

bug fix

Related issue number

Checks