Documentation Index
Fetch the complete documentation index at: https://private-04b27de1.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
cache_key
Parameters:
| Name | Description |
|---|---|
content | The message content to calculate the cache key for. Type: str | list[dict[str, typing.Any] | str] | None |
*args | Any additional hashable args to include in the cache key. Type: ‘collections.abc.Hashable’ |