diff --git a/instructions/copilot-sdk-python.instructions.md b/instructions/copilot-sdk-python.instructions.md index 867b6c3d..8bc46757 100644 --- a/instructions/copilot-sdk-python.instructions.md +++ b/instructions/copilot-sdk-python.instructions.md @@ -60,6 +60,9 @@ When creating a CopilotClient, use a dict with these keys: For explicit control: ```python +from copilot import CopilotClient +import asyncio + async def main(): client = CopilotClient({"auto_start": False}) await client.start()