File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 24244. When you need detailed source content, check the summary's full_text field:
2525 - Short documents (full_text ends in .md): read_file(full_text) for the full text.
2626 - PageIndex documents (full_text ends in .json): use get_page_content(doc_name, pages)
27- to read specific pages. The summary shows chapter structure with page ranges.
27+ to read specific pages. The summary shows document tree structure with page ranges.
28285. Synthesise a clear, well-cited answer grounded in wiki content.
2929
3030If you cannot find relevant information, say so clearly.
@@ -49,7 +49,7 @@ def read_file(path: str) -> str:
4949 def get_page_content_tool (doc_name : str , pages : str ) -> str :
5050 """Get text content of specific pages from a long document.
5151 Use this when you need detailed content from a document. The summary
52- page shows chapter structure with page ranges.
52+ page shows document tree structure with page ranges.
5353 Args:
5454 doc_name: Document name (e.g. 'attention-is-all-you-need').
5555 pages: Page specification (e.g. '3-5,7,10-12').
You can’t perform that action at this time.
0 commit comments