Skip to main content
Version: latest (master)

Function: patchVercelAiSdk()

patchVercelAiSdk(options): Promise<boolean>

Defined in: src/hooks/ai-sdk.ts:167

Public re-exports for the per-framework governance patch hooks (AAASM-2922).

These let consumers apply a single framework's governance hook manually, instead of relying on initAssembly() to patch every detected framework. Only the user-facing patch/unpatch/has surface and the option/module interfaces those functions take as parameters are re-exported here; internal helpers (wrappers, patch-state, capture/record utilities) stay private to their hook modules.

Parameters

options

PatchVercelAiSdkOptions

Returns

Promise<boolean>