Skip to content

Commit 7611504

Browse files
committed
Fix
1 parent 3aa6ddc commit 7611504

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/OrchestrationModuleConfig.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import lombok.NoArgsConstructor;
1212
import lombok.Value;
1313
import lombok.With;
14+
import lombok.experimental.Tolerate;
1415

1516
/**
1617
* Represents the configuration for the orchestration service. Allows for configuring the different
@@ -56,6 +57,7 @@ public class OrchestrationModuleConfig {
5657
* @param aiModel The LLM configuration to use.
5758
* @return A new configuration with the given LLM configuration.
5859
*/
60+
@Tolerate
5961
@Nonnull
6062
public OrchestrationModuleConfig withLlmConfig(@Nonnull final OrchestrationAiModel aiModel) {
6163
return withLlmConfig(aiModel.createConfig());

0 commit comments

Comments
 (0)