feat: collect metadata in feedback endpoint (#8000)

This commit is contained in:
cthomas
2025-12-23 08:42:49 -08:00
committed by Caren Thomas
parent b4b07ceecc
commit 0b97eec56b

View File

@@ -19800,6 +19800,21 @@
"default": "letta-code",
"type": "string",
"enum": ["letta-code", "sdk"]
},
"agent_id": {
"type": "string"
},
"session_id": {
"type": "string"
},
"version": {
"type": "string"
},
"platform": {
"type": "string"
},
"settings": {
"type": "string"
}
},
"required": ["message"]