View Source OpenAi.Response.WebSearch.ToolCall (OpenAI REST API Client v1.0.0)

Provides struct and type for a Response.WebSearch.ToolCall

Summary

Types

@type t() :: %OpenAi.Response.WebSearch.ToolCall{
  id: String.t(),
  status: String.t(),
  type: String.t()
}