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