OpenaiChatCompletionPredictionContentContentUnionParam
OpenaiChatCompletionPredictionContentContentUnionParam =
object
Defined in: src/client/types.gen.ts:3521
The content that should be matched when generating a model response. If generated tokens would match this content, the entire model response can be returned much more quickly.
Properties
any?
optionalany:unknown
Defined in: src/client/types.gen.ts:3522
ofArrayOfContentParts?
optionalofArrayOfContentParts:OpenaiChatCompletionContentPartTextParam[]
Defined in: src/client/types.gen.ts:3523
ofString?
optionalofString:ParamOptString
Defined in: src/client/types.gen.ts:3524
Last updated on