ExBifrost.Model.BifrostResponseExtraFields (ex_bifrost v0.1.0)

Copy Markdown View Source

Additional fields included in responses

Summary

Types

t()

@type t() :: %ExBifrost.Model.BifrostResponseExtraFields{
  cache_debug: ExBifrost.Model.BifrostCacheDebug.t() | nil,
  chunk_index: integer() | nil,
  latency: integer() | nil,
  model_deployment: String.t() | nil,
  model_requested: String.t() | nil,
  provider: ExBifrost.Model.ModelProvider.t() | nil,
  raw_request: map() | nil,
  raw_response: map() | nil,
  request_type: String.t() | nil
}

Functions

decode(value)