microfoom
API referenceFunctions

mergeConfigChain

Function: mergeConfigChain()

function mergeConfigChain(scopes): AgentConfig;

Defined in: packages/microfoom-core/src/config.ts:219

Fold a widest-to-narrowest chain of scopes into one effective config.

Parameters

ParameterType
scopesreadonly AgentConfig[]

Returns

AgentConfig

On this page