Method that takes an object of TypedPromptInputValues and returns a promise that resolves to an array of BaseMessage instances.
formatMessages(
values: TypedPromptInputValues<RunInput>
): Promise<BaseMessage<MessageStructure<MessageToolSet>, MessageType>[]>| Name | Type | Description |
|---|---|---|
values* | TypedPromptInputValues<RunInput> | Object of TypedPromptInputValues |