@breadstone/archipel-mcp 0.0.53 → 0.0.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (232) hide show
  1. package/data/guides/ai-image-generation.md +96 -0
  2. package/data/guides/ai-realtime-voice.md +69 -464
  3. package/data/guides/ai-text-generation.md +95 -622
  4. package/data/guides/index.md +3 -1
  5. package/data/guides/intelligence-prompts-warm-up.md +138 -0
  6. package/data/packages/platform-intelligence/api/Class.AnthropicIntelligenceProviderAdapter.md +78 -0
  7. package/data/packages/platform-intelligence/api/Class.DefaultIntelligencePromptPolicyAdapter.md +54 -0
  8. package/data/packages/platform-intelligence/api/Class.GatewayIntelligenceProviderAdapter.md +78 -0
  9. package/data/packages/platform-intelligence/api/Class.GoogleIntelligenceProviderAdapter.md +78 -0
  10. package/data/packages/platform-intelligence/api/Class.GrokIntelligenceProviderAdapter.md +78 -0
  11. package/data/packages/platform-intelligence/api/Class.IntelligenceAgent.md +95 -0
  12. package/data/packages/platform-intelligence/api/Class.IntelligenceAgentFactory.md +11 -23
  13. package/data/packages/platform-intelligence/api/Class.IntelligenceEmbeddingGenerator.md +25 -21
  14. package/data/packages/platform-intelligence/api/Class.IntelligenceHealthIndicator.md +11 -7
  15. package/data/packages/platform-intelligence/api/Class.IntelligenceLanguageGenerator.md +159 -0
  16. package/data/packages/platform-intelligence/api/Class.IntelligenceMediaGenerator.md +60 -38
  17. package/data/packages/platform-intelligence/api/Class.IntelligenceModule.md +2 -2
  18. package/data/packages/platform-intelligence/api/Class.IntelligencePromptExecutor.md +88 -0
  19. package/data/packages/platform-intelligence/api/Class.IntelligencePromptPolicyPort.md +48 -0
  20. package/data/packages/platform-intelligence/api/Class.IntelligenceProviderAssetUploader.md +21 -15
  21. package/data/packages/platform-intelligence/api/Class.IntelligenceProviderDiagnostics.md +55 -0
  22. package/data/packages/platform-intelligence/api/Class.IntelligenceProviderError.md +14 -4
  23. package/data/packages/platform-intelligence/api/Class.IntelligenceProviderRegistry.md +68 -0
  24. package/data/packages/platform-intelligence/api/Class.IntelligenceRealtimeError.md +9 -9
  25. package/data/packages/platform-intelligence/api/Class.IntelligenceRealtimeMeteringPort.md +2 -2
  26. package/data/packages/platform-intelligence/api/Class.IntelligenceRealtimeSessionFactory.md +12 -12
  27. package/data/packages/platform-intelligence/api/Class.IntelligenceRealtimeSessionPort.md +18 -18
  28. package/data/packages/platform-intelligence/api/Class.IntelligenceReranker.md +58 -0
  29. package/data/packages/platform-intelligence/api/Class.IntelligenceToolBase.md +14 -16
  30. package/data/packages/platform-intelligence/api/Class.IntelligenceToolRegistry.md +10 -14
  31. package/data/packages/platform-intelligence/api/Class.MiMoIntelligenceProviderAdapter.md +78 -0
  32. package/data/packages/platform-intelligence/api/Class.OpenAIIntelligenceProviderAdapter.md +102 -0
  33. package/data/packages/platform-intelligence/api/Function.createAnthropicAdvisor20260301Tool.md +1 -1
  34. package/data/packages/platform-intelligence/api/Function.createAnthropicBash20241022Tool.md +1 -1
  35. package/data/packages/platform-intelligence/api/Function.createAnthropicBash20250124Tool.md +1 -1
  36. package/data/packages/platform-intelligence/api/Function.createAnthropicCodeExecution20250522Tool.md +1 -1
  37. package/data/packages/platform-intelligence/api/Function.createAnthropicCodeExecution20250825Tool.md +1 -1
  38. package/data/packages/platform-intelligence/api/Function.createAnthropicCodeExecution20260120Tool.md +1 -1
  39. package/data/packages/platform-intelligence/api/Function.createAnthropicComputer20241022Tool.md +1 -1
  40. package/data/packages/platform-intelligence/api/Function.createAnthropicComputer20250124Tool.md +1 -1
  41. package/data/packages/platform-intelligence/api/Function.createAnthropicComputer20251124Tool.md +1 -1
  42. package/data/packages/platform-intelligence/api/Function.createAnthropicMemory20250818Tool.md +1 -1
  43. package/data/packages/platform-intelligence/api/Function.createAnthropicTextEditor20241022Tool.md +1 -1
  44. package/data/packages/platform-intelligence/api/Function.createAnthropicTextEditor20250124Tool.md +1 -1
  45. package/data/packages/platform-intelligence/api/Function.createAnthropicTextEditor20250429Tool.md +1 -1
  46. package/data/packages/platform-intelligence/api/Function.createAnthropicTextEditor20250728Tool.md +1 -1
  47. package/data/packages/platform-intelligence/api/Function.createAnthropicToolSearchBM2520251119Tool.md +1 -1
  48. package/data/packages/platform-intelligence/api/Function.createAnthropicToolSearchRegex20251119Tool.md +1 -1
  49. package/data/packages/platform-intelligence/api/Function.createAnthropicWebFetch20250910Tool.md +1 -1
  50. package/data/packages/platform-intelligence/api/Function.createAnthropicWebFetch20260209Tool.md +1 -1
  51. package/data/packages/platform-intelligence/api/Function.createAnthropicWebSearch20250305Tool.md +1 -1
  52. package/data/packages/platform-intelligence/api/Function.createAnthropicWebSearch20260209Tool.md +1 -1
  53. package/data/packages/platform-intelligence/api/Function.createGoogleCodeExecutionTool.md +1 -1
  54. package/data/packages/platform-intelligence/api/Function.createGoogleEnterpriseWebSearchTool.md +1 -1
  55. package/data/packages/platform-intelligence/api/Function.createGoogleFileSearchTool.md +1 -1
  56. package/data/packages/platform-intelligence/api/Function.createGoogleGoogleMapsTool.md +1 -1
  57. package/data/packages/platform-intelligence/api/Function.createGoogleGoogleSearchTool.md +1 -1
  58. package/data/packages/platform-intelligence/api/Function.createGoogleUrlContextTool.md +1 -1
  59. package/data/packages/platform-intelligence/api/Function.createGoogleVertexRagStoreTool.md +1 -1
  60. package/data/packages/platform-intelligence/api/Function.createGrokCodeExecutionTool.md +1 -1
  61. package/data/packages/platform-intelligence/api/Function.createGrokFileSearchTool.md +1 -1
  62. package/data/packages/platform-intelligence/api/Function.createGrokMcpServerTool.md +1 -1
  63. package/data/packages/platform-intelligence/api/Function.createGrokViewImageTool.md +1 -1
  64. package/data/packages/platform-intelligence/api/Function.createGrokViewXVideoTool.md +1 -1
  65. package/data/packages/platform-intelligence/api/Function.createGrokWebSearchTool.md +1 -1
  66. package/data/packages/platform-intelligence/api/Function.createGrokXSearchTool.md +1 -1
  67. package/data/packages/platform-intelligence/api/Function.createIntelligenceJsonSchema.md +31 -0
  68. package/data/packages/platform-intelligence/api/Function.createIntelligenceTool.md +2 -2
  69. package/data/packages/platform-intelligence/api/Function.createMimoCustomTool.md +5 -5
  70. package/data/packages/platform-intelligence/api/Function.createOpenAIApplyPatchTool.md +1 -1
  71. package/data/packages/platform-intelligence/api/Function.createOpenAICodeInterpreterTool.md +1 -1
  72. package/data/packages/platform-intelligence/api/Function.createOpenAICustomTool.md +1 -1
  73. package/data/packages/platform-intelligence/api/Function.createOpenAIFileSearchTool.md +1 -1
  74. package/data/packages/platform-intelligence/api/Function.createOpenAIImageGenerationTool.md +1 -1
  75. package/data/packages/platform-intelligence/api/Function.createOpenAILocalShellTool.md +1 -1
  76. package/data/packages/platform-intelligence/api/Function.createOpenAIMcpTool.md +1 -1
  77. package/data/packages/platform-intelligence/api/Function.createOpenAIShellTool.md +1 -1
  78. package/data/packages/platform-intelligence/api/Function.createOpenAIToolSearchTool.md +1 -1
  79. package/data/packages/platform-intelligence/api/Function.createOpenAIWebSearchPreviewTool.md +1 -1
  80. package/data/packages/platform-intelligence/api/Function.createOpenAIWebSearchTool.md +1 -1
  81. package/data/packages/platform-intelligence/api/Function.defineIntelligenceTool.md +31 -0
  82. package/data/packages/platform-intelligence/api/Function.intelligencePrompt.md +31 -0
  83. package/data/packages/platform-intelligence/api/Interface.IIntelligenceAgentConfiguration.md +70 -0
  84. package/data/packages/platform-intelligence/api/Interface.IIntelligenceEmbeddingBatchOptions.md +124 -0
  85. package/data/packages/platform-intelligence/api/Interface.IIntelligenceEmbeddingBatchResult.md +70 -0
  86. package/data/packages/platform-intelligence/api/Interface.IIntelligenceEmbeddingOptions.md +114 -0
  87. package/data/packages/platform-intelligence/api/Interface.IIntelligenceEmbeddingResult.md +70 -0
  88. package/data/packages/platform-intelligence/api/Interface.IIntelligenceFileUploadOptions.md +102 -0
  89. package/data/packages/platform-intelligence/api/Interface.IIntelligenceFileUploadResult.md +60 -0
  90. package/data/packages/platform-intelligence/api/Interface.IIntelligenceGeneratedFile.md +40 -0
  91. package/data/packages/platform-intelligence/api/Interface.IIntelligenceGenerationStepStartEvent.md +50 -0
  92. package/data/packages/platform-intelligence/api/Interface.IIntelligenceImageGenerationOptions.md +170 -0
  93. package/data/packages/platform-intelligence/api/Interface.IIntelligenceImageGenerationResult.md +60 -0
  94. package/data/packages/platform-intelligence/api/Interface.IIntelligenceLanguageCompletion.md +141 -0
  95. package/data/packages/platform-intelligence/api/Interface.IIntelligenceLanguageGenerationOptions.md +234 -0
  96. package/data/packages/platform-intelligence/api/Interface.IIntelligenceLanguageStream.md +50 -0
  97. package/data/packages/platform-intelligence/api/Interface.IIntelligenceModelReference.md +34 -0
  98. package/data/packages/platform-intelligence/api/Interface.IIntelligenceModelRequestOptions.md +52 -0
  99. package/data/packages/platform-intelligence/api/Interface.IIntelligenceModelStatus.md +30 -0
  100. package/data/packages/platform-intelligence/api/Interface.IIntelligenceModuleOptions.md +43 -25
  101. package/data/packages/platform-intelligence/api/Interface.IIntelligenceObjectStream.md +56 -0
  102. package/data/packages/platform-intelligence/api/Interface.IIntelligencePrompt.md +50 -0
  103. package/data/packages/platform-intelligence/api/Interface.IIntelligencePromptDefinition.md +145 -0
  104. package/data/packages/platform-intelligence/api/Interface.IIntelligencePromptEffectivePolicy.md +30 -0
  105. package/data/packages/platform-intelligence/api/Interface.IIntelligencePromptExecutionContext.md +20 -0
  106. package/data/packages/platform-intelligence/api/Interface.IIntelligencePromptExecutionPolicy.md +70 -0
  107. package/data/packages/platform-intelligence/api/Interface.IIntelligencePromptExecutionResult.md +127 -0
  108. package/data/packages/platform-intelligence/api/Interface.IIntelligencePromptInvocation.md +49 -0
  109. package/data/packages/platform-intelligence/api/Interface.IIntelligencePromptPolicyRequest.md +60 -0
  110. package/data/packages/platform-intelligence/api/Interface.IIntelligencePromptRenderContext.md +26 -0
  111. package/data/packages/platform-intelligence/api/Interface.IIntelligenceProviderAdapter.md +73 -0
  112. package/data/packages/platform-intelligence/api/Interface.IIntelligenceProviderConfiguration.md +10 -10
  113. package/data/packages/platform-intelligence/api/Interface.IIntelligenceProviderLoadRequest.md +40 -0
  114. package/data/packages/platform-intelligence/api/Interface.IIntelligenceProviderProbeResult.md +70 -0
  115. package/data/packages/platform-intelligence/api/Interface.IIntelligenceRealtimeAudioFormat.md +3 -3
  116. package/data/packages/platform-intelligence/api/Interface.IIntelligenceRealtimeCloseEvent.md +4 -4
  117. package/data/packages/platform-intelligence/api/Interface.IIntelligenceRealtimeModuleOptions.md +9 -21
  118. package/data/packages/platform-intelligence/api/Interface.IIntelligenceRealtimeSessionConfiguration.md +11 -11
  119. package/data/packages/platform-intelligence/api/Interface.IIntelligenceRealtimeSessionOptions.md +11 -11
  120. package/data/packages/platform-intelligence/api/Interface.IIntelligenceRealtimeToolDefinition.md +5 -5
  121. package/data/packages/platform-intelligence/api/Interface.IIntelligenceRealtimeTranscriptionConfiguration.md +4 -4
  122. package/data/packages/platform-intelligence/api/Interface.IIntelligenceRealtimeTurnDetectionConfiguration.md +5 -5
  123. package/data/packages/platform-intelligence/api/Interface.IIntelligenceRealtimeUsage.md +10 -10
  124. package/data/packages/platform-intelligence/api/Interface.IIntelligenceRequestOptions.md +98 -0
  125. package/data/packages/platform-intelligence/api/Interface.IIntelligenceRerankingOptions.md +140 -0
  126. package/data/packages/platform-intelligence/api/Interface.IIntelligenceRerankingResult.md +50 -0
  127. package/data/packages/platform-intelligence/api/Interface.IIntelligenceSkillUploadOptions.md +94 -0
  128. package/data/packages/platform-intelligence/api/Interface.IIntelligenceSkillUploadResult.md +80 -0
  129. package/data/packages/platform-intelligence/api/Interface.IIntelligenceSpeechGenerationOptions.md +164 -0
  130. package/data/packages/platform-intelligence/api/Interface.IIntelligenceSpeechGenerationResult.md +50 -0
  131. package/data/packages/platform-intelligence/api/Interface.IIntelligenceStreamingTranscriptionOptions.md +139 -0
  132. package/data/packages/platform-intelligence/api/Interface.IIntelligenceTool.md +7 -10
  133. package/data/packages/platform-intelligence/api/Interface.IIntelligenceToolCall.md +40 -0
  134. package/data/packages/platform-intelligence/api/Interface.IIntelligenceToolDefinition.md +91 -0
  135. package/data/packages/platform-intelligence/api/Interface.IIntelligenceToolExecutionEndEvent.md +50 -0
  136. package/data/packages/platform-intelligence/api/Interface.IIntelligenceToolExecutionStartEvent.md +30 -0
  137. package/data/packages/platform-intelligence/api/Interface.IIntelligenceToolRegistry.md +4 -4
  138. package/data/packages/platform-intelligence/api/Interface.IIntelligenceTranscriptionOptions.md +114 -0
  139. package/data/packages/platform-intelligence/api/Interface.IIntelligenceTranscriptionResult.md +84 -0
  140. package/data/packages/platform-intelligence/api/Interface.IIntelligenceTranscriptionStream.md +97 -0
  141. package/data/packages/platform-intelligence/api/Interface.IIntelligenceUsage.md +40 -0
  142. package/data/packages/platform-intelligence/api/Interface.IIntelligenceVideoGenerationOptions.md +229 -0
  143. package/data/packages/platform-intelligence/api/Interface.IIntelligenceVideoGenerationResult.md +50 -0
  144. package/data/packages/platform-intelligence/api/TypeAlias.IIntelligenceModelMessage.md +43 -0
  145. package/data/packages/platform-intelligence/api/TypeAlias.IIntelligencePromptModelRequirement.md +25 -0
  146. package/data/packages/platform-intelligence/api/TypeAlias.IIntelligenceSchema.md +70 -0
  147. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceCapability.md +14 -0
  148. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceDefaultModels.md +14 -0
  149. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceJsonValue.md +22 -0
  150. package/data/packages/platform-intelligence/api/TypeAlias.IntelligencePromptCapability.md +20 -0
  151. package/data/packages/platform-intelligence/api/TypeAlias.IntelligencePromptDefinitionConfiguration.md +29 -0
  152. package/data/packages/platform-intelligence/api/TypeAlias.IntelligencePromptGenerationOptions.md +16 -0
  153. package/data/packages/platform-intelligence/api/TypeAlias.IntelligencePromptLatency.md +14 -0
  154. package/data/packages/platform-intelligence/api/TypeAlias.IntelligencePromptMode.md +14 -0
  155. package/data/packages/platform-intelligence/api/TypeAlias.IntelligencePromptQuality.md +14 -0
  156. package/data/packages/platform-intelligence/api/TypeAlias.IntelligencePromptReasoning.md +14 -0
  157. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceProviderName.md +1 -1
  158. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceProviderOptions.md +14 -0
  159. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceProviderProbeStatus.md +14 -0
  160. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceProviderToolOptions.md +17 -0
  161. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceRealtimeClientEvent.md +1 -1
  162. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceRealtimeMetadataValue.md +1 -1
  163. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceRealtimeMeteringEvent.md +1 -1
  164. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceRealtimeServerEvent.md +1 -1
  165. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceRealtimeStatus.md +1 -1
  166. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceRequestTimeouts.md +14 -0
  167. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceToolChoice.md +21 -0
  168. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceToolOutput.md +22 -0
  169. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceToolSet.md +14 -0
  170. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceTranscriptionStreamPart.md +46 -0
  171. package/data/packages/platform-intelligence/api/Variable.AI_GATEWAY_API_KEY.md +14 -0
  172. package/data/packages/platform-intelligence/api/Variable.AI_GATEWAY_BASE_URL.md +14 -0
  173. package/data/packages/platform-intelligence/api/Variable.AI_GATEWAY_CONFIG_ENTRIES.md +14 -0
  174. package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_API_KEY.md +1 -1
  175. package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_BASE_URL.md +1 -1
  176. package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_MAX_OUTPUT_TOKENS.md +1 -1
  177. package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_MODEL.md +1 -1
  178. package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_PROVIDER.md +2 -2
  179. package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_TEMPERATURE.md +1 -1
  180. package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_TOP_P.md +1 -1
  181. package/data/packages/platform-intelligence/api/Variable.IntelligenceCapabilityNames.md +40 -0
  182. package/data/packages/platform-intelligence/api/Variable.IntelligenceProviderNames.md +2 -0
  183. package/data/packages/platform-intelligence/api/Variable.PLATFORM_INTELLIGENCE_CONFIG_ENTRIES.md +1 -1
  184. package/data/packages/platform-intelligence/api/index.md +98 -30
  185. package/package.json +1 -1
  186. package/data/packages/index.md +0 -8
  187. package/data/packages/platform-analytics/index.md +0 -209
  188. package/data/packages/platform-authentication/index.md +0 -725
  189. package/data/packages/platform-blob-storage/index.md +0 -416
  190. package/data/packages/platform-bootstrap/index.md +0 -162
  191. package/data/packages/platform-caching/index.md +0 -167
  192. package/data/packages/platform-configuration/index.md +0 -226
  193. package/data/packages/platform-core/index.md +0 -504
  194. package/data/packages/platform-cryptography/index.md +0 -142
  195. package/data/packages/platform-database/index.md +0 -337
  196. package/data/packages/platform-documents/index.md +0 -255
  197. package/data/packages/platform-esigning/index.md +0 -710
  198. package/data/packages/platform-feature-flags/index.md +0 -103
  199. package/data/packages/platform-health/index.md +0 -141
  200. package/data/packages/platform-intelligence/api/Class.IntelligenceStructuredGenerator.md +0 -70
  201. package/data/packages/platform-intelligence/api/Class.IntelligenceTelemetryRegistry.md +0 -44
  202. package/data/packages/platform-intelligence/api/Class.IntelligenceTextGenerator.md +0 -138
  203. package/data/packages/platform-intelligence/api/Function.createProviderOptions.md +0 -39
  204. package/data/packages/platform-intelligence/api/Function.loadAnthropicLanguageModel.md +0 -26
  205. package/data/packages/platform-intelligence/api/Function.loadGoogleLanguageModel.md +0 -26
  206. package/data/packages/platform-intelligence/api/Function.loadGoogleRealtimeModel.md +0 -25
  207. package/data/packages/platform-intelligence/api/Function.loadGrokLanguageModel.md +0 -26
  208. package/data/packages/platform-intelligence/api/Function.loadGrokRealtimeModel.md +0 -25
  209. package/data/packages/platform-intelligence/api/Function.loadMimoLanguageModel.md +0 -26
  210. package/data/packages/platform-intelligence/api/Function.loadOpenAILanguageModel.md +0 -26
  211. package/data/packages/platform-intelligence/api/Function.loadOpenAIRealtimeModel.md +0 -25
  212. package/data/packages/platform-intelligence/api/Interface.IIntelligenceCompletionUsage.md +0 -46
  213. package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextCompletion.md +0 -168
  214. package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextGenerationOptions.md +0 -144
  215. package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextGenerator.md +0 -78
  216. package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextStreamingOptions.md +0 -170
  217. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceLanguageModelLoader.md +0 -24
  218. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceLanguageModelLoaders.md +0 -14
  219. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceRealtimeModelLoader.md +0 -25
  220. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceRealtimeModelLoaders.md +0 -14
  221. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceTextStream.md +0 -14
  222. package/data/packages/platform-intelligence/index.md +0 -549
  223. package/data/packages/platform-logging/index.md +0 -150
  224. package/data/packages/platform-mailing/index.md +0 -470
  225. package/data/packages/platform-mapping/index.md +0 -123
  226. package/data/packages/platform-mcp/index.md +0 -335
  227. package/data/packages/platform-openapi/index.md +0 -207
  228. package/data/packages/platform-payments/index.md +0 -610
  229. package/data/packages/platform-queue/index.md +0 -192
  230. package/data/packages/platform-reporting/index.md +0 -233
  231. package/data/packages/platform-resources/index.md +0 -137
  232. package/data/packages/platform-telemetry/index.md +0 -262
