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
{{ message }}
This repository was archived by the owner on Jul 16, 2025. It is now read-only.
To integrate LLMs with your application, LLM Chain supports [tool calling](https://platform.openai.com/docs/guides/function-calling) out of the box.
173
173
Tools are services that can be called by the LLM to provide additional features or process data.
174
174
175
-
#### Server Tools (Google Gemini)
175
+
#### Server Tools
176
176
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.
178
180
179
181
Tool calling can be enabled by registering the processors in the chain:
0 commit comments