Sign up (with export icon)

AIRunBaseOptions

Api-typedef icontypedef

Base options for running an AI operation via various available gateways.

Properties

  • Chevron-right icon

    contexts : Array<AIContextRef> | undefined

    Context references attached to the request.

    Experimental: This is a production-ready API but may change in minor releases without the standard deprecation policy. Check the changelog for migration guidance.

  • Chevron-right icon

    signal : AbortSignal | undefined

    An AbortSignal that cancels the run when aborted. Aborted runs resolve with status: 'aborted'.

Value

object