mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-14 18:29:30 -04:00
refactor: add to template agent roles
This commit is contained in:
@@ -3,12 +3,13 @@ schema_version = 1
|
||||
name = "Ollama Base Chat"
|
||||
description = "Ollama native /api/chat request body. Abstract — extend it and set model/options."
|
||||
abstract = true
|
||||
extends = "Chat Base"
|
||||
|
||||
provider_instance = "Ollama (Native)"
|
||||
endpoint = "/api/chat"
|
||||
tags = ["ollama", "local"]
|
||||
|
||||
system_prompt = """{{ agent_role() }}"""
|
||||
|
||||
[body]
|
||||
stream = true
|
||||
messages = """
|
||||
|
||||
Reference in New Issue
Block a user