Kind: Interface
Source: atloria-monorepo/apps/api/src/ai/ai-usage.service.ts
Properties
| Property | Type |
|---|---|
organizationId | string |
projectId | string |
userId | string |
provider | string |
model | string |
operationType | string |
entityType | string |
entityId | string |
usage | TokenUsage |
metadata | Record<string, any> |
skipCreditDeduction | boolean |
Was this page helpful?