feat: Microsoft.Extensions.AI support #55
Annotations
10 warnings
Build using dotnet:
src/libs/Ollama/OllamaApiClient.IChatClient.cs#L8
Return type of 'OllamaApiClient.CompleteAsync(IList<ChatMessage>, ChatOptions?, CancellationToken)' is not CLS-compliant
|
Build using dotnet:
src/libs/Ollama/OllamaApiClient.IChatClient.cs#L9
Argument type 'IList<ChatMessage>' is not CLS-compliant
|
Build using dotnet:
src/libs/Ollama/OllamaApiClient.IChatClient.cs#L10
Argument type 'ChatOptions' is not CLS-compliant
|
Build using dotnet:
src/libs/Ollama/OllamaApiClient.IChatClient.cs#L72
Return type of 'OllamaApiClient.CompleteStreamingAsync(IList<ChatMessage>, ChatOptions?, CancellationToken)' is not CLS-compliant
|
Build using dotnet:
src/libs/Ollama/OllamaApiClient.IChatClient.cs#L73
Argument type 'IList<ChatMessage>' is not CLS-compliant
|
Build using dotnet:
src/libs/Ollama/OllamaApiClient.IChatClient.cs#L74
Argument type 'ChatOptions' is not CLS-compliant
|
Build using dotnet:
src/libs/Ollama/OllamaApiClient.IChatClient.cs#L87
Type of 'OllamaApiClient.Metadata' is not CLS-compliant
|
Build using dotnet:
src/libs/Ollama/OllamaApiClient.IChatClient.cs#L8
Return type of 'OllamaApiClient.CompleteAsync(IList<ChatMessage>, ChatOptions?, CancellationToken)' is not CLS-compliant
|
Build using dotnet:
src/libs/Ollama/OllamaApiClient.IChatClient.cs#L9
Argument type 'IList<ChatMessage>' is not CLS-compliant
|
Build using dotnet:
src/libs/Ollama/OllamaApiClient.IChatClient.cs#L10
Argument type 'ChatOptions' is not CLS-compliant
|
Loading