mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-15 00:14:20 +01:00
no change to vscode.d.ts
This commit is contained in:
Vendored
+2
-2
@@ -19429,7 +19429,7 @@ declare module 'vscode' {
|
||||
/**
|
||||
* @hidden
|
||||
*/
|
||||
constructor(prompt: string, command: string | undefined, references: ChatPromptReference[], participant: string, toolReferences: ChatLanguageModelToolReference[]);
|
||||
private constructor(prompt: string, command: string | undefined, references: ChatPromptReference[], participant: string, toolReferences: ChatLanguageModelToolReference[]);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -19459,7 +19459,7 @@ declare module 'vscode' {
|
||||
/**
|
||||
* @hidden
|
||||
*/
|
||||
constructor(response: ReadonlyArray<ChatResponseMarkdownPart | ChatResponseFileTreePart | ChatResponseAnchorPart | ChatResponseCommandButtonPart>, result: ChatResult, participant: string);
|
||||
private constructor(response: ReadonlyArray<ChatResponseMarkdownPart | ChatResponseFileTreePart | ChatResponseAnchorPart | ChatResponseCommandButtonPart>, result: ChatResult, participant: string);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -137,7 +137,7 @@ declare module 'vscode' {
|
||||
/**
|
||||
* @hidden
|
||||
*/
|
||||
private constructor(prompt: string, command: string | undefined, references: ChatPromptReference[], participant: string, toolReferences: ChatLanguageModelToolReference[], editedFileEvents: ChatRequestEditedFileEvent[] | undefined);
|
||||
constructor(prompt: string, command: string | undefined, references: ChatPromptReference[], participant: string, toolReferences: ChatLanguageModelToolReference[], editedFileEvents: ChatRequestEditedFileEvent[] | undefined);
|
||||
}
|
||||
|
||||
export interface ChatParticipant {
|
||||
|
||||
@@ -64,9 +64,6 @@ declare module 'vscode' {
|
||||
*/
|
||||
readonly command?: string;
|
||||
|
||||
/**
|
||||
* @hidden
|
||||
*/
|
||||
constructor(response: ReadonlyArray<ChatResponseMarkdownPart | ChatResponseFileTreePart | ChatResponseAnchorPart | ChatResponseCommandButtonPart | ExtendedChatResponsePart>, result: ChatResult, participant: string);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user