ExBifrost.Model.GetConfigResponseClientConfigCompat (ex_bifrost v0.1.0)

Copy Markdown View Source

Compat plugin configuration

Summary

Types

t()

@type t() :: %ExBifrost.Model.GetConfigResponseClientConfigCompat{
  convert_chat_to_responses: boolean() | nil,
  convert_text_to_chat: boolean() | nil,
  should_convert_params: boolean() | nil,
  should_drop_params: boolean() | nil
}

Functions

decode(value)