diff --git a/fern/openapi.json b/fern/openapi.json index d70addab..b2c24fb3 100644 --- a/fern/openapi.json +++ b/fern/openapi.json @@ -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"]