Kind: Interface
Source: atloria-monorepo/apps/api/src/support-agent/agent-adapter.service.ts
Properties
| Property | Type |
|---|---|
projectId | string |
organizationId | string |
projectName | string |
agentName | string |
systemPrompt | string |
workspace | string |
language | string |
conversationHistory | Array<{ role: string; content: string }> |
Was this page helpful?