Skip to content

@chinmaymk/aikit v0.0.40


@chinmaymk/aikit / TextContent

Interface: TextContent

Defined in: types.ts:24

Just good old-fashioned text. The bread and butter of language models.

Properties

type

type: "text"

Defined in: types.ts:26

It's text. What did you expect?


text

text: string

Defined in: types.ts:28

The actual, you know, text.

Released under the MIT License.