get_code_examples
Retrieve Python code examples from Reflex documentation for any topic. Includes code snippets and source information to assist development.
Instructions
Find Python code examples from Reflex docs related to a topic.
Args: topic: Topic to search for (e.g., "state vars", "event handlers") limit: Maximum number of code examples to return (default: 5)
Returns: Dict with topic, count, and list of code examples with source info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||