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