Merges partial variables and user variables.
mergePartialAndUserVariables(
userVariables: TypedPromptInputValues<RunInput>
): Promise<InputValues<PartialVariableName | Extract<keyof RunInput, string>>>| Name | Type | Description |
|---|---|---|
userVariables* | TypedPromptInputValues<RunInput> | The user variables to merge with the partial variables. |