Skip to content

getDefaultProfile

reference
1 min readUpdated

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

ts
function getDefaultProfile(modelId: string | undefined): ModelCapabilityProfile

Parameters

NameType
modelId`string

Returns: ModelCapabilityProfile

Was this page helpful?

Download as PDF