refactor: add to template agent roles

This commit is contained in:
Petr Mironychev
2026-06-04 16:21:34 +02:00
parent c151c5030b
commit 3179c0c358
113 changed files with 383 additions and 5292 deletions

View File

@@ -4,7 +4,7 @@ extends = "Google Base Chat"
name = "Gemini Chat"
description = "Google Gemini 2.5 Flash (generateContent API) — coding chat with thinking."
endpoint = "/models/gemini-2.5-flash:streamGenerateContent?alt=sse"
endpoint = "/models/${MODEL}:streamGenerateContent?alt=sse"
model = "gemini-2.5-flash"
enable_thinking = true