transforms_util
autogen.agentchat.contrib.capabilities.transforms_util.cache_key
cache_key
Calculates the cache key for the given message content and any other hashable args.
Parameters:Name | Description |
---|---|
content | The message content to calculate the cache key for. Type: str | list[dict | str] | None |
*args | Any additional hashable args to include in the cache key. Type: <class 'collections.abc.Hashable'> |