Uses of Class
dev.langchain4j.model.chat.response.CompleteToolCall
Packages that use CompleteToolCall
-
Uses of CompleteToolCall in dev.langchain4j.internal
Methods in dev.langchain4j.internal that return CompleteToolCallMethods in dev.langchain4j.internal with parameters of type CompleteToolCallModifier and TypeMethodDescriptionstatic void
InternalStreamingChatResponseHandlerUtils.onCompleteToolCall
(StreamingChatResponseHandler handler, CompleteToolCall completeToolCall) -
Uses of CompleteToolCall in dev.langchain4j.model.chat.response
Methods in dev.langchain4j.model.chat.response with parameters of type CompleteToolCallModifier and TypeMethodDescriptiondefault void
StreamingChatResponseHandler.onCompleteToolCall
(CompleteToolCall completeToolCall) Invoked when the model has finished streaming a single tool call.