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§
- Chat
Chunk - A single chunk of streaming output from a chat model.
- Chat
Result - The output of a chat model invocation.
- Cost
Estimate - Estimated monetary cost of a model invocation.
- Generation
- A single generation from a text LLM.
- LLMResult
- The output of a batch LLM invocation.
- Tool
Call Chunk - Partial tool call received during streaming.