Formats the list of values and returns a list of formatted messages.
formatMessages(
values: TypedPromptInputValues<RunInput>
): Promise<BaseMessage<MessageStructure<MessageToolSet>, MessageType>[]>| Name | Type | Description |
|---|---|---|
values* | TypedPromptInputValues<RunInput> | The values to format the prompt with. |