Skip to content

Commit 0c01fdf

Browse files
committed
Minor fix
1 parent c00e4e0 commit 0c01fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/agents/Microsoft.Azure.Agent/AzureAgent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ private ResponseData ParseCLIHandlerResponse(IShell shell)
371371
ActivityId = _copilotResponse.ReplyToId,
372372
EventType = "Exception",
373373
TopicName = _copilotResponse.TopicName,
374-
DetailedMessage = "The placeholder section is not in the format as we've instructed"
374+
DetailedMessage = $"Placeholder section not in expected format:{text}"
375375
});
376376
}
377377
Log.Error("Placeholder section not in expected format:\n{0}", text);

0 commit comments

Comments
 (0)