ResolveValueOptions
Defined in: utils/config-resolver.ts:18
Options for resolving a single config value.
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”defaultValue
Section titled “defaultValue”defaultValue:
T
Defined in: utils/config-resolver.ts:26
Default value (lowest priority)
handleInherit?
Section titled “handleInherit?”
optionalhandleInherit:boolean
Defined in: utils/config-resolver.ts:28
Whether “inherit” string means use parent value
parentKey?
Section titled “parentKey?”
optionalparentKey:"model"|"temperature"
Defined in: utils/config-resolver.ts:24
Parent config key to check (for inheritance) - “model” or “temperature”
runtime?
Section titled “runtime?”
optionalruntime:T
Defined in: utils/config-resolver.ts:20
Runtime parameter value (highest priority)
subagentKey?
Section titled “subagentKey?”
optionalsubagentKey:string
Defined in: utils/config-resolver.ts:22
Subagent config key to check