mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Update default model selection to prioritize 'copilot' vendor in ExtHostLanguageModels (#298903)
* Update default model selection to prioritize 'copilot' vendor in ExtHostLanguageModels * Fix tests * Fix tests
This commit is contained in:
@@ -17,7 +17,7 @@ suite('chat', () => {
|
||||
disposables = [];
|
||||
|
||||
// Register a dummy default model which is required for a participant request to go through
|
||||
disposables.push(lm.registerLanguageModelChatProvider('test-lm-vendor', {
|
||||
disposables.push(lm.registerLanguageModelChatProvider('copilot', {
|
||||
async provideLanguageModelChatInformation(_options, _token) {
|
||||
return [{
|
||||
id: 'test-lm',
|
||||
|
||||
Reference in New Issue
Block a user