Annotation Interface Lang4jConfig
Generates the code necessary to integrate a ChatLanguageModel provider.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
Add configuration for the given model.static @interface
Configuration for an individual property. -
Required Element Summary
Modifier and TypeRequired ElementDescriptionCommon properties to all configuration classes that are required. -
Optional Element Summary
Modifier and TypeOptional ElementDescriptionConfiguration for different properties.
-
Element Details
-
properties
Lang4jConfig.Property[] propertiesConfiguration for different properties.- Returns:
- The properties
- Default:
{}
-
models
Lang4jConfig.Model[] modelsCommon properties to all configuration classes that are required.- Returns:
- The required common
-