Merge pull request #294259 from mjbvz/dev/mjbvz/elderly-jellyfish

Remove `IToolInvocationContext.sessionId`
This commit is contained in:
Matt Bierner
2026-02-17 08:11:32 -08:00
committed by GitHub
13 changed files with 20 additions and 43 deletions

View File

@@ -267,8 +267,6 @@ declare module 'vscode' {
export interface LanguageModelToolInvocationOptions<T> {
chatRequestId?: string;
/** @deprecated Use {@link chatSessionResource} instead */
chatSessionId?: string;
chatSessionResource?: Uri;
chatInteractionId?: string;
terminalCommand?: string;
@@ -294,8 +292,6 @@ declare module 'vscode' {
*/
input: T;
chatRequestId?: string;
/** @deprecated Use {@link chatSessionResource} instead */
chatSessionId?: string;
chatSessionResource?: Uri;
chatInteractionId?: string;
/**