@conciergus/chat - v0.3.1
    Preparing search index...

    Interface StructuredObject

    Structured object interface for object streaming

    interface StructuredObject {
        type: string;
        data: any;
        schema?: any;
        state: StructuredObjectState;
        metadata?: Record<string, any>;
    }
    Index

    Properties

    type: string

    Object type identifier

    data: any

    Object data

    schema?: any

    Object schema if available

    Streaming state

    metadata?: Record<string, any>

    Metadata