Skip to Content
Anuma SDKClientInternalType AliasesOpenaiChatCompletionPredictionContentParam

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?

optional any: unknown

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


content?

optional content: OpenaiChatCompletionPredictionContentContentUnionParam

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


type?

optional type: 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