Function: toolsFromAiuiRegistry()
toolsFromAiuiRegistry(
options?):OracleTool[] |undefined
Defined in: packages/aiui-oracle/src/aiui-tools.ts:198
Wrap the page's window.__AIUI__.tools registrations — whatever surface the page installed (the standard tools, custom kits), exactly as the intent client sees it. Names are ns_name-prefixed when more than one namespace registers. Returns undefined when the page has no registry.
Parameters
options?
RegistryToolsOptions = {}
Returns
OracleTool[] | undefined