Append Messages To Thread
Append messages to existing thread (for MCP integration).
Supports two modes:
- Direct messages:
{"messages": [...]} - File-based:
{"file_path": "...", "format": "auto"}
curl -X POST "http://127.0.0.1:14242/threads/string/append" \ -H "Content-Type: application/json" \ -d '{}'{
"success": true,
"thread_id": "string",
"messages_added": 0,
"total_messages": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}