Skip to Content
Anuma SDKClientInternalType AliasesOpenaiChatCompletionPredictionContentContentUnionParam

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?

optional any: unknown

Defined in: src/client/types.gen.ts:3522 


ofArrayOfContentParts?

optional ofArrayOfContentParts: OpenaiChatCompletionContentPartTextParam[]

Defined in: src/client/types.gen.ts:3523 


ofString?

optional ofString: ParamOptString

Defined in: src/client/types.gen.ts:3524 

Last updated on