Prompter

Trait Prompter 

Source
pub trait Prompter<T, E>: Execute<T, E> { }
Expand description

LLM inference provider. Consumes prompt input, produces response output.

See: https://asimov-specs.github.io/program-patterns/#prompter

Implementorsยง