You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Should have received at least one user input request
41
39
Assert.NotEmpty(userInputRequests);
42
40
@@ -62,13 +60,11 @@ public async Task Should_Receive_Choices_In_User_Input_Request()
62
60
}
63
61
});
64
62
65
-
awaitsession.SendAsync(newMessageOptions
63
+
awaitsession.SendAndWaitAsync(newMessageOptions
66
64
{
67
65
Prompt="Use the ask_user tool to ask me to pick between exactly two options: 'Red' and 'Blue'. These should be provided as choices. Wait for my answer."
0 commit comments