Interface ReactAgent.ChatService
- Enclosing interface:
- ReactAgent
public static interface ReactAgent.ChatService
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.ai.chat.client.ChatClientdefault org.springframework.ai.chat.model.ChatResponsedefault reactor.core.publisher.Flux<org.springframework.ai.chat.model.ChatResponse>streamingExecute(List<org.springframework.ai.chat.messages.Message> messages)
-
Method Details
-
chatClient
org.springframework.ai.chat.client.ChatClient chatClient() -
execute
default org.springframework.ai.chat.model.ChatResponse execute(List<org.springframework.ai.chat.messages.Message> messages) -
streamingExecute
default reactor.core.publisher.Flux<org.springframework.ai.chat.model.ChatResponse> streamingExecute(List<org.springframework.ai.chat.messages.Message> messages)
-