File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
sample-code/spring-app/src/test/java/com/sap/ai/sdk/app/controllers Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 33import static org .assertj .core .api .Assertions .assertThat ;
44import static org .assertj .core .api .Assertions .assertThatThrownBy ;
55
6- import com .sap .ai .sdk .orchestration .OrchestrationAiModel ;
76import com .sap .ai .sdk .orchestration .OrchestrationClientException ;
8- import com .sap .ai .sdk .orchestration .OrchestrationModuleConfig ;
97import com .sap .ai .sdk .orchestration .client .model .AzureThreshold ;
108import com .sap .ai .sdk .orchestration .client .model .CompletionPostResponse ;
11- import java .lang .reflect .Field ;
12- import java .util .ArrayList ;
139import java .util .List ;
1410import java .util .Map ;
15- import lombok .SneakyThrows ;
1611import lombok .extern .slf4j .Slf4j ;
1712import org .assertj .core .api .InstanceOfAssertFactories ;
1813import org .junit .jupiter .api .BeforeEach ;
19- import org .junit .jupiter .api .DisplayName ;
2014import org .junit .jupiter .api .Test ;
2115
2216@ Slf4j
You can’t perform that action at this time.
0 commit comments