Skip to main content

Module provider

Module provider 

Source
Expand description

LlmProvider trait — the primary LLM vendor integration interface.

Traits§

LlmProvider
LLM provider abstraction.

Type Aliases§

ProviderStream
A type-erased stream of events produced by a provider during streaming generation, enabling direct use with dyn LlmProvider.