anthropic: Remove `cache_control` field from `ResponseContent` (#17165)
Marshall Bowers
created
This PR removes the `cache_control` field from the variants in
`ResponseContent`.
This field is used on requests to control the caching behavior, but is
not needed on content in the response.
Release Notes:
- N/A