Member Junction
    Preparing search index...

    Interface OpenAICompatibleRequestOptions

    Per-call request options (the stainless SDKs' second argument).

    interface OpenAICompatibleRequestOptions {
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    signal?: AbortSignal