refactor(llm): unify agent tool loop + built-in provider presets #594
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
TelegramSearchBot.LLM/Service/AI/LLM/LlmToolLoop.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
TelegramSearchBot.LLM/Service/AI/LLM/LlmProviderCatalog.cs#L86
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
TelegramSearchBot.LLM/Service/AI/LLM/LlmProviderCatalog.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
TelegramSearchBot.LLM/Service/AI/LLM/LlmProviderCatalog.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
TelegramSearchBot.LLM/Service/AI/LLM/LlmHistoryQueryService.cs#L133
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
TelegramSearchBot.LLM/Service/AI/LLM/LlmHistoryQueryService.cs#L133
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
TelegramSearchBot.LLM/Service/AI/LLM/Transports/OllamaTransport.cs#L9
The using directive for 'Microsoft.Extensions.Logging' appeared previously in this namespace
|
|
Build:
TelegramSearchBot.Search/Model/SearchMessageDTO.cs#L13
Non-nullable property 'Search' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
TelegramSearchBot.Common/Model/DO/PaddleOCRResult.cs#L11
'Result' is obsolete
|
|
Build:
external/moder-update/src/Moder.Update/ProcessSpawner.cs#L46
This call site is reachable on all platforms. 'ProcessStartInfo.CreateNewProcessGroup' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
background
wait
wait-all
cancel
parallel
Loading