Get document metadata: status, page count, name, and description.
()
| 61 | |
| 62 | @function_tool |
| 63 | def get_document() -> str: |
| 64 | """Get document metadata: status, page count, name, and description.""" |
| 65 | return client.get_document(doc_id) |
| 66 | |
| 67 | @function_tool |
| 68 | def get_document_structure() -> str: |
nothing calls this directly
no test coverage detected