Formats the prompt template with the provided values.
format<FormatOutput = ImageContent>(values: TypedPromptInputValues<RunInput>): Promise<FormatOutput>| Name | Type | Description |
|---|---|---|
values* | TypedPromptInputValues<RunInput> | The values to be used to format the prompt template. |