Skip to content

Commit 71be337

Browse files
committed
Update OrchestrationController
1 parent d921c49 commit 71be337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/controllers/OrchestrationController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public OrchestrationChatResponse completion() {
4343
}
4444

4545
/**
46-
* Chat request to OpenAI through the Orchestration service with a template
46+
* Chat request to OpenAI through the Orchestration service with a template.
4747
*
4848
* @return the result object
4949
*/
@@ -62,7 +62,7 @@ public OrchestrationChatResponse template() {
6262
}
6363

6464
/**
65-
* Chat request to OpenAI through the Orchestration service with a template
65+
* Chat request to OpenAI through the Orchestration service using message history.
6666
*
6767
* @return the result object
6868
*/

0 commit comments

Comments
 (0)