Interface GroundingProvider

All Known Implementing Classes:
Grounding
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface GroundingProvider
Interface for grounding configurations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a grounding configuration.
  • Method Details

    • createConfig

      @Nonnull GroundingModuleConfig createConfig()
      Create a grounding configuration.
      Returns:
      the grounding configuration