Schema representing a SubmitToolOutputsRunRequest within the OpenAI API
@type t() :: %ExOpenAI.Components.SubmitToolOutputsRunRequest{ stream: boolean() | nil, tool_outputs: [%{output: String.t(), tool_call_id: String.t()}] }