@@ -5,14 +5,13 @@ editUrl: false
5
5
  ---
6
6
  # Abstract Class: IntelligenceToolBase\<_TInput, _TOutput\>
7
7
 
8
- Defined in: [abstracts/IntelligenceToolBase.ts:39](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/abstracts/IntelligenceToolBase.ts#L39)
8
+ Defined in: [abstracts/IntelligenceToolBase.ts:38](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/abstracts/IntelligenceToolBase.ts#L38)
9
9
 
10
- Base class for class-based AI SDK tools.
10
+ Base class for class-based intelligence tools.
11
11
 
12
12
  Archipel keeps tool registration object-oriented while leaving the actual tool
13
- definition fully owned by the AI SDK. Concrete tools expose a stable registry
14
- name and return a native Tool definition, which may be created with
15
- `tool()`, provider-defined tool factories, or any other AI SDK-supported API.
13
+ definition provider-neutral. Concrete tools expose a stable registry name
14
+ and an Archipel-owned definition.
16
15
 
17
16
  ## Example
18
17
 
@@ -22,8 +21,8 @@ export class CustomerSearchTool extends IntelligenceToolBase<ICustomerSearchInpu
22
21
  return 'searchCustomers';
23
22
  }
24
23
 
25
- public override get tool(): Tool<ICustomerSearchInput, ICustomerSearchResult> {
26
- return tool({
24
+ public override get tool(): IIntelligenceToolDefinition<ICustomerSearchInput, ICustomerSearchResult> {
25
+ return defineIntelligenceTool({
27
26
  description: 'Searches customers by name, email, or company.',
28
27
  inputSchema: z.object({
29
28
  query: z.string().describe('Customer search query'),
@@ -38,8 +37,8 @@ export class CustomerSearchTool extends IntelligenceToolBase<ICustomerSearchInpu
38
37
 
39
38
  | Type Parameter | Default type | Description |
40
39
  | ------ | ------ | ------ |
41
- | `_TInput` | `unknown` | The input type accepted by the AI SDK tool. |
42
- | `_TOutput` | `unknown` | The output type produced by the AI SDK tool. |
40
+ | `_TInput` | `unknown` | The input type accepted by the tool. |
41
+ | `_TOutput` | `unknown` | The output type produced by the tool. |
43
42
 
44
43
  ## Constructors
45
44
 
@@ -63,12 +62,11 @@ new IntelligenceToolBase<_TInput, _TOutput>(): IntelligenceToolBase<_TInput, _TO
63
62
  get abstract name(): string;
64
63
  ```
65
64
 
66
- Defined in: [abstracts/IntelligenceToolBase.ts:59](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/abstracts/IntelligenceToolBase.ts#L59)
65
+ Defined in: [abstracts/IntelligenceToolBase.ts:57](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/abstracts/IntelligenceToolBase.ts#L57)
67
66
 
68
67
  Gets the unique registry name for the tool.
69
68
 
70
- The name becomes the key in the AI SDK tool set passed to `generateText()`
71
- or `streamText()`.
69
+ The name becomes the key in the tool set passed to language generation.
72
70
 
73
71
  ##### Returns
74
72
 
@@ -81,13 +79,13 @@ or `streamText()`.
81
79
  #### Get Signature
82
80
 
83
81
  ```ts
84
- get abstract tool(): Tool<_TInput, _TOutput>;
82
+ get abstract tool(): IIntelligenceToolDefinition<_TInput, _TOutput>;
85
83
  ```
86
84
 
87
- Defined in: [abstracts/IntelligenceToolBase.ts:67](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/abstracts/IntelligenceToolBase.ts#L67)
85
+ Defined in: [abstracts/IntelligenceToolBase.ts:65](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/abstracts/IntelligenceToolBase.ts#L65)
88
86
 
89
- Gets the native AI SDK tool definition.
87
+ Gets the provider-neutral tool definition.
90
88
 
91
89
  ##### Returns
92
90
 
93
- `Tool`\<`_TInput`, `_TOutput`\>
91
+ [`IIntelligenceToolDefinition`](Interface.IIntelligenceToolDefinition)\<`_TInput`, `_TOutput`\>
@@ -9,8 +9,8 @@ Defined in: [IntelligenceToolRegistry.ts:20](https://github.com/RueDeRennes/arch
9
9
 
10
10
  Registry for class-based intelligence tools.
11
11
 
12
- The registry keeps the Archipel side class-based while exposing tools as a
13
- native AI SDK `ToolSet` for `generateText()` and `streamText()`.
12
+ The registry keeps application tools provider-neutral and supplies them to
13
+ Archipel language generation.
14
14
 
15
15
  ## Implements
16
16
 
@@ -185,29 +185,25 @@ Tools with duplicate names replace the existing registration.
185
185
  ### toToolSet()
186
186
 
187
187
  ```ts
188
- toToolSet(): ToolSet;
188
+ toToolSet(): IntelligenceToolSet;
189
189
  ```
190
190
 
191
- Defined in: [IntelligenceToolRegistry.ts:140](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/IntelligenceToolRegistry.ts#L140)
191
+ Defined in: [IntelligenceToolRegistry.ts:136](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/IntelligenceToolRegistry.ts#L136)
192
192
 
193
- Converts all registered tools to the AI SDK's native tool set format.
194
-
195
- This record can be passed directly to `generateText()` or `streamText()`
196
- as the `tools` parameter.
193
+ Converts all registered application tools to an Archipel tool set.
197
194
 
198
195
  #### Returns
199
196
 
200
- `ToolSet`
197
+ [`IntelligenceToolSet`](TypeAlias.IntelligenceToolSet)
201
198
 
202
- A record mapping tool names to Tool definitions.
199
+ A record mapping tool names to provider-neutral definitions.
203
200
 
204
201
  #### Example
205
202
 
206
203
  ```typescript
207
- const tools = registry.toToolSet();
208
- const result = await generateText({
209
- model: openai('gpt-4o'),
210
- tools,
204
+ const result = await languageGenerator.generateText({
205
+ model: { provider: 'openai', model: 'gpt-4o' },
206
+ tools: registry.toToolSet(),
211
207
  prompt: 'Find user John Doe',
212
208
  });
213
209
  ```
@@ -0,0 +1,78 @@
1
+ ---
2
+ title: 'Class: MiMoIntelligenceProviderAdapter'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Class: MiMoIntelligenceProviderAdapter
7
+
8
+ Defined in: providers/mimo/MiMoIntelligenceProviderAdapter.ts:19
9
+
10
+ Xiaomi MiMo OpenAI-compatible language adapter.
11
+
12
+ ## Implements
13
+
14
+ - [`IIntelligenceProviderAdapter`](Interface.IIntelligenceProviderAdapter)
15
+
16
+ ## Constructors
17
+
18
+ ### Constructor
19
+
20
+ ```ts
21
+ new MiMoIntelligenceProviderAdapter(): MiMoIntelligenceProviderAdapter;
22
+ ```
23
+
24
+ #### Returns
25
+
26
+ `MiMoIntelligenceProviderAdapter`
27
+
28
+ ## Properties
29
+
30
+ ### capabilities
31
+
32
+ ```ts
33
+ readonly capabilities: readonly ["language"];
34
+ ```
35
+
36
+ Defined in: providers/mimo/MiMoIntelligenceProviderAdapter.ts:31
37
+
38
+ #### Implementation of
39
+
40
+ [`IIntelligenceProviderAdapter`](Interface.IIntelligenceProviderAdapter).[`capabilities`](Interface.IIntelligenceProviderAdapter#capabilities)
41
+
42
+ ***
43
+
44
+ ### provider
45
+
46
+ ```ts
47
+ readonly provider: "mimo" = IntelligenceProviderNames.MiMo;
48
+ ```
49
+
50
+ Defined in: providers/mimo/MiMoIntelligenceProviderAdapter.ts:30
51
+
52
+ #### Implementation of
53
+
54
+ [`IIntelligenceProviderAdapter`](Interface.IIntelligenceProviderAdapter).[`provider`](Interface.IIntelligenceProviderAdapter#provider)
55
+
56
+ ## Methods
57
+
58
+ ### load()
59
+
60
+ ```ts
61
+ load(request): Promise<unknown>;
62
+ ```
63
+
64
+ Defined in: providers/mimo/MiMoIntelligenceProviderAdapter.ts:37
65
+
66
+ #### Parameters
67
+
68
+ | Parameter | Type |
69
+ | ------ | ------ |
70
+ | `request` | [`IIntelligenceProviderLoadRequest`](Interface.IIntelligenceProviderLoadRequest) |
71
+
72
+ #### Returns
73
+
74
+ `Promise`\<`unknown`\>
75
+
76
+ #### Implementation of
77
+
78
+ [`IIntelligenceProviderAdapter`](Interface.IIntelligenceProviderAdapter).[`load`](Interface.IIntelligenceProviderAdapter#load)
@@ -0,0 +1,102 @@
1
+ ---
2
+ title: 'Class: OpenAIIntelligenceProviderAdapter'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Class: OpenAIIntelligenceProviderAdapter
7
+
8
+ Defined in: providers/openai/OpenAIIntelligenceProviderAdapter.ts:20
9
+
10
+ OpenAI adapter for language, embeddings, images, audio, realtime, files, and skills.
11
+
12
+ ## Implements
13
+
14
+ - [`IIntelligenceProviderAdapter`](Interface.IIntelligenceProviderAdapter)
15
+
16
+ ## Constructors
17
+
18
+ ### Constructor
19
+
20
+ ```ts
21
+ new OpenAIIntelligenceProviderAdapter(): OpenAIIntelligenceProviderAdapter;
22
+ ```
23
+
24
+ #### Returns
25
+
26
+ `OpenAIIntelligenceProviderAdapter`
27
+
28
+ ## Properties
29
+
30
+ ### capabilities
31
+
32
+ ```ts
33
+ readonly capabilities: readonly ["language", "embedding", "image", "speech", "transcription", "realtime", "files", "skills"];
34
+ ```
35
+
36
+ Defined in: providers/openai/OpenAIIntelligenceProviderAdapter.ts:32
37
+
38
+ #### Implementation of
39
+
40
+ [`IIntelligenceProviderAdapter`](Interface.IIntelligenceProviderAdapter).[`capabilities`](Interface.IIntelligenceProviderAdapter#capabilities)
41
+
42
+ ***
43
+
44
+ ### provider
45
+
46
+ ```ts
47
+ readonly provider: "openai" = IntelligenceProviderNames.OpenAI;
48
+ ```
49
+
50
+ Defined in: providers/openai/OpenAIIntelligenceProviderAdapter.ts:31
51
+
52
+ #### Implementation of
53
+
54
+ [`IIntelligenceProviderAdapter`](Interface.IIntelligenceProviderAdapter).[`provider`](Interface.IIntelligenceProviderAdapter#provider)
55
+
56
+ ## Methods
57
+
58
+ ### load()
59
+
60
+ ```ts
61
+ load(request): Promise<unknown>;
62
+ ```
63
+
64
+ Defined in: providers/openai/OpenAIIntelligenceProviderAdapter.ts:47
65
+
66
+ #### Parameters
67
+
68
+ | Parameter | Type |
69
+ | ------ | ------ |
70
+ | `request` | [`IIntelligenceProviderLoadRequest`](Interface.IIntelligenceProviderLoadRequest) |
71
+
72
+ #### Returns
73
+
74
+ `Promise`\<`unknown`\>
75
+
76
+ #### Implementation of
77
+
78
+ [`IIntelligenceProviderAdapter`](Interface.IIntelligenceProviderAdapter).[`load`](Interface.IIntelligenceProviderAdapter#load)
79
+
80
+ ***
81
+
82
+ ### probe()
83
+
84
+ ```ts
85
+ probe(request): Promise<IIntelligenceProviderProbeResult>;
86
+ ```
87
+
88
+ Defined in: providers/openai/OpenAIIntelligenceProviderAdapter.ts:77
89
+
90
+ #### Parameters
91
+
92
+ | Parameter | Type |
93
+ | ------ | ------ |
94
+ | `request` | [`IIntelligenceProviderLoadRequest`](Interface.IIntelligenceProviderLoadRequest) |
95
+
96
+ #### Returns
97
+
98
+ `Promise`\<[`IIntelligenceProviderProbeResult`](Interface.IIntelligenceProviderProbeResult)\>
99
+
100
+ #### Implementation of
101
+
102
+ [`IIntelligenceProviderAdapter`](Interface.IIntelligenceProviderAdapter).[`probe`](Interface.IIntelligenceProviderAdapter#probe)
@@ -17,7 +17,7 @@ Creates an Anthropic advisor tool registration.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \{ \} & \{ \} | Anthropic advisor tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Anthropic advisor tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates an Anthropic bash tool registration for the 2024-10-22 version.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options?` | `Omit`\<`Bash20241022Options`\<`unknown`\>, `"execute"`\> & \{ \} | Anthropic bash tool options. |
20
+ | `options?` | `Readonly`\<`Record`\<`string`, `unknown`\>\> | Anthropic bash tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates an Anthropic bash tool registration for the 2025-01-24 version.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options?` | `Omit`\<`Bash20250124Options`\<`unknown`\>, `"execute"`\> & \{ \} | Anthropic bash tool options. |
20
+ | `options?` | `Readonly`\<`Record`\<`string`, `unknown`\>\> | Anthropic bash tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates an Anthropic code-execution tool registration for the 2025-05-22 version
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \| \{ \} \| `undefined` | Anthropic code-execution tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Anthropic code-execution tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates an Anthropic code-execution tool registration for the 2025-08-25 version
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \| \{ \} \| `undefined` | Anthropic code-execution tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Anthropic code-execution tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates an Anthropic code-execution tool registration for the 2026-01-20 version
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \| \{ \} \| `undefined` | Anthropic code-execution tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Anthropic code-execution tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates an Anthropic computer-use tool registration for the 2024-10-22 version.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \{ \} & \{ \} | Anthropic computer-use tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Anthropic computer-use tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates an Anthropic computer-use tool registration for the 2025-01-24 version.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \{ \} & \{ \} | Anthropic computer-use tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Anthropic computer-use tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates an Anthropic computer-use tool registration for the 2025-11-24 version.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \{ \} & \{ \} | Anthropic computer-use tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Anthropic computer-use tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates an Anthropic memory tool registration.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \{ \} | Anthropic memory tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Anthropic memory tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates an Anthropic text-editor tool registration for the 2024-10-22 version.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \{ \} | Anthropic text-editor tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Anthropic text-editor tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates an Anthropic text-editor tool registration for the 2025-01-24 version.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \{ \} | Anthropic text-editor tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Anthropic text-editor tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates an Anthropic text-editor tool registration for the 2025-04-29 version.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \{ \} | Anthropic text-editor tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Anthropic text-editor tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates an Anthropic text-editor tool registration for the 2025-07-28 version.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \| \{ \} & \{ \} \| `undefined` | Anthropic text-editor tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Anthropic text-editor tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates an Anthropic BM25 tool-search tool registration.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \| \{ \} \| `undefined` | Anthropic BM25 tool-search options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Anthropic BM25 tool-search options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates an Anthropic regex tool-search tool registration.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \| \{ \} \| `undefined` | Anthropic regex tool-search options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Anthropic regex tool-search options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates an Anthropic web-fetch tool registration for the 2025-09-10 version.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \| \{ \} & \{ \} \| `undefined` | Anthropic web-fetch tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Anthropic web-fetch tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates an Anthropic web-fetch tool registration for the 2026-02-09 version.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \| \{ \} & \{ \} \| `undefined` | Anthropic web-fetch tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Anthropic web-fetch tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates an Anthropic web-search tool registration for the 2025-03-05 version.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \| \{ \} & \{ \} \| `undefined` | Anthropic web-search tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Anthropic web-search tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates an Anthropic web-search tool registration for the 2026-02-09 version.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \| \{ \} & \{ \} \| `undefined` | Anthropic web-search tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Anthropic web-search tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates a Google code-execution tool registration.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \{ \} | Google code-execution tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Google code-execution tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates a Google enterprise-web-search tool registration.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \{ \} | Google enterprise-web-search tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Google enterprise-web-search tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates a Google file-search tool registration.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \{ \[`x`: `string`\]: `unknown`; \} & \{ \} | Google file-search tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Google file-search tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates a Google Maps grounding tool registration.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \{ \} | Google Maps tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Google Maps tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates a Google Search grounding tool registration.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \{ \[`x`: `string`\]: `unknown`; \} & \{ \} | Google Search tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Google Search tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates a Google URL context tool registration.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \{ \} | Google URL context tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Google URL context tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates a Google Vertex RAG Store tool registration.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \{ \} & \{ \} | Google Vertex RAG Store tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Google Vertex RAG Store tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates a Grok code-execution tool registration.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \| `object` & \{ \} \| `undefined` | Grok code-execution tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Grok code-execution tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates a Grok file-search tool registration.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \{ \} & \{ \} | Grok file-search tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Grok file-search tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates a Grok MCP server tool registration.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \{ \} & \{ \} | Grok MCP server tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Grok MCP server tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates a Grok image-understanding tool registration.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \| `object` & \{ \} \| `undefined` | Grok image-understanding tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Grok image-understanding tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates a Grok X-video understanding tool registration.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \| `object` & \{ \} \| `undefined` | Grok X-video understanding tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Grok X-video understanding tool options. |
21
21
 
22
22
  ## Returns
23
23
 
@@ -17,7 +17,7 @@ Creates a Grok web-search tool registration.
17
17
 
18
18
  | Parameter | Type | Description |
19
19
  | ------ | ------ | ------ |
20
- | `options` | \| \{ \} & \{ \} \| `undefined` | Grok web-search tool options. |
20
+ | `options` | [`IntelligenceProviderToolOptions`](TypeAlias.IntelligenceProviderToolOptions) | Grok web-search tool options. |
21
21
 
22
22
  ## Returns
23
23