Add missing imports to Manual Server Control example

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-28 23:38:12 +00:00
parent d12b0b43e6
commit c1f10f7dff

View File

@@ -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()