thinking content item types have `value` field instead of correct `thinking`
What was reported:
Issue cohere-ai/cohere-python#692 (closed, 5 comments): `ThinkingAssistantMessageV2ContentItem` and `ThinkingAssistantMessageResponseContentItem` have a `value: Any` field instead of correct `thinking: str`
What works:
Thinking content items coming back with a `value` field instead of `thinking` was an SDK bug fixed in a new Python SDK release. Upgrade the cohere package and the field is correct again.