Skip to content

Commit 7028a9c

Browse files
hkt74copybara-github
authored andcommitted
chore: update InteractionCompleteEvent comment
PiperOrigin-RevId: 875378533
1 parent 0035182 commit 7028a9c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

google/genai/_interactions/types/interaction_complete_event.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ class InteractionCompleteEvent(BaseModel):
2828
event_type: Literal["interaction.complete"]
2929

3030
interaction: Interaction
31-
"""The Interaction resource."""
31+
"""
32+
The completed interaction with empty outputs to reduce the payload size.
33+
Use the preceding ContentDelta events for the actual output.
34+
"""
3235

3336
event_id: Optional[str] = None
3437
"""

0 commit comments

Comments
 (0)