Kind: Interface
Source: atloria-monorepo/apps/api/src/ai/interfaces/ai-provider.interface.ts
Properties
| Property | Type |
|---|---|
text | string |
suggestions | string[] |
metadata | Record<string, any> |
usage | TokenUsage |
Kind: Interface
Source: atloria-monorepo/apps/api/src/ai/interfaces/ai-provider.interface.ts
| Property | Type |
|---|---|
text | string |
suggestions | string[] |
metadata | Record<string, any> |
usage | TokenUsage |
Was this page helpful?