fix(provider): update muse-spark reasoning default and system prompt (#37562)

Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
This commit is contained in:
Matthias Reso
2026-07-20 11:15:42 -07:00
committed by GitHub
parent 4cc022481c
commit 5a8ee27254
2 changed files with 64 additions and 76 deletions
@@ -1171,7 +1171,6 @@ export function options(input: {
}
if (input.model.providerID === "meta" && input.model.api.npm === "@ai-sdk/openai") {
result["reasoningEffort"] = "xhigh"
result["reasoningSummary"] = "auto"
result["include"] = INCLUDE_ENCRYPTED_REASONING
}