Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/providers/ai-provider.interface.ts
Properties
| Property | Type |
|---|---|
maxTokens | number |
temperature | number |
systemPrompt | string |
messages | AIMessage[] |
stopSequences | string[] |
responseFormat | `'text' |
timeout | number |
images | string[] |
Was this page helpful?