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
* The id of the chat participant and contributing extension that this response came from.
56
+
* The id of the chat participant that this response came from.
58
57
*/
59
58
readonlyparticipant: string;
60
59
@@ -132,8 +131,8 @@ declare module 'vscode' {
132
131
*/
133
132
exportinterfaceChatResultFeedback{
134
133
/**
135
-
* The ChatResult that the user is providing feedback for.
136
-
* This instance has the same properties as the result returned from the participant callback, including `metadata`, but is not the same instance.
134
+
* The ChatResult for which the user is providing feedback.
135
+
* This object has the same properties as the result returned from the participant callback, including `metadata`, but is not the same instance.
137
136
*/
138
137
readonlyresult: ChatResult;
139
138
@@ -175,7 +174,7 @@ declare module 'vscode' {
175
174
exportinterfaceChatFollowupProvider{
176
175
/**
177
176
* Provide followups for the given result.
178
-
* @param result This instance has the same properties as the result returned from the participant callback, including `metadata`, but is not the same instance.
177
+
* @param result This object has the same properties as the result returned from the participant callback, including `metadata`, but is not the same instance.
0 commit comments