Skip to content

Commit b7d02be

Browse files
authored
docs: Update links in postgres-sql tool page (#2942)
## Description Update links to postgres source.md instead of _index.md ## PR Checklist > Thank you for opening a Pull Request! Before submitting your PR, there are a > few things you can do to make sure it goes smoothly: - [ ] Make sure you reviewed [CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md) - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) - [ ] Make sure to add `!` if this involve a breaking change 🛠️ Fixes #<issue_number_goes_here>
1 parent 4c0845d commit b7d02be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en/integrations/postgres/tools/postgres-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ parameters:
7474
> including identifiers, column names, and table names. **This makes it more
7575
> vulnerable to SQL injections**. Using basic parameters only (see above) is
7676
> recommended for performance and safety reasons. For more details, please check
77-
> [templateParameters](..#template-parameters).
77+
> [templateParameters](../../../documentation/configuration/tools/_index.md#template-parameters).
7878
7979
```yaml
8080
kind: tool
@@ -103,5 +103,5 @@ templateParameters:
103103
| source | string | true | Name of the source the SQL should execute on. |
104104
| description | string | true | Description of the tool that is passed to the LLM. |
105105
| statement | string | true | SQL statement to execute on. |
106-
| parameters | [parameters](../#specifying-parameters) | false | List of [parameters](../#specifying-parameters) that will be inserted into the SQL statement. |
107-
| templateParameters | [templateParameters](..#template-parameters) | false | List of [templateParameters](..#template-parameters) that will be inserted into the SQL statement before executing prepared statement. |
106+
| parameters | [parameters](../../../documentation/configuration/tools/_index.md#specifying-parameters) | false | List of [parameters](../../../documentation/configuration/tools/_index.md#specifying-parameters) that will be inserted into the SQL statement. |
107+
| templateParameters | [templateParameters](../../../documentation/configuration/tools/_index.md#template-parameters) | false | List of [templateParameters](../../../documentation/configuration/tools/_index.md#template-parameters) that will be inserted into the SQL statement before executing prepared statement. |

0 commit comments

Comments
 (0)