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 8bac690 commit b2d5a18Copy full SHA for b2d5a18
sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/services/OrchestrationService.java
@@ -535,6 +535,12 @@ public OrchestrationChatResponse localPromptTemplate(@Nonnull final String promp
535
return client.chatCompletion(prompt, configWithTemplate);
536
}
537
538
+ /**
539
+ * Chat request to an LLM through the Orchestration service using translation.
540
+ *
541
+ * @return the assistant response object
542
+ */
543
+ @Nonnull
544
public OrchestrationChatResponse translation() {
545
val prompt =
546
new OrchestrationPrompt(
0 commit comments