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