Commit f00f7d2
Avoid re-registering a message type already registered (#6354)
This change avoid re-registering a structured message already registered
to the team by a previous agent also included in the team.
This issue occurs when agents share Pydantic models as output format
## Related issue number
Closes #6353
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>1 parent 0015315 commit f00f7d2
1 file changed
Lines changed: 2 additions & 1 deletion
File tree
- python/packages/autogen-agentchat/src/autogen_agentchat/teams/_group_chat
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
0 commit comments