From 321fe19efea0916a0005dcc63016d03bbb1ad705 Mon Sep 17 00:00:00 2001 From: OLC Date: Mon, 22 Sep 2025 01:15:53 +0800 Subject: [PATCH] fix info --- .../Modules/AI/AiInteractions.Preprocessing.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/RitsukageBotForDiscord/Modules/AI/AiInteractions.Preprocessing.cs b/src/RitsukageBotForDiscord/Modules/AI/AiInteractions.Preprocessing.cs index c0a3d3f..b1bb398 100644 --- a/src/RitsukageBotForDiscord/Modules/AI/AiInteractions.Preprocessing.cs +++ b/src/RitsukageBotForDiscord/Modules/AI/AiInteractions.Preprocessing.cs @@ -384,6 +384,10 @@ await ChatClientProvider.ExplainImageAsync( else sb.AppendLine($"<图像内容解析失败,原因:{explainResult}>"); } + else + { + sb.AppendLine("<图像内容解析失败,原因:无法获取图像链接>"); + } var otherArtworks = result.UserIllusts?.Where(x => x.Value != null).Select(x => {