Refactor: load execution profiles from YAML and split prompt definitions into promptdef repository
This commit is contained in:
9
internal/promptdef/testdata/no_templates.yaml
vendored
Normal file
9
internal/promptdef/testdata/no_templates.yaml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
id: no-templates
|
||||
version: 1.0.0
|
||||
inputs:
|
||||
- name: transcript
|
||||
required: true
|
||||
templates: []
|
||||
output_format: text
|
||||
validation:
|
||||
validation_mode: none
|
||||
Reference in New Issue
Block a user