Expand description
Builder pattern for configuring and instantiating LLM providers
Structs§
- Function
Builder - Builder for function tools.
- LLMBuilder
- Builder for configuring and instantiating LLM providers.
- Param
Builder - Builder for function parameters.
- System
Content - Content object for structured system prompts with optional cache control.
Enums§
- LLMBackend
- Supported LLM backend providers.
- System
Prompt - System prompt configuration supporting both simple strings and structured message formats.
Traits§
Type Aliases§
- Validator
Fn - A function type for validating LLM provider outputs.