mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +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:
@@ -25,7 +25,8 @@ suite('chat', () => {
|
||||
maxInputTokens: 100,
|
||||
maxOutputTokens: 100,
|
||||
isDefault: true,
|
||||
isUserSelectable: true
|
||||
isUserSelectable: true,
|
||||
capabilities: {}
|
||||
}];
|
||||
},
|
||||
async provideLanguageModelChatResponse(_model, _messages, _options, _progress, _token) {
|
||||
|
||||
Reference in New Issue
Block a user