6 references to CallCount
Microsoft.Extensions.AI.Integration.Tests (6)
ChatClientIntegrationTests.cs (6)
747Assert.Equal(2, llmCallCount!.CallCount); 753Assert.Equal(2, llmCallCount!.CallCount); 787Assert.Equal(2, llmCallCount!.CallCount); 792Assert.Equal(FunctionInvokingChatClientSetsConversationId ? 3 : 2, llmCallCount!.CallCount); 829Assert.Equal(2, llmCallCount!.CallCount); 836Assert.Equal(3, llmCallCount!.CallCount);