mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
Add id to chat request (#243239)
* Add id to chat request * Support proposed api check * Do some casting
This commit is contained in:
@@ -50,6 +50,10 @@ declare module 'vscode' {
|
||||
}
|
||||
|
||||
export interface ChatRequest {
|
||||
/**
|
||||
* The id of the chat request. Used to identity an interaction with any of the chat surfaces.
|
||||
*/
|
||||
readonly id: string;
|
||||
/**
|
||||
* The attempt number of the request. The first request has attempt number 0.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user