--- title: "ChatToolMessageContent" --- Tool response content ## Supported Types ### `str` ```python value: str = /* values here */ ``` ### `List[components.ChatContentItems]` ```python value: List[components.ChatContentItems] = /* values here */ ```