Bugfix in the built-in prompt references definition
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user