For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Type Alias: AgentInstanceTextContent

type AgentInstanceTextContent = object;

Text content

A plain-text content block.

Properties

contentType

contentType: string;

The content type discriminator.


text

text: string;

The text content.