AIRunBaseOptions
typedef
Base options for running an AI operation via various available gateways.
Properties
contexts : Array<AIContextRef> | undefinedmodule:ai/aicore/aigateway~AIRunBaseOptions#contextsContext 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.
signal : AbortSignal | undefinedmodule:ai/aicore/aigateway~AIRunBaseOptions#signalAn
AbortSignalthat cancels the run when aborted. Aborted runs resolve withstatus: 'aborted'.
Value
object