Skip to content

Commit d4d97e3

Browse files
committed
Cleanup: Remove unused CallPromptResponseSpec and StreamPromptResponseSpec
Signed-off-by: YunKui Lu <[email protected]>
1 parent 1256eaf commit d4d97e3

File tree

1 file changed

+0
-18
lines changed
  • spring-ai-client-chat/src/main/java/org/springframework/ai/chat/client

1 file changed

+0
-18
lines changed

spring-ai-client-chat/src/main/java/org/springframework/ai/chat/client/ChatClient.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -182,24 +182,6 @@ interface StreamResponseSpec {
182182

183183
}
184184

185-
interface CallPromptResponseSpec {
186-
187-
String content();
188-
189-
List<String> contents();
190-
191-
ChatResponse chatResponse();
192-
193-
}
194-
195-
interface StreamPromptResponseSpec {
196-
197-
Flux<ChatResponse> chatResponse();
198-
199-
Flux<String> content();
200-
201-
}
202-
203185
interface ChatClientRequestSpec {
204186

205187
/**

0 commit comments

Comments
 (0)