mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-30 10:09:19 -04:00
refactor: Move to agent architecture
This commit is contained in:
16
sources/agents/openai_responses_chat.toml
Normal file
16
sources/agents/openai_responses_chat.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
schema_version = 1
|
||||
|
||||
extends = "OpenAI Responses Base"
|
||||
name = "OpenAI Responses Chat"
|
||||
description = "OpenAI o4-mini — reasoning coding chat via the Responses API."
|
||||
|
||||
model = "o4-mini"
|
||||
enable_tools = true
|
||||
enable_thinking = true
|
||||
tags = ["chat", "openai", "responses", "cloud"]
|
||||
|
||||
system_prompt = """{{ read_file(":/roles/qt-cpp-developer.md") }}"""
|
||||
|
||||
[body]
|
||||
max_output_tokens = 25000
|
||||
reasoning = { effort = "medium", summary = "auto" }
|
||||
Reference in New Issue
Block a user