Commit c3dce98
Split logic of sample-app into service and controller (#240)
* Work in Progress.
* Work in Progress.
* Clean up and ad javadocs
* Fix bug with filter threshold names
* Small requested changes
* Enable response with full JSON
* Work in Progress
* Apply requested changes
* Apply requested changes
* Update sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/controllers/OrchestrationController.java
---------
Co-authored-by: Jonas Israel <[email protected]>
Co-authored-by: Alexander Dümont <[email protected]>1 parent eb664b3 commit c3dce98
File tree
6 files changed
+409
-189
lines changed- sample-code/spring-app
- src
- main
- java/com/sap/ai/sdk/app
- controllers
- services
- resources/static
- test/java/com/sap/ai/sdk/app/controllers
6 files changed
+409
-189
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
98 | 103 | | |
99 | 104 | | |
100 | 105 | | |
| |||
111 | 116 | | |
112 | 117 | | |
113 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
114 | 123 | | |
115 | 124 | | |
116 | 125 | | |
| |||
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
127 | 133 | | |
128 | 134 | | |
129 | 135 | | |
| |||
0 commit comments