We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9187ca7 commit a5a1399Copy full SHA for a5a1399
src/interactions/resources/interactions.ts
@@ -1138,7 +1138,8 @@ export interface InteractionCompleteEvent {
1138
event_type: 'interaction.complete';
1139
1140
/**
1141
- * The Interaction resource.
+ * The completed interaction with empty outputs to reduce the payload size.
1142
+ * Use the preceding ContentDelta events for the actual output.
1143
*/
1144
interaction: Interaction;
1145
0 commit comments