ExBifrost.Model.AnthropicMessageRequestMcpServersInner (ex_bifrost v0.1.0)

Copy Markdown View Source

AnthropicMessageRequestMcpServersInner model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.AnthropicMessageRequestMcpServersInner{
  authorization_token: String.t() | nil,
  name: String.t() | nil,
  tool_configuration:
    ExBifrost.Model.AnthropicMessageRequestMcpServersInnerToolConfiguration.t()
    | nil,
  type: String.t() | nil,
  url: String.t() | nil
}

Functions

decode(value)