We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00e4e0 commit 0c01fdfCopy full SHA for 0c01fdf
shell/agents/Microsoft.Azure.Agent/AzureAgent.cs
@@ -371,7 +371,7 @@ private ResponseData ParseCLIHandlerResponse(IShell shell)
371
ActivityId = _copilotResponse.ReplyToId,
372
EventType = "Exception",
373
TopicName = _copilotResponse.TopicName,
374
- DetailedMessage = "The placeholder section is not in the format as we've instructed"
+ DetailedMessage = $"Placeholder section not in expected format:{text}"
375
});
376
}
377
Log.Error("Placeholder section not in expected format:\n{0}", text);
0 commit comments