nexus-agents - v2.80.0
    Preparing search index...

    Interface DelegateInputLike

    Minimal input shape matching DelegateInput. Avoids circular mcp/tools import.

    interface DelegateInputLike {
        task: string;
        preferred_capability?: string;
        model_hint?: string;
        billing_mode?: string;
    }
    Index

    Properties

    task: string
    preferred_capability?: string
    model_hint?: string
    billing_mode?: string