fix: update narrative assignment in SDKAgent to use obs.narrative

This commit is contained in:
Alex Newman
2025-11-07 18:04:57 -05:00
parent 6204fe9b9d
commit e22edaddf4
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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 || []),