Add Anthropic (Claude) integration #10
Annotations
10 warnings
|
build:
src/MaIN.Services/Services/LLMService/AnthropicService.cs#L383
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:
src/MaIN.Services/Services/LLMService/AnthropicService.cs#L378
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:
src/MaIN.Services/Services/LLMService/Memory/MemoryService.cs#L41
Possible null reference argument for parameter 'text' in 'Task<string> IKernelMemory.ImportTextAsync(string text, string? documentId = null, TagCollection? tags = null, string? index = null, IEnumerable<string>? steps = null, IContext? context = null, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
build:
src/MaIN.Services/Services/LLMService/Utils/AnthropicChatCompletionService.cs#L198
Possible null reference argument for parameter 'type' in 'string AnthropicChatCompletionService.MapToJsonSchemaType(Type type)'.
|
|
build:
src/MaIN.Services/Services/LLMService/Utils/AnthropicChatCompletionService.cs#L146
Dereference of a possibly null reference.
|
|
build:
src/MaIN.Services/Services/LLMService/AnthropicService.cs#L117
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
build:
src/MaIN.Services/Services/DataSourceProvider.cs#L141
Possible null reference argument for parameter 'json' in 'JsonDocument JsonDocument.Parse(string json, JsonDocumentOptions options = default(JsonDocumentOptions))'.
|
|
build:
src/MaIN.Services/Services/DataSourceProvider.cs#L72
Dereference of a possibly null reference.
|
|
build:
src/MaIN.Services/Services/LLMService/AnthropicService.cs#L383
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:
src/MaIN.Services/Services/LLMService/AnthropicService.cs#L378
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
main-inferpage-build
Expired
|
555 MB |
sha256:c357b05bc21eb869049f9fb7c93fa120ef61f69580123c7e43450580cabf104c
|
|