Schema representing a FunctionToolCallOutput within the OpenAI API
@type t() :: %ExOpenAI.Components.FunctionToolCallOutput{ call_id: String.t(), id: String.t() | nil, output: String.t(), status: (:incomplete | :completed | :in_progress) | nil, type: :function_call_output }