aformat(
self,
**kwargs: Any = {},
) -> FormatOutputType| Name | Type | Description |
|---|---|---|
**kwargs | Any | Default: {}Any arguments to be passed to the prompt template. |
Async format the prompt with the inputs.
Example:
await prompt.aformat(variable1="foo")