mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-14 00:54:56 -05:00
feat: Add Toolset manifest endpoint (#11)
1. Calculate tool manifests when server starts. 2. Add toolset manifest endpoints. --------- Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
This commit is contained in:
8
.github/workflows/tests.yaml
vendored
8
.github/workflows/tests.yaml
vendored
@@ -77,3 +77,11 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: go test -race -v ./...
|
||||
env:
|
||||
PROJECT: ${{ secrets.PROJECT }}
|
||||
CLOUD_SQL_PG_INSTANCE: ${{ secrets.CLOUD_SQL_PG_INSTANCE }}
|
||||
REGION: ${{ secrets.REGION }}
|
||||
DATABASE: ${{ secrets.DATABASE }}
|
||||
USER: ${{ secrets.USER }}
|
||||
PASSWORD: ${{ secrets.PASSWORD }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user