mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
fix(vertex_ai/realtime): call super().__init__() to initialize tool call state
Co-authored-by: Yassin Kortam <yassin@berri.ai>
This commit is contained in:
parent
f942c8c66e
commit
25a5ebe68d
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ class VertexAIRealtimeConfig(GeminiRealtimeConfig):
|
|||
"""
|
||||
|
||||
def __init__(self, access_token: str, project: str, location: str) -> None:
|
||||
super().__init__()
|
||||
self._access_token = access_token
|
||||
self._project = project
|
||||
self._location = location
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue