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