You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(terminology): address review findings from #1256
Four user-facing error strings in adapter.py still said "intrinsic" as prose,
directly violating issue #1192 criterion #4 ("Done when: no 'intrinsic' prose
remains in the five Phase 0 files"). Sweep the four f-strings:
- "Intrinsic '{name}' not available as an adapter of type …"
- "io.yaml for intrinsic '{name}' …"
- "No adapter found for intrinsic '{name}' in {path}" (×2)
Sweep remaining user-visible prose in two other files:
- openai.py:582 — "has no adapter for processing intrinsic: …"
- rag.py:206 — "Citation generation intrinsic failed: …"
Fix openai.md section heading ("## Intrinsics with Granite Switch" →
"## Adapter functions with Granite Switch") — body was swept in prior
commit but heading was missed, leaving the section self-contradictory.
Sweep intrinsics.md page title and body prose (title, opening paragraph,
backend-note callout, reuse-note, Direct-usage heading, catalog reference)
to use "adapter functions" throughout. File slug rename is deferred to
Phase 4 (#1144); the page content is swept here to keep it consistent
with the cross-references that now point to it as "Adapter functions".
Fix three remaining safety-guardrails links without .md suffix in
common-errors.md and the lora-and-alora-adapters link in
prefix-caching-and-kv-blocks.md.
Assisted-by: Claude Code
Signed-off-by: Nigel Jones <jonesn@uk.ibm.com>
0 commit comments