feat(mcp): switch ask_hexclave model from gemini to glm 5.2

Co-Authored-By: mantra <mantra@stack-auth.com>
This commit is contained in:
Devin AI 2026-06-26 23:48:50 +00:00
parent f49817655a
commit 66f524e260

View File

@ -143,7 +143,7 @@ export function createHexclaveMcpHandler(config: { streamableHttpEndpoint: strin
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
quality: "smart",
speed: "fast",
speed: "slow",
tools: ["docs"],
systemPrompt: "docs-ask-ai",
messages: [{ role: "user", content: question }],