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."""