Fix workflow rule validation logging
PR and Push Build/Test / build-and-test (push) Failing after 9m19s

This commit is contained in:
2026-06-03 17:33:12 +02:00
parent 40853115c5
commit 351ed2eb50
9 changed files with 243 additions and 102 deletions
@@ -76,7 +76,8 @@ public sealed class WorkflowRulesEditorChatPipeline : IWorkflowRulesEditorChatPi
launchProfiles,
identityMergeService,
asrDiagnosticService,
configuration);
configuration,
logger: logger);
var messages = conversation
.Select(ToChatMessage)
.Append(new ChatMessage(ChatRole.User, userMessage.Trim()))