Formats the prompt given the input values and returns a formatted prompt value.
formatPromptValue(values: TypedPromptInputValues<RunInput>): Promise<StringPromptValueInterface>| Name | Type | Description |
|---|---|---|
values* | TypedPromptInputValues<RunInput> | The input values to format the prompt. |