Files
wehub-resource-sync e4dcfc49aa
Tests / Import Check (Python 3.13) (push) Has been cancelled
Tests / Import Check (Python 3.14) (push) Has been cancelled
Tests / Python Tests (Python 3.11) (push) Has been cancelled
Tests / Python Tests (Python 3.12) (push) Has been cancelled
Tests / Python Tests (Python 3.14) (push) Has been cancelled
Tests / Test Summary (push) Has been cancelled
Tests / Lint and Format (push) Has been cancelled
Tests / Web Node Tests (push) Has been cancelled
Tests / Import Check (Python 3.11) (push) Has been cancelled
Tests / Import Check (Python 3.12) (push) Has been cancelled
Tests / Python Tests (Python 3.13) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:00:43 +08:00

7 lines
787 B
YAML

short_description: "Load the full text of an attached source (notebook record, book pages, history session, question-bank entry, document attachment) by its manifest id."
when_to_use: "Call ONLY when the preview shown in the \"Attached Sources\" manifest is not enough to answer the user's question. Do not re-fetch sources whose preview already covers the question."
input_format: "{\"source_id\": \"the exact id from the manifest (e.g. nb-... / bk-... / hs-... / qb-... / at-...)\"}."
guideline: "Copy source_id verbatim from the manifest — never invent or guess one. Load one source per call; issue separate calls if multiple sources are needed."
note: "When no source is attached, this tool will not appear; do not ask the user to clarify \"which material\"."
phase: "exploration"