@@ -92,7 +92,7 @@ def create(
9292 Creates a new interaction.
9393
9494 Args:
95- input: The inputs for the interaction.
95+ input: The input for the interaction.
9696
9797 model: The name of the `Model` used for generating the interaction.
9898
@@ -155,7 +155,7 @@ def create(
155155 Creates a new interaction.
156156
157157 Args:
158- input: The inputs for the interaction.
158+ input: The input for the interaction.
159159
160160 model: The name of the `Model` used for generating the interaction.
161161
@@ -220,9 +220,9 @@ def create(
220220 Args:
221221 agent: The name of the `Agent` used for generating the interaction.
222222
223- input: The inputs for the interaction.
223+ input: The input for the interaction.
224224
225- agent_config: Configuration for the agent.
225+ agent_config: Configuration parameters for the agent interaction .
226226
227227 background: Input only. Whether to run the model interaction in the background.
228228
@@ -283,11 +283,11 @@ def create(
283283 Args:
284284 agent: The name of the `Agent` used for generating the interaction.
285285
286- input: The inputs for the interaction.
286+ input: The input for the interaction.
287287
288288 stream: Input only. Whether the interaction will be streamed.
289289
290- agent_config: Configuration for the agent.
290+ agent_config: Configuration parameters for the agent interaction .
291291
292292 background: Input only. Whether to run the model interaction in the background.
293293
@@ -344,7 +344,7 @@ def create(
344344 Creates a new interaction.
345345
346346 Args:
347- input: The inputs for the interaction.
347+ input: The input for the interaction.
348348
349349 model: The name of the `Model` used for generating the interaction.
350350
@@ -720,7 +720,7 @@ async def create(
720720 Creates a new interaction.
721721
722722 Args:
723- input: The inputs for the interaction.
723+ input: The input for the interaction.
724724
725725 model: The name of the `Model` used for generating the interaction.
726726
@@ -783,7 +783,7 @@ async def create(
783783 Creates a new interaction.
784784
785785 Args:
786- input: The inputs for the interaction.
786+ input: The input for the interaction.
787787
788788 model: The name of the `Model` used for generating the interaction.
789789
@@ -848,9 +848,9 @@ async def create(
848848 Args:
849849 agent: The name of the `Agent` used for generating the interaction.
850850
851- input: The inputs for the interaction.
851+ input: The input for the interaction.
852852
853- agent_config: Configuration for the agent.
853+ agent_config: Configuration parameters for the agent interaction .
854854
855855 background: Input only. Whether to run the model interaction in the background.
856856
@@ -911,11 +911,11 @@ async def create(
911911 Args:
912912 agent: The name of the `Agent` used for generating the interaction.
913913
914- input: The inputs for the interaction.
914+ input: The input for the interaction.
915915
916916 stream: Input only. Whether the interaction will be streamed.
917917
918- agent_config: Configuration for the agent.
918+ agent_config: Configuration parameters for the agent interaction .
919919
920920 background: Input only. Whether to run the model interaction in the background.
921921
@@ -972,7 +972,7 @@ async def create(
972972 Creates a new interaction.
973973
974974 Args:
975- input: The inputs for the interaction.
975+ input: The input for the interaction.
976976
977977 model: The name of the `Model` used for generating the interaction.
978978
0 commit comments