Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Bug: Zod Schema Incompatible with OpenAI Structured Outputs API
  • Loading branch information
Paulie-Aditya authored Sep 15, 2025
commit 57966a03aaa768f6e237dbc1f769c20aac16a4e4
1 change: 1 addition & 0 deletions 1 mem0-ts/src/oss/src/prompts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const MemoryUpdateSchema = z.object({
old_memory: z
.string()
.optional()
.nullable()
.describe(
"The previous content of the memory item if the event was UPDATE.",
),
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.