mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-22 11:25:13 +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:
|
For explicit control:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
from copilot import CopilotClient
|
||||||
|
import asyncio
|
||||||
|
|
||||||
async def main():
|
async def main():
|
||||||
client = CopilotClient({"auto_start": False})
|
client = CopilotClient({"auto_start": False})
|
||||||
await client.start()
|
await client.start()
|
||||||
|
|||||||
Reference in New Issue
Block a user