find_exemplar
Search Jupyter code cells to find canonical examples for any OpenAI API pattern, such as streaming responses or function calling. Returns relevant code snippets for your use case.
Instructions
Find canonical code examples for an OpenAI API pattern. Searches Jupyter code cells specifically. Use for: 'show me how to do X', 'canonical example of Y'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_k | No | Number of examples (default: 3) | |
| pattern | Yes | Pattern or concept (e.g. 'streaming response', 'function calling', 'structured output') |