mimiq
    Preparing search index...

    Class RecordingCollector

    Index

    Constructors

    Methods

    • Parameters

      • timing: "before" | "after"

      Returns string

    • Parameters

      • actor: "customer" | "agent"
      • type: "message" | "click" | "type" | "select" | "navigate"
      • options: {
            content?: string;
            screenshotPath?: string;
            target?: string;
            toolCalls?: RecordingToolCall[];
            uiState?: RecordingUiState;
        } = {}

      Returns void

    • Parameters

      • screenshotBuffer: Buffer
      • timing: "before" | "after"

      Returns Promise<string>