From 798dd811815442b47a8d4bd13cdb7f5e7a4c9399 Mon Sep 17 00:00:00 2001 From: Sara Robinson Date: Tue, 24 Mar 2026 10:03:15 -0700 Subject: [PATCH] chore: Add agent engine memories and memory revisions modules PiperOrigin-RevId: 888724734 --- vertexai/_genai/types/common.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vertexai/_genai/types/common.py b/vertexai/_genai/types/common.py index 0af2f8c5dd..bf337903a1 100644 --- a/vertexai/_genai/types/common.py +++ b/vertexai/_genai/types/common.py @@ -399,10 +399,7 @@ class GenerateMemoriesResponseGeneratedMemoryAction(_common.CaseInSensitiveEnum) CREATED = "CREATED" """The memory was created.""" UPDATED = "UPDATED" - """The memory was updated. - - The `fact` field may not be updated if the existing fact is still accurate. - """ + """The memory was updated. The `fact` field may not be updated if the existing fact is still accurate.""" DELETED = "DELETED" """The memory was deleted."""