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

    Type Alias EpisodeInfo

    type EpisodeInfo = {
        instance_id: string;
        episode_name: string;
        created_at: string;
        events: { [key: string]: unknown }[];
    }
    Index

    Properties

    instance_id: string

    ID of the model instance this episode belongs to

    episode_name: string

    Name of the episode

    created_at: string

    Timestamp of when the episode was created

    events: { [key: string]: unknown }[]

    List of events that have occurred in the episode