Skip to content

Commit dac7623

Browse files
IvanLHcopybara-github
authored andcommitted
chore: Re generated the Interactions SDK
PiperOrigin-RevId: 856341020
1 parent 111032c commit dac7623

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

google/genai/_interactions/resources/interactions.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def create(
9696
9797
model: The name of the `Model` used for generating the interaction.
9898
99-
background: Whether to run the model interaction in the background.
99+
background: Input only. Whether to run the model interaction in the background.
100100
101101
generation_config: Input only. Configuration parameters for the model interaction.
102102
@@ -161,7 +161,7 @@ def create(
161161
162162
stream: Input only. Whether the interaction will be streamed.
163163
164-
background: Whether to run the model interaction in the background.
164+
background: Input only. Whether to run the model interaction in the background.
165165
166166
generation_config: Input only. Configuration parameters for the model interaction.
167167
@@ -224,7 +224,7 @@ def create(
224224
225225
agent_config: Configuration for the agent.
226226
227-
background: Whether to run the model interaction in the background.
227+
background: Input only. Whether to run the model interaction in the background.
228228
229229
previous_interaction_id: The ID of the previous interaction, if any.
230230
@@ -289,7 +289,7 @@ def create(
289289
290290
agent_config: Configuration for the agent.
291291
292-
background: Whether to run the model interaction in the background.
292+
background: Input only. Whether to run the model interaction in the background.
293293
294294
previous_interaction_id: The ID of the previous interaction, if any.
295295
@@ -350,7 +350,7 @@ def create(
350350
351351
stream: Input only. Whether the interaction will be streamed.
352352
353-
background: Whether to run the model interaction in the background.
353+
background: Input only. Whether to run the model interaction in the background.
354354
355355
generation_config: Input only. Configuration parameters for the model interaction.
356356
@@ -713,7 +713,7 @@ async def create(
713713
714714
model: The name of the `Model` used for generating the interaction.
715715
716-
background: Whether to run the model interaction in the background.
716+
background: Input only. Whether to run the model interaction in the background.
717717
718718
generation_config: Input only. Configuration parameters for the model interaction.
719719
@@ -778,7 +778,7 @@ async def create(
778778
779779
stream: Input only. Whether the interaction will be streamed.
780780
781-
background: Whether to run the model interaction in the background.
781+
background: Input only. Whether to run the model interaction in the background.
782782
783783
generation_config: Input only. Configuration parameters for the model interaction.
784784
@@ -841,7 +841,7 @@ async def create(
841841
842842
agent_config: Configuration for the agent.
843843
844-
background: Whether to run the model interaction in the background.
844+
background: Input only. Whether to run the model interaction in the background.
845845
846846
previous_interaction_id: The ID of the previous interaction, if any.
847847
@@ -906,7 +906,7 @@ async def create(
906906
907907
agent_config: Configuration for the agent.
908908
909-
background: Whether to run the model interaction in the background.
909+
background: Input only. Whether to run the model interaction in the background.
910910
911911
previous_interaction_id: The ID of the previous interaction, if any.
912912
@@ -967,7 +967,7 @@ async def create(
967967
968968
stream: Input only. Whether the interaction will be streamed.
969969
970-
background: Whether to run the model interaction in the background.
970+
background: Input only. Whether to run the model interaction in the background.
971971
972972
generation_config: Input only. Configuration parameters for the model interaction.
973973

google/genai/_interactions/types/interaction_create_params.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class BaseCreateModelInteractionParams(TypedDict, total=False):
6868
api_version: str
6969

7070
background: bool
71-
"""Whether to run the model interaction in the background."""
71+
"""Input only. Whether to run the model interaction in the background."""
7272

7373
generation_config: GenerationConfigParam
7474
"""Input only. Configuration parameters for the model interaction."""
@@ -136,7 +136,7 @@ class BaseCreateAgentInteractionParams(TypedDict, total=False):
136136
"""Configuration for the agent."""
137137

138138
background: bool
139-
"""Whether to run the model interaction in the background."""
139+
"""Input only. Whether to run the model interaction in the background."""
140140

141141
previous_interaction_id: str
142142
"""The ID of the previous interaction, if any."""

0 commit comments

Comments
 (0)