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 d921c49 commit 71be337Copy full SHA for 71be337
sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/controllers/OrchestrationController.java
@@ -43,7 +43,7 @@ public OrchestrationChatResponse completion() {
43
}
44
45
/**
46
- * Chat request to OpenAI through the Orchestration service with a template
+ * Chat request to OpenAI through the Orchestration service with a template.
47
*
48
* @return the result object
49
*/
@@ -62,7 +62,7 @@ public OrchestrationChatResponse template() {
62
63
64
65
+ * Chat request to OpenAI through the Orchestration service using message history.
66
67
68
0 commit comments