Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/support-agent/support-agent.controller.ts
Chat with a specific agent (version-aware, rate-limited)
Endpoint
POST /support-agent/:projectId/agents/:agentId/chat
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
agentId | path | string | ✓ |
Referenced By
SupportAgentController(MODULE_DECLARES)
Was this page helpful?