Fix interactive responses while using .WithFiles() method #104
Annotations
10 warnings
|
Build project:
src/MaIN.Services/Services/LLMService/Utils/AnthropicChatCompletionService.cs#L198
Possible null reference argument for parameter 'type' in 'string AnthropicChatCompletionService.MapToJsonSchemaType(Type type)'.
|
|
Build project:
src/MaIN.Services/Services/LLMService/AnthropicService.cs#L491
Dereference of a possibly null reference.
|
|
Build project:
src/MaIN.Services/Services/LLMService/Utils/AnthropicChatCompletionService.cs#L146
Dereference of a possibly null reference.
|
|
Build project:
src/MaIN.Services/Services/TTSService/TextToSpeechService.cs#L20
'VoiceService' is obsolete: 'This is temporary, duct-tape like solution. It can and will evolve into something more robust'
|
|
Build project:
src/MaIN.Services/Services/LLMService/DeepSeekService.cs#L67
Dereference of a possibly null reference.
|
|
Build project:
src/MaIN.Services/Services/DataSourceProvider.cs#L74
Dereference of a possibly null reference.
|
|
Build project:
src/MaIN.Services/Services/LLMService/AnthropicService.cs#L832
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build project:
src/MaIN.Services/Services/TTSService/VoiceService.cs#L62
Possible null reference assignment.
|
|
Build project:
src/MaIN.Services/Services/LLMService/AnthropicService.cs#L827
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build project:
src/MaIN.Domain/Entities/Tools/ToolInvocation.cs#L5
Non-nullable property 'ToolName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading