Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

selectChatModels filtering by id doesn't work #236973

Closed
mohankumarelec opened this issue Dec 26, 2024 · 1 comment · Fixed by #236974
Closed

selectChatModels filtering by id doesn't work #236973

mohankumarelec opened this issue Dec 26, 2024 · 1 comment · Fixed by #236974
Assignees
Labels
api bug Issue identified by VS Code Team member as probable bug chat unreleased Patch has not yet been released in VS Code Insiders
Milestone

Comments

@mohankumarelec
Copy link
Contributor

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.96.2
  • OS Version: Mac OS

Steps to Reproduce:

  1. Create an Extension and try calling vscode.lm.selectChatModels({ id: modelId }) with a model id.
  2. All the models will be returned and filtering doesn't work.
@sandy081 sandy081 assigned jrieken and unassigned benibenj Dec 26, 2024
@jrieken jrieken added this to the January 2025 milestone Jan 6, 2025
@jrieken jrieken added the bug Issue identified by VS Code Team member as probable bug label Jan 7, 2025
@jrieken
Copy link
Member

jrieken commented Jan 7, 2025

Good find!

@vs-code-engineering vs-code-engineering bot added the unreleased Patch has not yet been released in VS Code Insiders label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api bug Issue identified by VS Code Team member as probable bug chat unreleased Patch has not yet been released in VS Code Insiders
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants