Member Junction
    Preparing search index...

    Deterministic framework projection of an AI Prompt Run row.

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

    Properties

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