Module kalosm_language::task

source ·
Expand description

A task interface that builds on top of kalosm_language_model::Model

Structs§

  • A marker for no parser.
  • A task runner for a task that follows constraints.
  • A task session lets you efficiently run a task with a model. The task session will reuse the model’s cache to avoid re-feeding the task prompt repeatedly.
  • A builder for Task.
  • A task runner for a task that does not follow constraints.

Traits§