Skip to main content

Module language_models

Module language_models 

Source
Expand description

Language model traits and types.

Re-exports§

pub use fake::FakeChatModel;
pub use registry::InMemoryModelProfileRegistry;
pub use registry::ModelProfile;
pub use registry::ModelProfileRegistry;
pub use traits::BaseChatModel;
pub use traits::BaseLLM;

Modules§

fake
Fake model for testing. Fake chat model for testing.
registry
Model profile registry. Model profile registry for tracking model capabilities.
traits
Language model trait definitions. Language model trait definitions.

Structs§

ChatChunk
A single chunk of streaming output from a chat model.
ChatResult
The output of a chat model invocation.
CostEstimate
Estimated monetary cost of a model invocation.
Generation
A single generation from a text LLM.
LLMResult
The output of a batch LLM invocation.
ToolCallChunk
Partial tool call received during streaming.