mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-12 08:05:06 -05:00
docs(tool/spanner-sql): fix spanner-sql kind in example (#303)
Update `spanner-sql` kind in example. It was previously updated throughout the doc, except for the example. It should be `spanner-sql` instead of `spanner`. Fixes #302
This commit is contained in:
@@ -40,7 +40,7 @@ the second parameter, and so on.
|
||||
|
||||
tools:
|
||||
search_flights_by_number:
|
||||
kind: spanner
|
||||
kind: spanner-sql
|
||||
source: my-spanner-instance
|
||||
statement: |
|
||||
SELECT * FROM flights
|
||||
|
||||
Reference in New Issue
Block a user