Module "core/machine/yaml/resolvePlaceholder"
Functions
resolvePlaceholder
- resolvePlaceholder(value: string, goal: SdmGoalEvent, ctx: Pick<RepoContext, "configuration" | "context" | "skill">, parameters: Record<string, any>, raiseError?: boolean): Promise<string>
-
Parameters
-
value: string
-
-
ctx: Pick<RepoContext, "configuration" | "context" | "skill">
-
parameters: Record<string, any>
-
Default value raiseError: boolean = true
Returns Promise<string>