Skip to content

gemini-2.0 does not recognize google_search_retrieval tool #19

gemini-2.0 does not recognize google_search_retrieval tool

gemini-2.0 does not recognize google_search_retrieval tool #19

Workflow file for this run

name: Manage awaiting user response
on:
issue_comment:
types: [created]
jobs:
remove_label:
runs-on: ubuntu-latest
if: "contains(github.event.issue.labels.*.name, 'status: awaiting user response')"
steps:
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: "status: awaiting user response"