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 8dd2ce9 commit d01d5e6Copy full SHA for d01d5e6
sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/controllers/OrchestrationController.java
@@ -66,7 +66,7 @@ ResponseEntity<ResponseBodyEmitter> streamChatCompletion() {
66
* AI Core: Orchestration - Templating</a>
67
* @return a ResponseEntity with the response content
68
*/
69
- @GetMapping(value = "/template")
+ @GetMapping("/template")
70
@Nonnull
71
ResponseEntity<Object> template(
72
@RequestHeader(value = "accept", required = false) final String accept)
0 commit comments