Kind: Function
Source: atloria-monorepo/libs/agent-core/src/runtime/model-profiles.ts
Returns the default capability profile for a known model ID. Used as the name-based fallback when no explicit profile is declared.
For Azure deployments with arbitrary names (e.g., "my-prod-agent"), this will return STANDARD_PROFILE — callers should use explicit modelProfile on AzureModelProviderConfig instead.
Signature
tsfunction getDefaultProfile(modelId: string | undefined): ModelCapabilityProfile
Parameters
| Name | Type |
|---|---|
modelId | `string |
Returns: ModelCapabilityProfile
Was this page helpful?