mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-17 04:15:47 +01:00
* Extract chat lib * Extract chat lib * Add test * Get test working * Simulate response * Fix type issue * Package * Cleanup * Tuck away workspace service * Include package.json * Ensure shim is used * Include tiktoken files in package * Update @vscode/copilot-api * Ignore chat-lib
13 lines
141 B
Markdown
13 lines
141 B
Markdown
# @vscode/chat-lib
|
|
|
|
Chat SDK extracted from VS Code Copilot Chat.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
npm install @vscode/chat-lib
|
|
```
|
|
|
|
## License
|
|
|
|
MIT |