Skip to content

Commit daca28c

Browse files
Copilotalexr00
andcommitted
Initial exploration and planning
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent 364a016 commit daca28c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/@types/vscode.proposed.chatParticipantPrivate.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ declare module 'vscode' {
5555
*/
5656
readonly attempt: number;
5757

58+
/**
59+
* The session identifier for this chat request
60+
*/
61+
readonly sessionId: string;
62+
5863
/**
5964
* If automatic command detection is enabled.
6065
*/

0 commit comments

Comments
 (0)