Uses of Class
dev.langchain4j.model.chat.response.PartialThinking
Packages that use PartialThinking
-
Uses of PartialThinking in dev.langchain4j.model.chat.response
Methods in dev.langchain4j.model.chat.response with parameters of type PartialThinkingModifier and TypeMethodDescriptiondefault void
StreamingChatResponseHandler.onPartialThinking
(PartialThinking partialThinking) Invoked each time the model generates a partial thinking/reasoning text, usually a single token.