Kind: Type
Source: atloria-monorepo/libs/agent-core/src/runtime/runtime-config.ts
Definition
ts| { provider: 'azure-responses'; config: AzureModelProviderConfig }
| { provider: 'anthropic'; config: import('./anthropic-adapter').AnthropicModelProviderConfig }
| { provider: 'vercel-ai'; config: VercelAIProviderConfig }
| { provider: 'custom'; instance: IModelProvider }
Was this page helpful?