ExBifrost.Model.GetComplexityAnalyzerConfig200ResponseKeywords (ex_bifrost v0.1.0)

Copy Markdown View Source

Editable keyword lists used by the complexity analyzer. Only the four user-facing dimensions are exposed; reasoning_keywords entries drive the reasoning tier override. Matching is normalized to lowercase and duplicates are removed on save.

Summary

Types

t()

@type t() :: %ExBifrost.Model.GetComplexityAnalyzerConfig200ResponseKeywords{
  code_keywords: [String.t()],
  reasoning_keywords: [String.t()],
  simple_keywords: [String.t()],
  technical_keywords: [String.t()]
}

Functions

decode(value)