Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 07d9a3a

Browse files
committed
docs: Update server tools section to list supporting platforms
1 parent 89e19bc commit 07d9a3a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,11 @@ $response = $chain->call($messages, [
172172
To integrate LLMs with your application, LLM Chain supports [tool calling](https://platform.openai.com/docs/guides/function-calling) out of the box.
173173
Tools are services that can be called by the LLM to provide additional features or process data.
174174

175-
#### Server Tools (Google Gemini)
175+
#### Server Tools
176176

177-
Google Gemini provides built-in server-side tools for enhanced capabilities without custom implementations. See the [Server Tools Documentation](docs/google-server-tools.md) for detailed usage instructions.
177+
Some platforms provide built-in server-side tools for enhanced capabilities without custom implementations:
178+
179+
1. **Google Gemini** - URL Context, Google Search, Code Execution. See the [Server Tools Documentation](docs/google-server-tools.md) for detailed usage instructions.
178180

179181
Tool calling can be enabled by registering the processors in the chain:
180182

0 commit comments

Comments
 (0)