class

Waypoints::DescriptionModel

Inherits Reference < Object

Seam over the llamero piece describe needs: report whether real on-device inference is available, and produce a structured description. Specs inject a fake so the suite never loads MLX or downloads a model.

Instance methods

describe(page : PageContent) : BookmarkDescription

Produces a structured description for page, or raises DescribeError.

Source
real?

True when backed by real native inference (vs. the deterministic mock).

Source