31 lines
770 B
YAML
31 lines
770 B
YAML
id: dnd.npcs.normalize
|
|
version: "v1"
|
|
default_profile: dnd-extraction
|
|
inputs:
|
|
- name: candidates
|
|
required: true
|
|
content_type: application/json
|
|
- name: transcript
|
|
required: true
|
|
content_type: application/json
|
|
messages:
|
|
- role: system
|
|
content_file: ./sharedassets/common-dnd-system.md
|
|
- role: user
|
|
content_file: ./task.md
|
|
- role: user
|
|
content_file: ./sharedassets/common-dnd-entity-reconciliation.md
|
|
cache_control:
|
|
type: ephemeral
|
|
- role: user
|
|
content_file: ./candidates.md
|
|
- role: user
|
|
content_file: ./sharedassets/common-dnd-transcript-windows.md
|
|
cache_control:
|
|
type: ephemeral
|
|
output:
|
|
format: json
|
|
validation_mode: json_schema
|
|
schema_path: dnd_entity_reconcile_llm.v1.json
|
|
repair_attempts: 0
|