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