@salesforce/agents
    Preparing search index...

    Type Alias EvalOutput

    type EvalOutput = {
        id?: string;
        response?: SendMessageResponse | GetStateResponse;
        session_id?: string;
        type?: string;
    }
    Index

    Properties

    id?: string
    response?: SendMessageResponse | GetStateResponse
    session_id?: string
    type?: string