Refactor: load execution profiles from YAML and split prompt definitions into promptdef repository
This commit is contained in:
11
internal/promptdef/testdata/json_schema_missing_path.yaml
vendored
Normal file
11
internal/promptdef/testdata/json_schema_missing_path.yaml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
id: json-schema-missing-path
|
||||
version: "1.0.0"
|
||||
inputs:
|
||||
- name: transcript
|
||||
required: true
|
||||
templates:
|
||||
- role: user
|
||||
content: "Return JSON"
|
||||
output_format: json
|
||||
validation:
|
||||
validation_mode: json_schema
|
||||
Reference in New Issue
Block a user