@breadstone/archipel-mcp 0.0.42 → 0.0.44
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.
- package/data/guides/ai-text-generation.md +397 -107
- package/data/packages/platform-bootstrap/api/Function.useExpressServer.md +32 -0
- package/data/packages/platform-bootstrap/api/Interface.IExpressServerStepOptions.md +46 -0
- package/data/packages/platform-bootstrap/api/index.md +2 -0
- package/data/packages/platform-intelligence/api/Class.IntelligenceHealthIndicator.md +5 -5
- package/data/packages/platform-intelligence/api/Class.IntelligenceModule.md +26 -2
- package/data/packages/platform-intelligence/api/Class.IntelligenceTextGenerator.md +43 -9
- package/data/packages/platform-intelligence/api/Class.IntelligenceToolBase.md +93 -0
- package/data/packages/platform-intelligence/api/Class.IntelligenceToolRegistry.md +217 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicAdvisor20260301Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicBash20241022Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicBash20250124Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicCodeExecution20250522Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicCodeExecution20250825Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicCodeExecution20260120Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicComputer20241022Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicComputer20250124Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicComputer20251124Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicMemory20250818Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicTextEditor20241022Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicTextEditor20250124Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicTextEditor20250429Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicTextEditor20250728Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicToolSearchBM2520251119Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicToolSearchRegex20251119Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicWebFetch20250910Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicWebFetch20260209Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicWebSearch20250305Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createAnthropicWebSearch20260209Tool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createGoogleCodeExecutionTool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createGoogleEnterpriseWebSearchTool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createGoogleFileSearchTool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createGoogleGoogleMapsTool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createGoogleGoogleSearchTool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createGoogleUrlContextTool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createGoogleVertexRagStoreTool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createIntelligenceTool.md +27 -0
- package/data/packages/platform-intelligence/api/Function.createOpenAIApplyPatchTool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createOpenAICodeInterpreterTool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createOpenAICustomTool.md +27 -0
- package/data/packages/platform-intelligence/api/Function.createOpenAIFileSearchTool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createOpenAIImageGenerationTool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createOpenAILocalShellTool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createOpenAIMcpTool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createOpenAIShellTool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createOpenAIToolSearchTool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createOpenAIWebSearchPreviewTool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createOpenAIWebSearchTool.md +26 -0
- package/data/packages/platform-intelligence/api/Function.createProviderOptions.md +15 -2
- package/data/packages/platform-intelligence/api/Function.loadAnthropicLanguageModel.md +4 -4
- package/data/packages/platform-intelligence/api/Function.loadGoogleLanguageModel.md +4 -4
- package/data/packages/platform-intelligence/api/Function.loadGrokLanguageModel.md +4 -4
- package/data/packages/platform-intelligence/api/Function.loadOpenAILanguageModel.md +4 -4
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceModuleOptions.md +79 -0
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextCompletion.md +30 -6
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextGenerationOptions.md +106 -5
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextGenerator.md +29 -4
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextStreamingOptions.md +183 -0
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceTool.md +39 -0
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceToolRegistry.md +146 -0
- package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceLanguageModelLoader.md +3 -3
- package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceLanguageModelLoaders.md +14 -0
- package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceTextStream.md +14 -0
- package/data/packages/platform-intelligence/api/Variable.ANTHROPIC_API_KEY.md +1 -1
- package/data/packages/platform-intelligence/api/Variable.ANTHROPIC_BASE_URL.md +1 -1
- package/data/packages/platform-intelligence/api/Variable.ANTHROPIC_CONFIG_ENTRIES.md +14 -0
- package/data/packages/platform-intelligence/api/Variable.AnthropicIntelligenceToolNames.md +42 -0
- package/data/packages/platform-intelligence/api/Variable.GEMINI_API_KEY.md +2 -2
- package/data/packages/platform-intelligence/api/Variable.GOOGLE_API_KEY.md +1 -1
- package/data/packages/platform-intelligence/api/Variable.GOOGLE_BASE_URL.md +1 -1
- package/data/packages/platform-intelligence/api/Variable.GOOGLE_CONFIG_ENTRIES.md +14 -0
- package/data/packages/platform-intelligence/api/Variable.GROK_API_KEY.md +1 -1
- package/data/packages/platform-intelligence/api/Variable.GROK_BASE_URL.md +1 -1
- package/data/packages/platform-intelligence/api/Variable.GROK_CONFIG_ENTRIES.md +14 -0
- package/data/packages/platform-intelligence/api/Variable.GoogleIntelligenceToolNames.md +34 -0
- package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_API_KEY.md +1 -1
- package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_BASE_URL.md +1 -1
- package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_MAX_OUTPUT_TOKENS.md +1 -1
- package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_MODEL.md +1 -1
- package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_PROVIDER.md +1 -1
- package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_TEMPERATURE.md +1 -1
- package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_TOP_P.md +1 -1
- package/data/packages/platform-intelligence/api/Variable.OPENAI_API_KEY.md +1 -1
- package/data/packages/platform-intelligence/api/Variable.OPENAI_BASE_URL.md +1 -1
- package/data/packages/platform-intelligence/api/Variable.OPENAI_CONFIG_ENTRIES.md +14 -0
- package/data/packages/platform-intelligence/api/Variable.OpenAIIntelligenceToolNames.md +40 -0
- package/data/packages/platform-intelligence/api/Variable.PLATFORM_INTELLIGENCE_CONFIG_ENTRIES.md +1 -1
- package/data/packages/platform-intelligence/api/Variable.XAI_API_KEY.md +2 -2
- package/data/packages/platform-intelligence/api/Variable.XAI_BASE_URL.md +2 -2
- package/data/packages/platform-intelligence/api/index.md +64 -33
- package/data/packages/platform-intelligence/index.md +278 -69
- package/package.json +1 -1
- package/data/packages/platform-intelligence/api/Class.IntelligenceCapabilityRegistrarBase.md +0 -94
- package/data/packages/platform-intelligence/api/Class.IntelligenceCapabilityRegistry.md +0 -106
- package/data/packages/platform-intelligence/api/Function.loadProviderFactory.md +0 -31
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceArtifact.md +0 -34
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapability.md +0 -71
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityMetadata.md +0 -70
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityPayload.md +0 -46
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityRegistry.md +0 -78
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityResult.md +0 -46
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceContext.md +0 -72
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceContextBuilder.md +0 -35
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceConversationMessageSnapshot.md +0 -70
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceConversationSnapshot.md +0 -58
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceFollowUpQuestion.md +0 -46
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceIntent.md +0 -46
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceIntentEntity.md +0 -34
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceMessageModel.md +0 -70
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceMessagePayload.md +0 -34
- package/data/packages/platform-intelligence/api/Interface.IIntelligencePrompt.md +0 -34
- package/data/packages/platform-intelligence/api/Interface.IIntelligencePromptMessage.md +0 -34
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceResponseMessage.md +0 -34
- package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceConversationMessageRole.md +0 -14
- package/data/packages/platform-intelligence/api/Variable.IntelligenceConversationMessageRoles.md +0 -26
package/data/packages/platform-intelligence/api/Function.createAnthropicCodeExecution20260120Tool.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createAnthropicCodeExecution20260120Tool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createAnthropicCodeExecution20260120Tool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createAnthropicCodeExecution20260120Tool(options?): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/anthropic/tools/createAnthropicCodeExecution20260120Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicCodeExecution20260120Tool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates an Anthropic code-execution tool registration for the 2026-01-20 version.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \| \{ \} \| `undefined` | Anthropic code-execution tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
package/data/packages/platform-intelligence/api/Function.createAnthropicComputer20241022Tool.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createAnthropicComputer20241022Tool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createAnthropicComputer20241022Tool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createAnthropicComputer20241022Tool(options): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/anthropic/tools/createAnthropicComputer20241022Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicComputer20241022Tool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates an Anthropic computer-use tool registration for the 2024-10-22 version.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \{ \} & \{ \} | Anthropic computer-use tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
package/data/packages/platform-intelligence/api/Function.createAnthropicComputer20250124Tool.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createAnthropicComputer20250124Tool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createAnthropicComputer20250124Tool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createAnthropicComputer20250124Tool(options): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/anthropic/tools/createAnthropicComputer20250124Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicComputer20250124Tool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates an Anthropic computer-use tool registration for the 2025-01-24 version.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \{ \} & \{ \} | Anthropic computer-use tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
package/data/packages/platform-intelligence/api/Function.createAnthropicComputer20251124Tool.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createAnthropicComputer20251124Tool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createAnthropicComputer20251124Tool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createAnthropicComputer20251124Tool(options): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/anthropic/tools/createAnthropicComputer20251124Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicComputer20251124Tool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates an Anthropic computer-use tool registration for the 2025-11-24 version.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \{ \} & \{ \} | Anthropic computer-use tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createAnthropicMemory20250818Tool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createAnthropicMemory20250818Tool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createAnthropicMemory20250818Tool(options?): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/anthropic/tools/createAnthropicMemory20250818Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicMemory20250818Tool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates an Anthropic memory tool registration.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \{ \} | Anthropic memory tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
package/data/packages/platform-intelligence/api/Function.createAnthropicTextEditor20241022Tool.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createAnthropicTextEditor20241022Tool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createAnthropicTextEditor20241022Tool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createAnthropicTextEditor20241022Tool(options?): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/anthropic/tools/createAnthropicTextEditor20241022Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicTextEditor20241022Tool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates an Anthropic text-editor tool registration for the 2024-10-22 version.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \{ \} | Anthropic text-editor tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
package/data/packages/platform-intelligence/api/Function.createAnthropicTextEditor20250124Tool.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createAnthropicTextEditor20250124Tool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createAnthropicTextEditor20250124Tool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createAnthropicTextEditor20250124Tool(options?): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/anthropic/tools/createAnthropicTextEditor20250124Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicTextEditor20250124Tool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates an Anthropic text-editor tool registration for the 2025-01-24 version.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \{ \} | Anthropic text-editor tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
package/data/packages/platform-intelligence/api/Function.createAnthropicTextEditor20250429Tool.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createAnthropicTextEditor20250429Tool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createAnthropicTextEditor20250429Tool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createAnthropicTextEditor20250429Tool(options?): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/anthropic/tools/createAnthropicTextEditor20250429Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicTextEditor20250429Tool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates an Anthropic text-editor tool registration for the 2025-04-29 version.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \{ \} | Anthropic text-editor tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
package/data/packages/platform-intelligence/api/Function.createAnthropicTextEditor20250728Tool.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createAnthropicTextEditor20250728Tool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createAnthropicTextEditor20250728Tool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createAnthropicTextEditor20250728Tool(options?): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/anthropic/tools/createAnthropicTextEditor20250728Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicTextEditor20250728Tool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates an Anthropic text-editor tool registration for the 2025-07-28 version.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \| \{ \} & \{ \} \| `undefined` | Anthropic text-editor tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createAnthropicToolSearchBM2520251119Tool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createAnthropicToolSearchBM2520251119Tool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createAnthropicToolSearchBM2520251119Tool(options?): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/anthropic/tools/createAnthropicToolSearchBM2520251119Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicToolSearchBM2520251119Tool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates an Anthropic BM25 tool-search tool registration.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \| \{ \} \| `undefined` | Anthropic BM25 tool-search options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createAnthropicToolSearchRegex20251119Tool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createAnthropicToolSearchRegex20251119Tool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createAnthropicToolSearchRegex20251119Tool(options?): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/anthropic/tools/createAnthropicToolSearchRegex20251119Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicToolSearchRegex20251119Tool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates an Anthropic regex tool-search tool registration.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \| \{ \} \| `undefined` | Anthropic regex tool-search options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
package/data/packages/platform-intelligence/api/Function.createAnthropicWebFetch20250910Tool.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createAnthropicWebFetch20250910Tool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createAnthropicWebFetch20250910Tool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createAnthropicWebFetch20250910Tool(options?): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/anthropic/tools/createAnthropicWebFetch20250910Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicWebFetch20250910Tool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates an Anthropic web-fetch tool registration for the 2025-09-10 version.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \| \{ \} & \{ \} \| `undefined` | Anthropic web-fetch tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
package/data/packages/platform-intelligence/api/Function.createAnthropicWebFetch20260209Tool.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createAnthropicWebFetch20260209Tool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createAnthropicWebFetch20260209Tool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createAnthropicWebFetch20260209Tool(options?): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/anthropic/tools/createAnthropicWebFetch20260209Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicWebFetch20260209Tool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates an Anthropic web-fetch tool registration for the 2026-02-09 version.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \| \{ \} & \{ \} \| `undefined` | Anthropic web-fetch tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
package/data/packages/platform-intelligence/api/Function.createAnthropicWebSearch20250305Tool.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createAnthropicWebSearch20250305Tool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createAnthropicWebSearch20250305Tool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createAnthropicWebSearch20250305Tool(options?): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/anthropic/tools/createAnthropicWebSearch20250305Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicWebSearch20250305Tool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates an Anthropic web-search tool registration for the 2025-03-05 version.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \| \{ \} & \{ \} \| `undefined` | Anthropic web-search tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
package/data/packages/platform-intelligence/api/Function.createAnthropicWebSearch20260209Tool.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createAnthropicWebSearch20260209Tool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createAnthropicWebSearch20260209Tool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createAnthropicWebSearch20260209Tool(options?): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/anthropic/tools/createAnthropicWebSearch20260209Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicWebSearch20260209Tool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates an Anthropic web-search tool registration for the 2026-02-09 version.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \| \{ \} & \{ \} \| `undefined` | Anthropic web-search tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createGoogleCodeExecutionTool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createGoogleCodeExecutionTool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createGoogleCodeExecutionTool(options?): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/google/tools/createGoogleCodeExecutionTool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/google/tools/createGoogleCodeExecutionTool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates a Google code-execution tool registration.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \{ \} | Google code-execution tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
package/data/packages/platform-intelligence/api/Function.createGoogleEnterpriseWebSearchTool.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createGoogleEnterpriseWebSearchTool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createGoogleEnterpriseWebSearchTool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createGoogleEnterpriseWebSearchTool(options?): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/google/tools/createGoogleEnterpriseWebSearchTool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/google/tools/createGoogleEnterpriseWebSearchTool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates a Google enterprise-web-search tool registration.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \{ \} | Google enterprise-web-search tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createGoogleFileSearchTool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createGoogleFileSearchTool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createGoogleFileSearchTool(options): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/google/tools/createGoogleFileSearchTool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/google/tools/createGoogleFileSearchTool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates a Google file-search tool registration.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \{ \[`x`: `string`\]: `unknown`; \} & \{ \} | Google file-search tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createGoogleGoogleMapsTool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createGoogleGoogleMapsTool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createGoogleGoogleMapsTool(options?): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/google/tools/createGoogleGoogleMapsTool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/google/tools/createGoogleGoogleMapsTool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates a Google Maps grounding tool registration.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \{ \} | Google Maps tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createGoogleGoogleSearchTool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createGoogleGoogleSearchTool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createGoogleGoogleSearchTool(options?): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/google/tools/createGoogleGoogleSearchTool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/google/tools/createGoogleGoogleSearchTool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates a Google Search grounding tool registration.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \{ \[`x`: `string`\]: `unknown`; \} & \{ \} | Google Search tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createGoogleUrlContextTool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createGoogleUrlContextTool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createGoogleUrlContextTool(options?): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/google/tools/createGoogleUrlContextTool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/google/tools/createGoogleUrlContextTool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates a Google URL context tool registration.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \{ \} | Google URL context tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createGoogleVertexRagStoreTool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createGoogleVertexRagStoreTool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createGoogleVertexRagStoreTool(options): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/google/tools/createGoogleVertexRagStoreTool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/google/tools/createGoogleVertexRagStoreTool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates a Google Vertex RAG Store tool registration.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \{ \} & \{ \} | Google Vertex RAG Store tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createIntelligenceTool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createIntelligenceTool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createIntelligenceTool(name, tool): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [tools/createIntelligenceTool.ts:17](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/tools/createIntelligenceTool.ts#L17)
|
|
13
|
+
|
|
14
|
+
Adapts a native AI SDK tool to the Archipel intelligence tool schema.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `name` | `string` | Tool name used as key in the AI SDK tool set. |
|
|
21
|
+
| `tool` | Tool\<never, never\> \| Tool\<any, any\> \| Tool\<any, never\> \| Tool\<never, any\> & `Pick`\<`Tool`\<`any`, `any`\>, \| `"execute"` \| `"needsApproval"` \| `"onInputStart"` \| `"onInputDelta"` \| `"onInputAvailable"`\> | Native AI SDK tool definition. |
|
|
22
|
+
|
|
23
|
+
## Returns
|
|
24
|
+
|
|
25
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
26
|
+
|
|
27
|
+
Tool registration compatible with [IIntelligenceToolRegistry](Interface.IIntelligenceToolRegistry).
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Function: createOpenAIApplyPatchTool()'
|
|
3
|
+
generated: true
|
|
4
|
+
editUrl: false
|
|
5
|
+
---
|
|
6
|
+
# Function: createOpenAIApplyPatchTool()
|
|
7
|
+
|
|
8
|
+
```ts
|
|
9
|
+
function createOpenAIApplyPatchTool(options?): IIntelligenceTool;
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Defined in: [providers/openai/tools/createOpenAIApplyPatchTool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/openai/tools/createOpenAIApplyPatchTool.ts#L18)
|
|
13
|
+
|
|
14
|
+
Creates an OpenAI apply-patch tool registration.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
| Parameter | Type | Description |
|
|
19
|
+
| ------ | ------ | ------ |
|
|
20
|
+
| `options` | \{ \} | OpenAI apply-patch tool options. |
|
|
21
|
+
|
|
22
|
+
## Returns
|
|
23
|
+
|
|
24
|
+
[`IIntelligenceTool`](Interface.IIntelligenceTool)
|
|
25
|
+
|
|
26
|
+
Tool registration compatible with the intelligence tool registry.
|