Skip to content

Commit 552b701

Browse files
committed
Remove incorrect googleSearch line
1 parent 8cdada7 commit 552b701

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs-devsite/ai.codeexecutiontool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ export interface CodeExecutionTool
2222

2323
| Property | Type | Description |
2424
| --- | --- | --- |
25-
| [codeExecution](./ai.codeexecutiontool.md#codeexecutiontoolcodeexecution) | {} | Specifies the Google Search configuration. Currently, this is an empty object, but it's reserved for future configuration options. |
25+
| [codeExecution](./ai.codeexecutiontool.md#codeexecutiontoolcodeexecution) | {} | Currently, this is an empty object, but it's reserved for future configuration options. |
2626

2727
## CodeExecutionTool.codeExecution
2828

29-
Specifies the Google Search configuration. Currently, this is an empty object, but it's reserved for future configuration options.
29+
Currently, this is an empty object, but it's reserved for future configuration options.
3030

3131
<b>Signature:</b>
3232

packages/ai/src/types/requests.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@ export interface GoogleSearchTool {
388388
*/
389389
export interface CodeExecutionTool {
390390
/**
391-
* Specifies the Google Search configuration.
392391
* Currently, this is an empty object, but it's reserved for future configuration options.
393392
*/
394393
codeExecution: {};

0 commit comments

Comments
 (0)