ConfigTransformer<T> class
abstract
Abstract interface for transforming unified config to provider-specific config
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getDefaultConfig(
) → LLMConfig - Get default configuration for this provider
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
transform(
LLMConfig config) → T - Transform unified LLMConfig to provider-specific configuration
-
validate(
LLMConfig config) → bool - Validate that the config contains all required fields for this provider
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited