Skip to content

Commit f671a4e

Browse files
Annhiluccopybara-github
authored andcommitted
chore: Remove the 'object' field from Interaction
PiperOrigin-RevId: 845877611
1 parent e0a2612 commit f671a4e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

google/genai/_interactions/types/interaction.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ class Interaction(BaseModel):
142142
model: Optional[Model] = None
143143
"""The name of the `Model` used for generating the interaction."""
144144

145-
object: Optional[Literal["interaction"]] = None
146-
"""Output only. The object type of the interaction. Always set to `interaction`."""
147-
148145
outputs: Optional[List[Output]] = None
149146
"""Output only. Responses from the model."""
150147

0 commit comments

Comments
 (0)