mirror of
https://github.com/thedotmack/claude-mem
synced 2026-04-25 17:15:04 +02:00
fix: update narrative assignment in SDKAgent to use obs.narrative
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -204,7 +204,7 @@ export class SDKAgent {
|
||||
title: obs.title,
|
||||
subtitle: obs.subtitle,
|
||||
text: obs.text || null,
|
||||
narrative: null,
|
||||
narrative: obs.narrative || null,
|
||||
facts: JSON.stringify(obs.facts || []),
|
||||
concepts: JSON.stringify(obs.concepts || []),
|
||||
files_read: JSON.stringify(obs.files || []),
|
||||
|
||||
Reference in New Issue
Block a user