feat(config): add AI analysis tuning parameters and update related logic

This commit is contained in:
MythEclipse
2026-05-21 01:55:50 +07:00
parent 5fb7b2ce24
commit 3d64228d6a
19 changed files with 644 additions and 293 deletions
+2 -2
View File
@@ -617,7 +617,7 @@ describe("message query integration tests", () => {
size: 1024,
type: "image/png",
discord_url: "https://discord.com/test1.png",
uploaded_url: "https://picser.tech/test1.png",
uploaded_url: "https://upload.asepharyana.tech/test1.png",
upload_status: "uploaded" as const,
upload_error: null,
created_at: Date.now(),
@@ -635,7 +635,7 @@ describe("message query integration tests", () => {
size: 2048,
type: "image/png",
discord_url: "https://discord.com/test2.png",
uploaded_url: "https://picser.tech/test2.png",
uploaded_url: "https://upload.asepharyana.tech/test2.png",
upload_status: "uploaded" as const,
upload_error: null,
created_at: Date.now(),