Add instruction report sinks
This commit is contained in:
parent
0dc342eb1b
commit
3110399b11
5 changed files with 390 additions and 1 deletions
|
|
@ -112,6 +112,7 @@ class InstructionDef(BaseModel):
|
|||
prompt: str = Field(description="Prompt template with {field.path} placeholders.")
|
||||
output_schema: str = Field(description="Path to JSON Schema file for output validation.")
|
||||
review_required: bool = Field(default=False)
|
||||
report_sinks: list[dict[str, Any]] = Field(default_factory=list)
|
||||
|
||||
|
||||
# ── Context sources ───────────────────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue