feat: show Captain generation path on conversation messages [CW-7484] (#15078)

This commit is contained in:
Shivam Mishra
2026-07-21 15:15:13 +05:30
committed by GitHub
parent 7a5385cc32
commit 67cab7171d
14 changed files with 693 additions and 19 deletions
@@ -0,0 +1,9 @@
import ApiClient from '../ApiClient';
class CaptainAgentSessions extends ApiClient {
constructor() {
super('captain/agent_sessions', { accountScoped: true });
}
}
export default new CaptainAgentSessions();