Class OrchestrationModuleConfig

java.lang.Object
com.sap.ai.sdk.orchestration.OrchestrationModuleConfig

public final class OrchestrationModuleConfig extends Object
Represents the configuration for the orchestration service. Allows for configuring the different modules of the orchestration service via a fluent API.

The orchestration pipeline combines different modules into a single execution flow where the output of one module serves as input for the next. The pipeline consists of the following modules:

  • LLM Config (Mandatory)
  • Templating (Optional)
  • Data Masking (Optional)
  • Input Content Filtering (Optional)
  • Output Content Filtering (Optional)