Skip to content

AIDK API Reference / aidk-server / resolveConfig

Function: resolveConfig() ​

ts
function resolveConfig<TBody>(config: ExecutionContextConfig<TBody>): Required<ExecutionContextConfig<TBody>>;

Defined in: packages/server/src/execution-context.ts:245

Resolved config with defaults applied

Type Parameters ​

Type ParameterDefault type
TBodyStandardRequestBody

Parameters ​

ParameterType
configExecutionContextConfig<TBody>

Returns ​

Required<ExecutionContextConfig<TBody>>

Released under the MIT License.