AI.Agent.Nomenclater (fnord v0.8.82)

View Source

Summary

Types

t()

@type t() :: %AI.Agent.Nomenclater{
  agent: AI.Agent.t(),
  attempt: non_neg_integer(),
  error: nil | binary(),
  names: nil | [binary()],
  used: [binary()],
  want: pos_integer()
}