Class TemplateConfig

java.lang.Object
com.sap.ai.sdk.orchestration.TemplateConfig
Direct Known Subclasses:
OrchestrationTemplate, OrchestrationTemplateReference

public abstract class TemplateConfig extends Object
Template configuration for the OrchestrationModuleConfig.
Since:
1.4.0
  • Constructor Details

    • TemplateConfig

      public TemplateConfig()
  • Method Details

    • toLowLevel

      @Nonnull protected abstract PromptTemplatingModuleConfigPrompt toLowLevel()
      Create a low-level representation of the template.
      Returns:
      The low-level representation of the template.
    • create

      @Nonnull public static OrchestrationTemplate create()
      Build a template.
      Returns:
      A new empty template.
    • reference

      @Nonnull public static TemplateConfig.ReferenceBuilder reference()
      Build a template reference with tenant level scope.
      Returns:
      An intermediate object to build the template reference.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object