Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/runtime/types.ts
Model provider configuration for Azure OpenAI.
Properties
| Property | Type |
|---|---|
modelProfile | import('./model-profiles').ModelCapabilityProfile |
endpoint | string |
apiKey | string |
apiVersion | string |
useV1Endpoint | boolean |
defaultModel | string |
timeout | number |
fallbackModel | string |
store | boolean |
truncation | `'auto' |
deferredToolNames | Set<string> |
Was this page helpful?