mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 21:11:38 +01:00
Merge pull request #294259 from mjbvz/dev/mjbvz/elderly-jellyfish
Remove `IToolInvocationContext.sessionId`
This commit is contained in:
@@ -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;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user