Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
fix: bard to gemini in tool
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Mar 5, 2024
1 parent 9c38eaf commit 41872d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemini/models/tools/tool.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Optional


class BardTool:
class GeminiTool:
def __init__(self, input_list: list):
self._input_list = input_list

Expand Down

0 comments on commit 41872d5

Please sign in to comment.