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

Commit 578836e

Browse files
committed
docs: Remove basic usage section
1 parent 5a38152 commit 578836e

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

docs/google-gemini-server-tools.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,6 @@ Google Gemini provides several server-side tools that can be enabled when callin
1010
- **Google Search** - Performs web searches using Google
1111
- **Code Execution** - Executes code in a sandboxed environment
1212

13-
## Basic Usage
14-
15-
To use server tools, specify them in the model options when creating a Gemini instance:
16-
17-
```php
18-
<?php
19-
20-
use PhpLlm\LlmChain\Platform\Bridge\Google\Gemini;
21-
use PhpLlm\LlmChain\Platform\Bridge\Google\PlatformFactory;
22-
23-
$platform = PlatformFactory::create($_ENV['GOOGLE_API_KEY']);
24-
25-
// Enable URL Context tool
26-
$llm = new Gemini('gemini-2.5-pro-preview-03-25', [
27-
'server_tools' => [
28-
'url_context' => true
29-
],
30-
'temperature' => 1.0
31-
]);
32-
```
33-
3413
## Available Server Tools
3514

3615
### URL Context

0 commit comments

Comments
 (0)