Skip to content

[C#] refactor: use AOAI as default LLM in samples #24

[C#] refactor: use AOAI as default LLM in samples

[C#] refactor: use AOAI as default LLM in samples #24

Triggered via pull request September 19, 2023 16:30
@aaceboaacebo
synchronize #595
qidon/netaoai
Status Success
Total duration 4m 24s
Artifacts

dotnet-codeql.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Analyze: dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/AI/Moderator/OpenAIModerator.cs#L105
Argument of type 'Dictionary<string, object>' cannot be used for parameter 'entities' of type 'Dictionary<string, object?>' in 'PredictedDoCommand.PredictedDoCommand(string action, Dictionary<string, object?> entities)' due to differences in the nullability of reference types.
Analyze: dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/AI/Moderator/AzureContentSafetyModerator.cs#L113
Argument of type 'Dictionary<string, object>' cannot be used for parameter 'entities' of type 'Dictionary<string, object?>' in 'PredictedDoCommand.PredictedDoCommand(string action, Dictionary<string, object?> entities)' due to differences in the nullability of reference types.
Analyze: dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/AI/Moderator/OpenAIModerator.cs#L105
Argument of type 'Dictionary<string, object>' cannot be used for parameter 'entities' of type 'Dictionary<string, object?>' in 'PredictedDoCommand.PredictedDoCommand(string action, Dictionary<string, object?> entities)' due to differences in the nullability of reference types.
Analyze: dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/AI/Moderator/AzureContentSafetyModerator.cs#L113
Argument of type 'Dictionary<string, object>' cannot be used for parameter 'entities' of type 'Dictionary<string, object?>' in 'PredictedDoCommand.PredictedDoCommand(string action, Dictionary<string, object?> entities)' due to differences in the nullability of reference types.