Skip to content

Commit a5a1399

Browse files
hkt74copybara-github
authored andcommitted
chore: update InteractionCompleteEvent comment
PiperOrigin-RevId: 875378533
1 parent 9187ca7 commit a5a1399

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interactions/resources/interactions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,8 @@ export interface InteractionCompleteEvent {
11381138
event_type: 'interaction.complete';
11391139

11401140
/**
1141-
* The Interaction resource.
1141+
* The completed interaction with empty outputs to reduce the payload size.
1142+
* Use the preceding ContentDelta events for the actual output.
11421143
*/
11431144
interaction: Interaction;
11441145

0 commit comments

Comments
 (0)