ResolutionLevel

Which strategy successfully resolved an entity. Lower levels are faster and cheaper; higher levels pull in the LLM.

Entries

Link copied to clipboard

Exact name match against the repository — no LLM needed.

Link copied to clipboard

Heuristic strategies (normalized name, fuzzy) — no LLM needed.

Link copied to clipboard

High-confidence embedding similarity — no LLM needed.

Link copied to clipboard

Single-candidate LLM yes/no verification.

Link copied to clipboard

LLM picks the best match from several candidates.

Link copied to clipboard

No match found at any level.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.