TextContent: { annotations?: Annotation[]; text: string; type: "text" }

A text content block.

Type declaration

  • Optionalannotations?: Annotation[]

    Citation information for model-generated content.

  • text: string

    Required. The text content.

  • type: "text"