find_code_examples
Find Celestia code snippets in forum posts on a topic. Filters forum_posts where the rendered HTML contains <pre> or <code> blocks AND matches the topic keyword. Celestia-specific.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (default 5). | |
| topic | Yes | Topic keyword. | |
| offset | No | Skip this many before returning, for paging past the limit. The response states the full count and echoes the offset used. |