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.
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’ |