Skip to content

Commit 798dd81

Browse files
sararobcopybara-github
authored andcommitted
chore: Add agent engine memories and memory revisions modules
PiperOrigin-RevId: 888724734
1 parent f138162 commit 798dd81

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

vertexai/_genai/types/common.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,7 @@ class GenerateMemoriesResponseGeneratedMemoryAction(_common.CaseInSensitiveEnum)
399399
CREATED = "CREATED"
400400
"""The memory was created."""
401401
UPDATED = "UPDATED"
402-
"""The memory was updated.
403-
404-
The `fact` field may not be updated if the existing fact is still accurate.
405-
"""
402+
"""The memory was updated. The `fact` field may not be updated if the existing fact is still accurate."""
406403
DELETED = "DELETED"
407404
"""The memory was deleted."""
408405

0 commit comments

Comments
 (0)