From 7362ba4a4136e8f6b5c56c59d1d6fde6b9f088f7 Mon Sep 17 00:00:00 2001 From: cthomas Date: Thu, 8 May 2025 13:33:39 -0700 Subject: [PATCH] fix: missing json import (#2073) --- letta/llm_api/google_vertex_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/letta/llm_api/google_vertex_client.py b/letta/llm_api/google_vertex_client.py index 3e9c776a..b3ab4148 100644 --- a/letta/llm_api/google_vertex_client.py +++ b/letta/llm_api/google_vertex_client.py @@ -1,3 +1,4 @@ +import json import uuid from typing import List, Optional