We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9576bed commit 87f2462Copy full SHA for 87f2462
orchestration/src/test/java/com/sap/ai/sdk/orchestration/OrchestrationUnitTest.java
@@ -89,9 +89,8 @@ void setup(WireMockRuntimeInfo server) {
89
90
final var deployment =
91
new AiCoreService()
92
- .withDestination(destination)
93
- .forDeploymentByScenario("orchestration")
94
- .withResourceGroup("my-resource-group");
+ .withBaseDestination(destination)
+ .getDestinationForDeploymentByScenario("my-resource-group", "orchestration");
95
client = new OrchestrationClient(deployment);
96
config = new OrchestrationModuleConfig().withLlmConfig(CUSTOM_GPT_35);
97
prompt = new OrchestrationPrompt("Hello World! Why is this phrase so famous?");
0 commit comments