generated from coulomb/repo-seed
Add instruction report sinks
This commit is contained in:
@@ -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 ───────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user