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