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
ChatRequest additions: toolReferences, toolInvocationToken and model readonly properties
LanguageModelChatMessage updates: content is now only a string anymore but also (LanguageModelTextPart | - LanguageModelToolResultPart | LanguageModelToolCallPart)[]
LanguageModelChatResponse#stream property added
LanguageModelChatRequestOptions tools and toolModel added optional properties
Sources
commit ref for tags
command used
git difftool -d d78a74b..65edc49 -- src/vscode-dts/
on vscode repogit submodule foreach "grep -irn enabledApiProposals --include=package.json | cut -d ':' -f 1 | xargs jq --raw-output '{filename: input_filename, enabledApiProposals: .enabledApiProposals}'" > ./vscode-builtins-enabled-proposals-1.95.1.txt
on vscode-builtin-extensions repo, on commit 65edc49git difftool -d d78a74b..65edc49 -- src/vs/workbench/services/actions/common/menusExtensionPoint.ts
on vscode repoEvaluation
vscode.d.ts
Proposed API evolutions
Menu evolutions
The text was updated successfully, but these errors were encountered: