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,
|
title: obs.title,
|
||||||
subtitle: obs.subtitle,
|
subtitle: obs.subtitle,
|
||||||
text: obs.text || null,
|
text: obs.text || null,
|
||||||
narrative: null,
|
narrative: obs.narrative || null,
|
||||||
facts: JSON.stringify(obs.facts || []),
|
facts: JSON.stringify(obs.facts || []),
|
||||||
concepts: JSON.stringify(obs.concepts || []),
|
concepts: JSON.stringify(obs.concepts || []),
|
||||||
files_read: JSON.stringify(obs.files || []),
|
files_read: JSON.stringify(obs.files || []),
|
||||||
|
|||||||
Reference in New Issue
Block a user