Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/providers/claude.provider.ts
Properties
| Property | Type |
|---|---|
azureEndpoint | string |
azureApiKey | string |
azureAccessToken | string |
anthropicApiKey | string |
model | string |
maxTokens | number |
temperature | number |
timeout | number |
retry | Partial<RetryConfig> |
Was this page helpful?