Look up an exact page
lookup_pageReturn the Library of Babel address for any complete 3200-character page from its exact text.
Instructions
Given a complete 3200-character page, return the address it lives at. This is the exact inverse of get_page: the text must be exactly 3200 characters drawn from the library's alphabet (a-z, comma, space, period). For partial text, use search_text instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The full 3200-character page content |