Uses of Class
dev.langchain4j.model.chat.response.CompleteToolCall
Packages that use CompleteToolCall
Package
Description
-
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 voidInternalStreamingChatResponseHandlerUtils.onCompleteToolCall(StreamingChatResponseHandler handler, CompleteToolCall completeToolCall) voidMappingTrackingStreamingChatResponseHandler.onCompleteToolCall(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 voidStreamingChatResponseHandler.onCompleteToolCall(CompleteToolCall completeToolCall) Invoked when the model has finished streaming a single tool call. -
Uses of CompleteToolCall in dev.langchain4j.reactive.streaming
Methods in dev.langchain4j.reactive.streaming with parameters of type CompleteToolCallModifier and TypeMethodDescriptionvoidTubeBackedStreamingChatResponseHandler.onCompleteToolCall(CompleteToolCall completeToolCall) -
Uses of CompleteToolCall in dev.langchain4j.service
Methods in dev.langchain4j.service that return CompleteToolCallModifier and TypeMethodDescriptionAiServiceStreamingEvent.CompleteToolCallEvent.completeToolCall()Constructors in dev.langchain4j.service with parameters of type CompleteToolCallModifierConstructorDescriptionCompleteToolCallEvent(CompleteToolCall completeToolCall, InvocationContext invocationContext)