Skip to content

New memory mistaken for current memory when no existing memory #2875

@johnwlockwood

Description

@johnwlockwood

🐛 Describe the bug

I've been using the llm model qwen/qwen3-30b-a3b:free and when there are not existing memories, it interprets the new memories in the update prompt to be current memory so it doesn't add them.

==== content: ====
{"facts": ["Name is Johnny", "Likes pizza"]}
==== content: ====
{
    "memory": [
        {
            "id": "0",
            "text": "Name is Johnny",
            "event": "NONE"
        },
        {
            "id": "1",
            "text": "Likes pizza",
            "event": "NONE"
        }
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions