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

Type Alias: AgentInstanceObjectContent

type AgentInstanceObjectContent = object;

Object content

An arbitrary structured content block. Accepts any valid JSON value: objects, arrays, numbers, booleans, or strings. Use TEXT content for human-readable natural language; use OBJECT content for machine-readable structured data.

Properties

contentType

contentType: string;

The content type discriminator.


object

object: unknown;

Arbitrary structured content — any valid JSON value (object, array, number, boolean, or string).