@@ -992,7 +992,7 @@ def stream(
992992 mcp_servers : Iterable [BetaRequestMCPServerURLDefinitionParam ] | NotGiven = NOT_GIVEN ,
993993 metadata : BetaMetadataParam | NotGiven = NOT_GIVEN ,
994994 service_tier : Literal ["auto" , "standard_only" ] | NotGiven = NOT_GIVEN ,
995- stop_sequences : List [str ] | NotGiven = NOT_GIVEN ,
995+ stop_sequences : SequenceNotStr [str ] | NotGiven = NOT_GIVEN ,
996996 system : Union [str , Iterable [BetaTextBlockParam ]] | NotGiven = NOT_GIVEN ,
997997 temperature : float | NotGiven = NOT_GIVEN ,
998998 thinking : BetaThinkingConfigParam | NotGiven = NOT_GIVEN ,
@@ -2233,7 +2233,7 @@ def stream(
22332233 container : Optional [str ] | NotGiven = NOT_GIVEN ,
22342234 mcp_servers : Iterable [BetaRequestMCPServerURLDefinitionParam ] | NotGiven = NOT_GIVEN ,
22352235 service_tier : Literal ["auto" , "standard_only" ] | NotGiven = NOT_GIVEN ,
2236- stop_sequences : List [str ] | NotGiven = NOT_GIVEN ,
2236+ stop_sequences : SequenceNotStr [str ] | NotGiven = NOT_GIVEN ,
22372237 system : Union [str , Iterable [BetaTextBlockParam ]] | NotGiven = NOT_GIVEN ,
22382238 temperature : float | NotGiven = NOT_GIVEN ,
22392239 thinking : BetaThinkingConfigParam | NotGiven = NOT_GIVEN ,
0 commit comments