Skip to content

Commit 6e49163

Browse files
added note
1 parent 46c84ca commit 6e49163

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/spring/OrchestrationChatOptions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ public Double getTopP() {
149149
@Nonnull
150150
@Override
151151
public <T extends ChatOptions> T copy() {
152+
// note: this is a shallow copy
152153
val copyConfig =
153154
new OrchestrationModuleConfig()
154155
.withTemplateConfig(config.getTemplateConfig())

0 commit comments

Comments
 (0)