OpenaiChatCompletionPredictionContentParam
OpenaiChatCompletionPredictionContentParam =
object
Defined in: src/client/types.gen.ts:3531
Static predicted output content, such as the content of a text file that is being regenerated.
Properties
any?
optionalany:unknown
Defined in: src/client/types.gen.ts:3532
content?
optionalcontent:OpenaiChatCompletionPredictionContentContentUnionParam
Defined in: src/client/types.gen.ts:3533
type?
optionaltype:string
Defined in: src/client/types.gen.ts:3540
The type of the predicted content you want to provide. This type is currently
always content.
This field can be elided, and will marshal its zero value as “content”.
Last updated on