--- title: "BaseInputsUnion1" --- ## Supported Types ### `components.BaseInputsMessage` ```python value: components.BaseInputsMessage = /* values here */ ``` ### `components.OpenAIResponseInputMessageItem` ```python value: components.OpenAIResponseInputMessageItem = /* values here */ ``` ### `components.OpenAIResponseFunctionToolCallOutput` ```python value: components.OpenAIResponseFunctionToolCallOutput = /* values here */ ``` ### `components.OpenAIResponseFunctionToolCall` ```python value: components.OpenAIResponseFunctionToolCall = /* values here */ ``` ### `components.OutputItemImageGenerationCall` ```python value: components.OutputItemImageGenerationCall = /* values here */ ``` ### `components.OutputMessage` ```python value: components.OutputMessage = /* values here */ ``` ### `components.OpenAIResponseCustomToolCall` ```python value: components.OpenAIResponseCustomToolCall = /* values here */ ``` ### `components.OpenAIResponseCustomToolCallOutput` ```python value: components.OpenAIResponseCustomToolCallOutput = /* values here */ ``` ### `components.ApplyPatchCallItem` ```python value: components.ApplyPatchCallItem = /* values here */ ``` ### `components.ApplyPatchCallOutputItem` ```python value: components.ApplyPatchCallOutputItem = /* values here */ ```