[repo] fix: max_tokens bug fix in completions #532
Annotations
8 warnings
Analyze:
dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/AI/Embeddings/OpenAIEmbeddings.cs#L44
Converting null literal or possible null value to non-nullable type.
|
Analyze:
dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI.Tests/AITests/Models/ChatMessageExtensionsTests.cs#L163
'FunctionChatMessage' is obsolete: 'This field is marked as deprecated.'
|
Analyze:
dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI.Tests/AITests/ChatMessageTests.cs#L229
'FunctionChatMessage' is obsolete: 'This field is marked as deprecated.'
|
Analyze:
dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI.Tests/AITests/Models/ChatCompletionToolCallTests.cs#L7
Type 'ChatCompletionToolCallTests' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
Analyze:
dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/AI/Embeddings/OpenAIEmbeddings.cs#L44
Converting null literal or possible null value to non-nullable type.
|
Analyze:
dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI.Tests/AITests/Models/ChatMessageExtensionsTests.cs#L163
'FunctionChatMessage' is obsolete: 'This field is marked as deprecated.'
|
Analyze:
dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI.Tests/AITests/ChatMessageTests.cs#L229
'FunctionChatMessage' is obsolete: 'This field is marked as deprecated.'
|
Analyze:
dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI.Tests/AITests/Models/ChatCompletionToolCallTests.cs#L7
Type 'ChatCompletionToolCallTests' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|