Skip to content

Commit e0a7d74

Browse files
YunKuiLuilayaperumalg
authored andcommitted
Cleanup: Remove unused CallPromptResponseSpec and StreamPromptResponseSpec
Auto-cherry-pick to 1.0.x Fixes #4020 Signed-off-by: YunKui Lu <[email protected]>
1 parent b452e89 commit e0a7d74

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
@@ -190,24 +190,6 @@ interface StreamResponseSpec {
190190

191191
}
192192

193-
interface CallPromptResponseSpec {
194-
195-
String content();
196-
197-
List<String> contents();
198-
199-
ChatResponse chatResponse();
200-
201-
}
202-
203-
interface StreamPromptResponseSpec {
204-
205-
Flux<ChatResponse> chatResponse();
206-
207-
Flux<String> content();
208-
209-
}
210-
211193
interface ChatClientRequestSpec {
212194

213195
/**

0 commit comments

Comments
 (0)