We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a2612 commit 0de263eCopy full SHA for 0de263e
google/genai/_interactions/types/interaction.py
@@ -142,9 +142,6 @@ class Interaction(BaseModel):
142
model: Optional[Model] = None
143
"""The name of the `Model` used for generating the interaction."""
144
145
- object: Optional[Literal["interaction"]] = None
146
- """Output only. The object type of the interaction. Always set to `interaction`."""
147
-
148
outputs: Optional[List[Output]] = None
149
"""Output only. Responses from the model."""
150
0 commit comments