Schema representing a ChatCompletionRequestToolMessage within the OpenAI API
@type t() :: %ExOpenAI.Components.ChatCompletionRequestToolMessage{ content: String.t(), role: :tool, tool_call_id: String.t() }