refactor(automation): rename schema config to params, drop dead fields

This commit is contained in:
CREDO23 2026-05-27 13:29:26 +02:00
parent c8a89ccac8
commit 9fa35f21cf
11 changed files with 31 additions and 37 deletions

View file

@ -9,6 +9,3 @@ class MetadataBlock(BaseModel):
model_config = ConfigDict(extra="allow")
tags: list[str] = Field(default_factory=list)
created_from_nl: bool = Field(
default=False, description="True when produced by the NL generator."
)