mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-19 22:09:37 +00:00
fix: correct Claude model ID — claude-sonnet-4-6 (not dated suffix)
The Agent SDK returned "model not found" for claude-sonnet-4-6-20250514. Correct ID is claude-sonnet-4-6. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -516,7 +516,7 @@ ${issueContext}`
|
||||
prompt:
|
||||
'Reproduce the reported bug. Start by reading the issue context in your system prompt, then use your tools to interact with the ComfyUI browser session.',
|
||||
options: {
|
||||
model: 'claude-sonnet-4-6-20250514',
|
||||
model: 'claude-sonnet-4-6',
|
||||
systemPrompt,
|
||||
apiKey: anthropicApiKey,
|
||||
maxTurns,
|
||||
|
||||
Reference in New Issue
Block a user