feat: Add mistral agents configs

This commit is contained in:
Petr Mironychev
2026-06-29 15:12:02 +02:00
parent 86135d0c13
commit 4e3ecdd1f6
8 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
schema_version = 1
extends = "Mistral Base Chat"
name = "Mistral Chat"
description = "Mistral Large — coding chat via the OpenAI-compatible Chat Completions API."
model = "mistral-large-latest"
enable_tools = true
tags = ["chat", "mistral", "cloud"]
system_prompt = """{{ read_file(":/roles/qt-cpp-developer.md") }}"""
[body]
max_tokens = 8192
temperature = 0.7