mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-28 06:42:57 +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);
|
this.logger?.LogError("Failed to deserialize SSE event: {JsonContent}", jsonContent);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return resultBuilder.ToString();
|
return resultBuilder.ToString();
|
||||||
|
@ -100,7 +100,8 @@ public static class SseHandler
|
|||||||
|
|
||||||
private static string BuildImage(string id)
|
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
|
var sortedSegments = imageSegments
|
||||||
.OrderBy(item => item.Segment)
|
.OrderBy(item => item.Segment)
|
||||||
|
Loading…
Reference in New Issue
Block a user