@cpod/sdk - v0.2.7
    Preparing search index...

    Interface ExecuteWithCredentialsRequest

    Execute with credentials request

    interface ExecuteWithCredentialsRequest {
        tool_name: string;
        parameters?: Record<string, unknown>;
        credentials: Record<string, unknown>;
    }
    Index

    Properties

    tool_name: string
    parameters?: Record<string, unknown>
    credentials: Record<string, unknown>