You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
See the diagram in[Implementation Details](../reference#implementation-details) for more information.
24
+
See the diagram in[Implementation Details](reference.md#implementation-details) for more information.
25
25
26
26
You can also control which tools are injected by using an allow and/or a deny regular expression on the tool names:
27
27
@@ -63,7 +63,7 @@ Bridge also works with IDE-native assistants inside workspaces. Configure the ID
63
63
64
64
##Tool Injection
65
65
66
-
If a model decides to invoke a tool and it has a`bmcp_` suffix and Bridge has a connection with the related MCP server, it will invoke the tool. The tool result will be passed back to the upstream AI provider, and this will loop until the model has all of its required data. These inner loops are not relayed back to the client; all it seems is the result of this loop. See[Implementation Details](../reference#implementation-details).
66
+
If a model decides to invoke a tool and it has a`bmcp_` suffix and Bridge has a connection with the related MCP server, it will invoke the tool. The tool result will be passed back to the upstream AI provider, and this will loop until the model has all of its required data. These inner loops are not relayed back to the client; all it seems is the result of this loop. See[Implementation Details](reference.md#implementation-details).
67
67
68
68
In contrast, tools which are defined by the client (i.e. the[`Bash` tool](https://docs.claude.com/en/docs/claude-code/settings#tools-available-to-claude) defined by_Claude Code_) cannot be invoked by Bridge, and the tool call from the model will be relayed to the client, after which it will invoke the tool.
Copy file name to clipboardExpand all lines: docs/ai-coder/ai-bridge/setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,4 +55,4 @@ Set the following when routing Amazon Bedrock traffic through Bridge:
55
55
Bridge can relay traffic to other OpenAI- or Anthropic-compatible services or model proxies like LiteLLM by pointing the base URL variables above at the provider you operate. Share feedback or follow along in the[`aibridge`](https://github.com/coder/aibridge) issue tracker as we expand support for additional providers.
56
56
57
57
>[!NOTE]
58
-
>See the[Supported APIs](../reference#supported-apis) section below for precise endpoint coverage and interception behavior.
58
+
>See the[Supported APIs](reference.md#supported-apis) section below for precise endpoint coverage and interception behavior.