mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-27 21:42:56 +00:00
Formatting
This commit is contained in:
parent
27852e1165
commit
1a4babc899
@ -45,7 +45,6 @@ public sealed partial class RustService
|
||||
{
|
||||
this.logger?.LogError("Failed to deserialize SSE event: {JsonContent}", jsonContent);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
return resultBuilder.ToString();
|
||||
|
@ -100,7 +100,8 @@ public static class SseHandler
|
||||
|
||||
private static string BuildImage(string id)
|
||||
{
|
||||
if (!PPTX_IMAGES.TryGetValue(id, out var imageSegments)) return string.Empty;
|
||||
if (!PPTX_IMAGES.TryGetValue(id, out var imageSegments))
|
||||
return string.Empty;
|
||||
|
||||
var sortedSegments = imageSegments
|
||||
.OrderBy(item => item.Segment)
|
||||
|
Loading…
Reference in New Issue
Block a user