📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-08-24 09:30:03 +08:00
parent 14e7209e78
commit 5d88510274
153 changed files with 3428 additions and 1203 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ for (const scenario of scenarios) {
system: systemPrompt,
messages: [{ role: "user", content: userMessage }],
});
aiText = message.content[0]?.text ?? "";
aiText = message.content.find((block) => block.type === "text")?.text ?? "";
verdict = classify(scenario, aiText);
} catch (err) {
error = err.message;