Merge pull request #58 from wisedev-code/feat/provide-model-informati… #65
Annotations
10 warnings
|
build:
src/MaIN.Services/Services/LLMService/Memory/GeminiTextGeneratorAdapter.cs#L12
Non-nullable property 'Attributes' 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/GeminiService.cs#L45
Dereference of a possibly null reference.
|
|
build:
src/MaIN.Services/Services/LLMService/GeminiService.cs#L21
Parameter 'IMemoryService memoryService' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
build:
src/MaIN.Services/Services/LLMService/GeminiService.cs#L21
Parameter 'IMemoryFactory memoryFactory' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
build:
src/MaIN.Services/Services/LLMService/Memory/GeminiTextGeneratorAdapter.cs#L34
Async-iterator 'GeminiTextGeneratorAdapter.GetStreamingTextContentsAsync(string, PromptExecutionSettings?, Kernel?, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
|
build:
src/MaIN.Services/Services/LLMService/Memory/GeminiTextGeneratorAdapter.cs#L12
Non-nullable property 'Attributes' 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/GeminiService.cs#L45
Dereference of a possibly null reference.
|
|
build:
src/MaIN.Services/Services/LLMService/GeminiService.cs#L21
Parameter 'IMemoryService memoryService' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
build:
src/MaIN.Services/Services/LLMService/GeminiService.cs#L21
Parameter 'IMemoryFactory memoryFactory' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
build:
src/MaIN.Services/Services/LLMService/Memory/GeminiTextGeneratorAdapter.cs#L34
Async-iterator 'GeminiTextGeneratorAdapter.GetStreamingTextContentsAsync(string, PromptExecutionSettings?, Kernel?, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|