Partially applies values to the prompt template.
partial<
NewPartialVariableName extends string
>(
values: PartialValues<NewPartialVariableName>
): Promise<ImagePromptTemplate<InputValues<Exclude<Extract<keyof RunInput, string>, NewPartialVariableName>>, any>>| Name | Type | Description |
|---|---|---|
values* | PartialValues<NewPartialVariableName> | The values to be partially applied to the prompt template. |