You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/@types/vscode.proposed.chatParticipantPrivate.d.ts
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,8 @@ declare module 'vscode' {
187
187
188
188
isQuotaExceeded?: boolean;
189
189
190
+
isRateLimited?: boolean;
191
+
190
192
level?: ChatErrorLevel;
191
193
192
194
code?: string;
@@ -219,6 +221,10 @@ declare module 'vscode' {
219
221
chatSessionId?: string;
220
222
chatInteractionId?: string;
221
223
terminalCommand?: string;
224
+
/**
225
+
* Lets us add some nicer UI to toolcalls that came from a sub-agent, but in the long run, this should probably just be rendered in a similar way to thinking text + tool call groups
0 commit comments