mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-14 18:29:30 -04:00
refactor: Finalize agent template
This commit is contained in:
15
sources/agents/claude_opus_max.toml
Normal file
15
sources/agents/claude_opus_max.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
schema_version = 1
|
||||
|
||||
extends = "Anthropic Base Chat"
|
||||
name = "Claude Opus 4.8 Max"
|
||||
description = "Anthropic Claude Opus 4.8 at maximum capability — adaptive thinking at max effort, 128k max output."
|
||||
|
||||
model = "claude-opus-4-8"
|
||||
|
||||
enable_thinking = true
|
||||
tags = ["chat", "claude", "anthropic", "cloud", "opus", "max"]
|
||||
|
||||
[body]
|
||||
max_tokens = 128000
|
||||
thinking = { type = "adaptive", display = "summarized" }
|
||||
output_config = { effort = "max" }
|
||||
Reference in New Issue
Block a user