Skip to Content
SdkClientInternalType AliasesLlmapiMessageContentPart

LlmapiMessageContentPart

LlmapiMessageContentPart = object

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

Properties

file?

optional file: LlmapiMessageContentFile

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


image_url?

optional image_url: LlmapiMessageContentImage

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


text?

optional text: string

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

Text holds the text content when Type=text or Type=input_text


type?

optional type: string

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

Type is the block type (text, image_url, or input_file)

Last updated on