Skip to content

Commit 2d06465

Browse files
committed
trim updateMemory description to fit OpenAI 300-char limit
Made-with: Cursor
1 parent 41e06dc commit 2d06465

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

openapi-agent.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,9 @@ paths:
166166
x-openai-isConsequential: true
167167
summary: Update an existing memory by ID (full replacement)
168168
description: >
169-
Edit a memory you previously wrote. Replaces title, content, tags, and allowed_vendors.
170-
Preserves version history (old content is saved before overwriting).
171-
Use this to correct, refine, or append to a memory instead of writing duplicates.
172-
You can only update memories you created (origin must match your vendor).
173-
Trashed memories cannot be updated.
169+
Edit a memory you own. Replaces title, content, tags, and allowed_vendors.
170+
Preserves version history. Use to correct or refine instead of duplicating.
171+
Only your own non-trashed memories can be updated.
174172
parameters:
175173
- name: id
176174
in: path

0 commit comments

Comments
 (0)