6 references to SkipTestException
Microsoft.Extensions.AI.Integration.Tests (3)
ChatClientIntegrationTests.cs (2)
244
throw new
SkipTestException
("Parallel function calling is not supported by this chat client");
819
throw new
SkipTestException
("Client is not enabled.");
EmbeddingGeneratorIntegrationTests.cs (1)
214
throw new
SkipTestException
("Generator is not enabled.");
Microsoft.Extensions.AI.Ollama.Tests (2)
OllamaChatClientIntegrationTests.cs (2)
22
throw new
SkipTestException
("Ollama does not currently support requiring function invocation.");
25
throw new
SkipTestException
("Ollama does not currently support requiring function invocation.");
Microsoft.Extensions.AI.OpenAI.Tests (1)
OpenAIRealtimeIntegrationTests.cs (1)
99
throw new
SkipTestException
("Client is not enabled.");