Expand description
Unified LLM Interface
This is the umbrella crate that re-exports all ullm components.
Re-exports§
pub use ccore;
Structs§
- Chat
- A chat for the LLM
- Client
- An asynchronous
Clientto make Requests with. - Deep
Seek - The DeepSeek LLM provider
- General
- Chat configuration
- Message
- A message in the chat
- Stream
Chunk - A streaming chat completion chunk
- Tool
- A tool for the LLM
- Tool
Call - A tool call made by the model