{ "opencollection": "1.0.0", "info": { "name": "Arize-Phoenix REST annotation_configs chat API", "version": "1.0" }, "items": [ { "info": { "name": "chat", "type": "folder" }, "items": [ { "info": { "name": "Chat", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/agents/:agent_id/sessions/:session_id/chat", "params": [ { "name": "agent_id", "value": "", "type": "path" }, { "name": "session_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Chat" }, { "info": { "name": "Summarize Endpoint", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/agents/:agent_id/sessions/:session_id/summary", "params": [ { "name": "agent_id", "value": "", "type": "path" }, { "name": "session_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Summarize Endpoint" } ] } ], "bundled": true }