Add cache_control values as a test
This commit is contained in:
@@ -10,11 +10,17 @@ inputs:
|
||||
messages:
|
||||
- role: system
|
||||
content_file: ../common/transcript.system.md
|
||||
cache_control:
|
||||
type: ephemeral
|
||||
ttl: 5m
|
||||
- role: user
|
||||
content: |
|
||||
<<<CURRENT_SESSION_TRANSCRIPT
|
||||
{{input "transcript"}}
|
||||
CURRENT_SESSION_TRANSCRIPT>>>
|
||||
cache_control:
|
||||
type: ephemeral
|
||||
ttl: 5m
|
||||
- role: user
|
||||
content_file: ./scene_map.task.md
|
||||
- role: user
|
||||
|
||||
Reference in New Issue
Block a user