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:
14
sources/agents/claude_haiku45_chat.toml
Normal file
14
sources/agents/claude_haiku45_chat.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
schema_version = 1
|
||||
|
||||
extends = "Anthropic Base Chat"
|
||||
name = "Claude Haiku 4.5 Chat"
|
||||
description = "Anthropic Claude Haiku 4.5 — fastest model with near-frontier intelligence; extended thinking (manual budget)."
|
||||
|
||||
model = "claude-haiku-4-5-20251001"
|
||||
|
||||
enable_thinking = true
|
||||
tags = ["chat", "claude", "anthropic", "cloud", "haiku", "fast"]
|
||||
|
||||
[body]
|
||||
max_tokens = 16000
|
||||
thinking = { type = "enabled", budget_tokens = 4096 }
|
||||
Reference in New Issue
Block a user