7 references to SkipTestException
Microsoft.Extensions.AI.Integration.Tests (3)
ChatClientIntegrationTests.cs (2)
220
throw new
SkipTestException
("Parallel function calling is not supported by this chat client");
753
throw new
SkipTestException
("Client is not enabled.");
EmbeddingGeneratorIntegrationTests.cs (1)
212
throw new
SkipTestException
("Generator is not enabled.");
Microsoft.Extensions.AI.Ollama.Tests (4)
OllamaChatClientIntegrationTests.cs (4)
22
throw new
SkipTestException
("Ollama does not currently support function invocation with streaming.");
25
throw new
SkipTestException
("Ollama does not currently support function invocation with streaming.");
28
throw new
SkipTestException
("Ollama does not currently support requiring function invocation.");
31
throw new
SkipTestException
("Ollama does not currently support requiring function invocation.");