Bugfix in the built-in prompt references definition

This commit is contained in:
2026-07-05 18:48:45 -05:00
parent 7d4c027d09
commit 3df686f474
13 changed files with 274 additions and 46 deletions

View File

@@ -1,10 +1,16 @@
id: dnd.scenes
version: "v1"
default_profile: mistral-small-3
default_profile: gemini-2-flash
inputs:
- name: transcript
required: true
content_type: application/json
- name: roster
required: false
content_type: text/plain
- name: glossary
required: false
content_type: text/plain
messages:
- role: system
content_file: ./shared/system.md
@@ -12,6 +18,10 @@ messages:
content_file: ./shared/transcript.md
cache_control:
type: ephemeral
- role: user
content_file: ./shared/references.md
cache_control:
type: ephemeral
- role: user
content_file: ./dnd/scenes/task.md
- role: user