Skip to content

Error recoding new data #2

@MSZ-MGS

Description

@MSZ-MGS

When I asked it to record my name, it catually do, but any additional information will not be recorded.

Below is the llm responce:
📝 Note: While the mobile number and vehicle were added through text input, your name appears in a document titled text_input.txt with content summary "M***** ******", confirming its presence.
The system **did not explicitly store "mobile number" or "KIA" as standalone entries in structured fields—**these were inserted via text insertion logic.

Moreover:
When I check the RAG folder, I see my name is actually recorded, but not the car and the mobile number.

See the MCP responce:

{
"params": {
"text": "Mobile number: 05******"
},
"response": {
"content": [
{
"type": "text",
"text": "{\n "content": [\n {\n "type": "text",\n "text": "{\n \"status\": \"duplicated\",\n \"message\": \"File source 'text_input.txt' already exists in document storage (Status: processed).\",\n \"track_id\": \"insert_20251231_181014_f65c4ebd\",\n \"id\": null\n}"\n }\n ]\n}"
}
],
"structuredContent": {
"content": [
{
"type": "text",
"text": "{\n "status": "duplicated",\n "message": "File source 'text_input.txt' already exists in document storage (Status: processed).",\n "track_id": "insert_20251231_181014_f65c4ebd",\n "id": null\n}"
}
]
},
"isError": false
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions