mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:53:33 +01:00
Implement API changes from TPI feedback (#265213)
* Implement API changes from TPI feedback * Update names * Handle old fallback
This commit is contained in:
@@ -16,7 +16,7 @@ suite('chat', () => {
|
||||
|
||||
// Register a dummy default model which is required for a participant request to go through
|
||||
disposables.push(lm.registerLanguageModelChatProvider('test-lm-vendor', {
|
||||
async prepareLanguageModelChatInformation(_options, _token) {
|
||||
async provideLanguageModelChatInformation(_options, _token) {
|
||||
return [{
|
||||
id: 'test-lm',
|
||||
name: 'test-lm',
|
||||
|
||||
Reference in New Issue
Block a user