fix(reader): resolve PR #69 code review comments under #issuecomment-429
This commit is contained in:
@@ -233,6 +233,10 @@ public sealed partial class KnowledgeCoordinator : IDisposable, IAsyncDisposable
|
||||
{
|
||||
SelectionSummary = result.Value.Summary;
|
||||
}
|
||||
else
|
||||
{
|
||||
_logger.LogWarning("[KnowledgeCoordinator] Selection summary request failed: {Errors}", string.Join(", ", result.Errors.Select(e => e.Message)));
|
||||
}
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user