Member Junction
    Preparing search index...

    Deterministic framework projection of an AI Prompt Run row.

    No AgentRunID member: that column does not exist on AIPromptRun. The owning agent run is recovered through the step that invoked it — see PromptRunIdsFromSteps in agent-live-shared.

    interface PromptRunRow {
        AgentID: string | null;
        ID: string;
        Messages: string | null;
        Result: string | null;
    }
    Index

    Properties

    AgentID: string | null
    ID: string
    Messages: string | null
    Result: string | null