You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeActionProvider#provideCodeActions() signature has changed from (Command | T)[] to Array<Command | T>
Same for one of the ShellExecution constructors.
This will also covers changes to AI and LLM support
LanguageModelChatMessage constructor & content from XX[] to Array + static utilities
LanguageModelToolResultPart content from XX[] to Array
LanguageModelToolResult content from XX[] to Array
PreparedToolInvocation invocationMessage now supports also MarkdownString
[new edit] This can also cover evolution on proposed API mappedEditProviders, to avoid too many small PRs.
The text was updated successfully, but these errors were encountered:
rschnekenbu
changed the title
[vscode] CodeActionProvider#provideCodeActions() signature changes
[vscode] some signature changes from [] to Array<>
Dec 5, 2024
rschnekenbu
added a commit
to eclipsesource/theia
that referenced
this issue
Dec 5, 2024
CodeActionProvider#provideCodeActions() signature has changed from (Command | T)[] to Array<Command | T>
Same for one of the ShellExecution constructors.
This will also covers changes to AI and LLM support
[new edit] This can also cover evolution on proposed API mappedEditProviders, to avoid too many small PRs.
The text was updated successfully, but these errors were encountered: