Replies: 1 comment
-
Not sure exactly what happened as I haven't run this code. But my suggestion is to not use nested chat for this and just use sequential chats of:
Alternatively, you can also avoid using sequential chats all together and just write above two initiate chats directly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone
i recently started on autogen i don't have much prior python experience.
the issue I'm currently having is when im trying to trigger the critique agent but it doesn't show in output.
for example flow should be
Writer -> critique -> writer -> editor
current output: writer -> editor
below is my code
this is not complete code. i have done some work to get the information in variable "informationFinal" above this.
i have done something very similar in other examples and the flow is working fine there
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions