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