RxInfer Client - v1.3.0
    Preparing search index...

    Type Alias AttachEventsToEpisodeRequest

    type AttachEventsToEpisodeRequest = {
        events: {
            timestamp?: string;
            data?: { [key: string]: unknown };
            metadata?: { [key: string]: unknown };
        }[];
    }
    Index

    Properties

    Properties

    events: {
        timestamp?: string;
        data?: { [key: string]: unknown };
        metadata?: { [key: string]: unknown };
    }[]

    List of events to attach to the episode

    Type declaration

    • Optionaltimestamp?: string

      Timestamp of the event

    • Optionaldata?: { [key: string]: unknown }

      Arbitrary data to attach to the event, model-specific

    • Optionalmetadata?: { [key: string]: unknown }

      Arbitrary metadata to attach to the event, model-specific