transforms_util
autogen.agentchat.contrib.capabilities.transforms_util.cache_content_set
cache_content_set
Sets content into the cache.
Name | Description |
---|---|
cache | The cache to set the content into. If None, the cache is ignored. Type: AbstractCache | None |
key | The key to set the content into. Type: str |
content | The message content to set into the cache. Type: str | list[dict[str, typing.Any] | str] | None |
*extra_values | Additional values to be passed to the cache. |