--- title: "System" --- ## Supported Types ### `str` ```python value: str = /* values here */ ``` ### `List[components.AnthropicTextBlockParam]` ```python value: List[components.AnthropicTextBlockParam] = /* values here */ ```