Mnemosyne.ModelCall.Context (mnemosyne v0.3.2)

Copy Markdown View Source

Trusted repository attribution for a model call.

Summary

Types

scalar_label()

@type scalar_label() :: String.t() | atom() | number() | boolean()

t()

@type t() :: %Mnemosyne.ModelCall.Context{
  labels: %{optional(String.t() | atom()) => scalar_label()},
  operation: atom(),
  repo_id: String.t(),
  source_id: String.t() | nil
}