Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions session-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ canonical cases:
rather than emit the reserved string.
2. **A per-component override field whose value matches the
deployment default.** Producers **SHOULD NOT** populate
`pipeline`, the six `*_transformers` lists,
`pipeline`, the six `*_transformers` lists, the six `blacklisted_*_transformers` lists,
`blacklisted_skills`, `blacklisted_intents`,
`blacklisted_pipelines`, or `site_id` with a value the consumer
would compute as the deployment default anyway. Set them only
Expand Down Expand Up @@ -885,7 +885,7 @@ A producer **MUST NOT**:
A producer **SHOULD NOT**:

- populate a per-component override field (§3 — `pipeline`,
the six `*_transformers`, `blacklisted_skills`,
the six `*_transformers`, the six `blacklisted_*_transformers`, `blacklisted_skills`,
`blacklisted_intents`, `blacklisted_pipelines`, `site_id`) with a
value that matches the deployment default merely as a form of
explicit confirmation. Omit the field and let the orchestrator's
Expand Down