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