Skip to Content
Anuma SDKClientInternalType AliasesOpenaiChatCompletionContentPartTextParam

OpenaiChatCompletionContentPartTextParam

OpenaiChatCompletionContentPartTextParam = object

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

Properties

any?

optional any: unknown

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


text?

optional text: string

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

The text content.


type?

optional type: string

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

The type of the content part.

This field can be elided, and will marshal its zero value as “text”.

Last updated on