@getdial/ai-sdk - v0.17.0
    Preparing search index...

    Interface DialToolsOptions

    Options shared by the Dial tools.

    fromNumberId is an optional default for sendMessage / makeCall: when set, they fall back to it if the model doesn't supply one — the same convenience the CLI gets from its saved default from_number_id. The Dial credentials live on the DialClient you pass in, not here.

    interface DialToolsOptions {
        fromNumberId?: string;
    }
    Index
    fromNumberId?: string

    Default "from" phone-number id for sendMessage / makeCall.