ExBifrost.Model.AnthropicMessageRequestToolsInner (ex_bifrost v0.1.0)

Copy Markdown View Source

AnthropicMessageRequestToolsInner model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.AnthropicMessageRequestToolsInner{
  allowed_domains: [String.t()] | nil,
  blocked_domains: [String.t()] | nil,
  cache_control: ExBifrost.Model.CacheControl.t() | nil,
  description: String.t() | nil,
  display_height_px: integer() | nil,
  display_number: integer() | nil,
  display_width_px: integer() | nil,
  enable_zoom: boolean() | nil,
  input_schema: map() | nil,
  max_uses: integer() | nil,
  name: String.t() | nil,
  type: String.t() | nil,
  user_location:
    ExBifrost.Model.AnthropicMessageRequestToolsInnerUserLocation.t() | nil
}

Functions

decode(value)