mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Finalize LM API (#263415)
* Finalize BYOK API * More byok * Fix compile errors * Feedback * Fix fat fingering * Fix capabilities * Bump version * Rename contrib point + activation events * Update test * Add proposed api check to require authorization * Change comment
This commit is contained in:
@@ -59,9 +59,10 @@
|
||||
},
|
||||
"icon": "media/icon.png",
|
||||
"contributes": {
|
||||
"languageModels": [
|
||||
"languageModelChatProviders": [
|
||||
{
|
||||
"vendor": "test-lm-vendor"
|
||||
"vendor": "test-lm-vendor",
|
||||
"displayName": "Test LM Vendor"
|
||||
}
|
||||
],
|
||||
"chatParticipants": [
|
||||
|
||||
Reference in New Issue
Block a user