View Source ExOpenAI.Components.RealtimeMCPToolExecutionError (ex_openai.ex v2.0.0-beta2)
Module for representing the OpenAI schema RealtimeMCPToolExecutionError.
Fields
:message- required -String.t():type- required -:tool_execution_error
Allowed values:"tool_execution_error"
Summary
Types
@type t() :: %ExOpenAI.Components.RealtimeMCPToolExecutionError{ message: String.t(), type: :tool_execution_error }