- I want to send `cache_control={"type": "ephemeral"}` when using Anthropic models and `magentic.Chat`. - I think a potential workaround is to create a `CacheControlMessage` that subclasses `magentic.SystemMessage`. - What do you think of this workaround? - Is this something you think should be better supported by magentic?
cache_control={"type": "ephemeral"}when using Anthropic models andmagentic.Chat.CacheControlMessagethat subclassesmagentic.SystemMessage.