Share via


InputTextContentParam interface

A text input to the model.

Properties

text

The text input to the model.

type

The type of the input item. Always input_text.

Property Details

text

The text input to the model.

text: string

Property Value

string

type

The type of the input item. Always input_text.

type: "input_text"

Property Value

"input_text"