Implement API changes from TPI feedback (#265213)

* Implement API changes from TPI feedback

* Update names

* Handle old fallback
This commit is contained in:
Logan Ramos
2025-09-04 17:45:03 -04:00
committed by GitHub
parent 28ecbd9837
commit 2eae3caa26
9 changed files with 46 additions and 47 deletions

View File

@@ -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',