mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
Add missing imports to Manual Server Control example
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user