6 references to CallCount
Microsoft.Extensions.AI.Integration.Tests (6)
ChatClientIntegrationTests.cs (6)
577Assert.Equal(2, llmCallCount!.CallCount); 583Assert.Equal(2, llmCallCount!.CallCount); 617Assert.Equal(2, llmCallCount!.CallCount); 623Assert.Equal(FunctionInvokingChatClientSetsConversationId ? 3 : 2, llmCallCount!.CallCount); 659Assert.Equal(2, llmCallCount!.CallCount); 666Assert.Equal(3, llmCallCount!.CallCount);