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.

Properties

contentType

contentType: string;

The content type discriminator.


object

object: object;

Arbitrary structured content.

Index Signature

[key: string]: unknown