ExBifrost.Model.UpdateProviderRequest (ex_bifrost v0.1.0)

Copy Markdown View Source

Update provider request. Keys are managed separately via /api/providers/{provider}/keys.

Summary

Types

t()

@type t() :: %ExBifrost.Model.UpdateProviderRequest{
  concurrency_and_buffer_size:
    ExBifrost.Model.ConcurrencyAndBufferSize.t() | nil,
  custom_provider_config:
    ExBifrost.Model.ProviderResponseCustomProviderConfig.t() | nil,
  network_config: ExBifrost.Model.NetworkConfig.t() | nil,
  proxy_config: ExBifrost.Model.ProviderResponseProxyConfig.t() | nil,
  send_back_raw_request: boolean() | nil,
  send_back_raw_response: boolean() | nil,
  store_raw_request_response: boolean() | nil
}

Functions

decode(value)