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

Provides struct and type for a Response.WebSearch.PreviewTool

Summary

Types

@type t() :: %OpenAi.Response.WebSearch.PreviewTool{
  search_context_size: String.t() | nil,
  type: String.t(),
  user_location: OpenAi.User.ApproximateLocation.t() | nil
}