Redis cache currently stores model outputs as strings. Chat generations have Messages which contain more information than just a string. Until Redis cache supports fully storing messages, cache should not interact with chat generations.
Co-authored-by: Tyler Hutcherson <tyler.hutcherson@redis.com>