@@ -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
0 commit comments