mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
feat: add memory-json importer, tweak observation content
This commit is contained in:
@@ -68,7 +68,7 @@ def parse_observation(token: Token) -> Dict[str, Any]:
|
||||
|
||||
return {
|
||||
'category': category,
|
||||
'content': ' '.join(content_parts).strip(),
|
||||
'content': content,
|
||||
'tags': list(tags) if tags else None,
|
||||
'context': context
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user