Update RoutingService.InvokeFunction.cs

This commit is contained in:
Haiping 2025-07-31 16:15:41 -05:00 committed by GitHub
parent d1a3ded0a6
commit a3efa9c811
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,7 @@ public partial class RoutingService
} }
catch (JsonException ex) catch (JsonException ex)
{ {
_logger.LogError($"The input does not contain any JSON tokens:\r\n{message.Content}"); _logger.LogError($"The input does not contain any JSON tokens:\r\n{message.Content}\r\n{ex.Message}");
message.StopCompletion = true; message.StopCompletion = true;
message.Content = ex.Message; message.Content = ex.Message;
} }