Ask a question to get started
Enter to send•Shift+Enter new line
Get prompts that are already cached. Async version.
aget_prompts( params: dict[str, Any], prompts: list[str], cache: BaseCache | bool | None = None ) -> tuple[dict[int, list], str, list[int], list[str]]
params
dict[str, Any]
Dictionary of parameters.
prompts
list[str]
List of prompts.
cache
BaseCache | bool | None
None
Cache object.