View Source ExOpenAI.Components.ChatCompletionRequestToolMessage (ex_openai.ex v1.5.1)

Schema representing a ChatCompletionRequestToolMessage within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ChatCompletionRequestToolMessage{
  content: String.t(),
  role: :tool,
  tool_call_id: String.t()
}