Closed ekzhu closed 5 months ago
I believe the fix should be just to change this line:
change Agent to [Agent, None].
@krishnashed add these changes to the PR #2677. Thanks
@Hk669 @krishnashed I think a separate PR is more suitable. #2677 has some issues and I think will take some time to merge.
Ya makes sense. Let me raise another one
@ekzhu we are facing same issues in the new PR as well, https://github.com/microsoft/autogen/pull/2751
The checks still fail
Hi! Has this issue been solved?
Yes it is
Describe the bug
Calling
generate_reply
without asender
on aGPTAssistantAgent
won't invoke Assistant API -- it uses the ChatCompletion API.Steps to reproduce
Output:
This code will simulate the Monty Hall problem 10,000 times, with the assumption that the player always switches the door after Monty opens a door revealing a goat. It then calculates the percentage of times the player wins the car when using this strategy. Let's execute this simulation.