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