Files
QodeAssist/sources/agents/claude_sonnet_chat.toml
2026-06-09 08:48:32 +02:00

15 lines
374 B
TOML

schema_version = 1
extends = "Anthropic Base Chat"
name = "Claude Sonnet Chat"
description = "Anthropic Claude Sonnet 4.6 (Messages API) — coding chat assistant with thinking."
model = "claude-sonnet-4-6"
enable_thinking = true
tags = ["chat", "claude", "anthropic", "cloud"]
[body]
max_tokens = 8192
thinking = { type = "enabled", budget_tokens = 4096 }