OpenaiChatCompletionNewParamsStopUnion
OpenaiChatCompletionNewParamsStopUnion =
object
Defined in: src/client/types.gen.ts:3468
Not supported with latest reasoning models o3 and o4-mini.
Up to 4 sequences where the API will stop generating further tokens. The returned text will not contain the stop sequence.
Properties
any?
optionalany:unknown
Defined in: src/client/types.gen.ts:3469
ofString?
optionalofString:ParamOptString
Defined in: src/client/types.gen.ts:3470
ofStringArray?
optionalofStringArray:string[]
Defined in: src/client/types.gen.ts:3471
Last updated on