@@ -75,7 +75,7 @@ def create(
7575 background : bool | Omit = omit ,
7676 generation_config : GenerationConfigParam | Omit = omit ,
7777 previous_interaction_id : str | Omit = omit ,
78- response_format : object | Omit = omit ,
78+ response_format : interaction_create_params . ResponseFormat | Omit = omit ,
7979 response_mime_type : str | Omit = omit ,
8080 response_modalities : List [Literal ["text" , "image" , "audio" , "video" , "document" ]] | Omit = omit ,
8181 service_tier : Literal ["flex" , "standard" , "priority" ] | Omit = omit ,
@@ -146,7 +146,7 @@ def create(
146146 background : bool | Omit = omit ,
147147 generation_config : GenerationConfigParam | Omit = omit ,
148148 previous_interaction_id : str | Omit = omit ,
149- response_format : object | Omit = omit ,
149+ response_format : interaction_create_params . ResponseFormat | Omit = omit ,
150150 response_mime_type : str | Omit = omit ,
151151 response_modalities : List [Literal ["text" , "image" , "audio" , "video" , "document" ]] | Omit = omit ,
152152 service_tier : Literal ["flex" , "standard" , "priority" ] | Omit = omit ,
@@ -222,7 +222,7 @@ def create(
222222 agent_config : interaction_create_params .AgentConfig | Omit = omit ,
223223 background : bool | Omit = omit ,
224224 previous_interaction_id : str | Omit = omit ,
225- response_format : object | Omit = omit ,
225+ response_format : interaction_create_params . ResponseFormat | Omit = omit ,
226226 response_mime_type : str | Omit = omit ,
227227 response_modalities : List [Literal ["text" , "image" , "audio" , "video" , "document" ]] | Omit = omit ,
228228 service_tier : Literal ["flex" , "standard" , "priority" ] | Omit = omit ,
@@ -300,7 +300,7 @@ def create(
300300 agent_config : interaction_create_params .AgentConfig | Omit = omit ,
301301 background : bool | Omit = omit ,
302302 previous_interaction_id : str | Omit = omit ,
303- response_format : object | Omit = omit ,
303+ response_format : interaction_create_params . ResponseFormat | Omit = omit ,
304304 response_mime_type : str | Omit = omit ,
305305 response_modalities : List [Literal ["text" , "image" , "audio" , "video" , "document" ]] | Omit = omit ,
306306 service_tier : Literal ["flex" , "standard" , "priority" ] | Omit = omit ,
@@ -370,7 +370,7 @@ def create(
370370 background : bool | Omit = omit ,
371371 generation_config : GenerationConfigParam | Omit = omit ,
372372 previous_interaction_id : str | Omit = omit ,
373- response_format : object | Omit = omit ,
373+ response_format : interaction_create_params . ResponseFormat | Omit = omit ,
374374 response_mime_type : str | Omit = omit ,
375375 response_modalities : List [Literal ["text" , "image" , "audio" , "video" , "document" ]] | Omit = omit ,
376376 service_tier : Literal ["flex" , "standard" , "priority" ] | Omit = omit ,
@@ -439,7 +439,7 @@ def create(
439439 background : bool | Omit = omit ,
440440 generation_config : GenerationConfigParam | Omit = omit ,
441441 previous_interaction_id : str | Omit = omit ,
442- response_format : object | Omit = omit ,
442+ response_format : interaction_create_params . ResponseFormat | Omit = omit ,
443443 response_mime_type : str | Omit = omit ,
444444 response_modalities : List [Literal ["text" , "image" , "audio" , "video" , "document" ]] | Omit = omit ,
445445 service_tier : Literal ["flex" , "standard" , "priority" ] | Omit = omit ,
@@ -771,7 +771,7 @@ async def create(
771771 background : bool | Omit = omit ,
772772 generation_config : GenerationConfigParam | Omit = omit ,
773773 previous_interaction_id : str | Omit = omit ,
774- response_format : object | Omit = omit ,
774+ response_format : interaction_create_params . ResponseFormat | Omit = omit ,
775775 response_mime_type : str | Omit = omit ,
776776 response_modalities : List [Literal ["text" , "image" , "audio" , "video" , "document" ]] | Omit = omit ,
777777 service_tier : Literal ["flex" , "standard" , "priority" ] | Omit = omit ,
@@ -842,7 +842,7 @@ async def create(
842842 background : bool | Omit = omit ,
843843 generation_config : GenerationConfigParam | Omit = omit ,
844844 previous_interaction_id : str | Omit = omit ,
845- response_format : object | Omit = omit ,
845+ response_format : interaction_create_params . ResponseFormat | Omit = omit ,
846846 response_mime_type : str | Omit = omit ,
847847 response_modalities : List [Literal ["text" , "image" , "audio" , "video" , "document" ]] | Omit = omit ,
848848 service_tier : Literal ["flex" , "standard" , "priority" ] | Omit = omit ,
@@ -918,7 +918,7 @@ async def create(
918918 agent_config : interaction_create_params .AgentConfig | Omit = omit ,
919919 background : bool | Omit = omit ,
920920 previous_interaction_id : str | Omit = omit ,
921- response_format : object | Omit = omit ,
921+ response_format : interaction_create_params . ResponseFormat | Omit = omit ,
922922 response_mime_type : str | Omit = omit ,
923923 response_modalities : List [Literal ["text" , "image" , "audio" , "video" , "document" ]] | Omit = omit ,
924924 service_tier : Literal ["flex" , "standard" , "priority" ] | Omit = omit ,
@@ -996,7 +996,7 @@ async def create(
996996 agent_config : interaction_create_params .AgentConfig | Omit = omit ,
997997 background : bool | Omit = omit ,
998998 previous_interaction_id : str | Omit = omit ,
999- response_format : object | Omit = omit ,
999+ response_format : interaction_create_params . ResponseFormat | Omit = omit ,
10001000 response_mime_type : str | Omit = omit ,
10011001 response_modalities : List [Literal ["text" , "image" , "audio" , "video" , "document" ]] | Omit = omit ,
10021002 service_tier : Literal ["flex" , "standard" , "priority" ] | Omit = omit ,
@@ -1066,7 +1066,7 @@ async def create(
10661066 background : bool | Omit = omit ,
10671067 generation_config : GenerationConfigParam | Omit = omit ,
10681068 previous_interaction_id : str | Omit = omit ,
1069- response_format : object | Omit = omit ,
1069+ response_format : interaction_create_params . ResponseFormat | Omit = omit ,
10701070 response_mime_type : str | Omit = omit ,
10711071 response_modalities : List [Literal ["text" , "image" , "audio" , "video" , "document" ]] | Omit = omit ,
10721072 service_tier : Literal ["flex" , "standard" , "priority" ] | Omit = omit ,
@@ -1135,7 +1135,7 @@ async def create(
11351135 background : bool | Omit = omit ,
11361136 generation_config : GenerationConfigParam | Omit = omit ,
11371137 previous_interaction_id : str | Omit = omit ,
1138- response_format : object | Omit = omit ,
1138+ response_format : interaction_create_params . ResponseFormat | Omit = omit ,
11391139 response_mime_type : str | Omit = omit ,
11401140 response_modalities : List [Literal ["text" , "image" , "audio" , "video" , "document" ]] | Omit = omit ,
11411141 service_tier : Literal ["flex" , "standard" , "priority" ] | Omit = omit ,
0 commit comments