--- title: "BaseInputsPhaseUnion" --- ## Supported Types ### `components.BaseInputsPhaseCommentary` ```python value: components.BaseInputsPhaseCommentary = /* values here */ ``` ### `components.BaseInputsPhaseFinalAnswer` ```python value: components.BaseInputsPhaseFinalAnswer = /* values here */ ``` ### `Any` ```python value: Any = /* values here */ ```