A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
O
- objectItems(dev.langchain4j.agent.tool.JsonSchemaProperty) - function in dev.langchain4j.agent.tool.JsonSchemaProperty
- onComplete(dev.langchain4j.model.output.Response) - function in dev.langchain4j.model.StreamingResponseHandler
- Invoked when the language model has finished streaming a response.
- onCompleteResponse(dev.langchain4j.model.chat.response.ChatResponse) - function in dev.langchain4j.model.chat.response.StreamingChatResponseHandler
- Invoked when the model has finished streaming a response.
- onError(java.lang.Throwable) - function in dev.langchain4j.model.StreamingResponseHandler
- This method is invoked when an error occurs during streaming.
- onError(dev.langchain4j.model.chat.listener.ChatModelErrorContext) - function in dev.langchain4j.model.chat.listener.ChatModelListener
- This method is called when an error occurs during interaction with the model.
- onError(java.lang.Throwable,dev.langchain4j.model.chat.request.ChatRequest,java.util.Map,java.util.List) - function in dev.langchain4j.model.chat.listener.ListenersUtil
- onError(java.lang.Throwable) - function in dev.langchain4j.model.chat.response.StreamingChatResponseHandler
- This method is invoked when an error occurs during streaming.
- onNext(java.util.function.Consumer) - function in dev.langchain4j.model.LambdaStreamingResponseHandler
- onNext(java.lang.String) - function in dev.langchain4j.model.StreamingResponseHandler
- Invoked each time the language model generates a new token in a textual response.
- onNextAndError(java.util.function.Consumer,java.util.function.Consumer) - function in dev.langchain4j.model.LambdaStreamingResponseHandler
- onPartialResponse(java.lang.String) - function in dev.langchain4j.model.chat.response.StreamingChatResponseHandler
- Invoked each time the model generates a partial response (usually a single token) in a textual response.
- onRequest(dev.langchain4j.model.chat.listener.ChatModelRequestContext) - function in dev.langchain4j.model.chat.listener.ChatModelListener
- This method is called before the request is sent to the model.
- onRequest(dev.langchain4j.model.chat.request.ChatRequest,java.util.Map,java.util.List) - function in dev.langchain4j.model.chat.listener.ListenersUtil
- onResponse(dev.langchain4j.model.chat.listener.ChatModelResponseContext) - function in dev.langchain4j.model.chat.listener.ChatModelListener
- This method is called after the response is received from the model.
- onResponse(dev.langchain4j.model.chat.response.ChatResponse,dev.langchain4j.model.chat.request.ChatRequest,java.util.Map,java.util.List) - function in dev.langchain4j.model.chat.listener.ListenersUtil
- or(dev.langchain4j.store.embedding.filter.Filter) - function in dev.langchain4j.store.embedding.filter.Filter
- or(dev.langchain4j.store.embedding.filter.Filter) - function in dev.langchain4j.store.embedding.filter.Filter
- or(dev.langchain4j.store.embedding.filter.Filter,dev.langchain4j.store.embedding.filter.Filter) - function in dev.langchain4j.store.embedding.filter.Filter
- or(dev.langchain4j.store.embedding.filter.Filter,dev.langchain4j.store.embedding.filter.Filter) - function in dev.langchain4j.store.embedding.filter.Filter
- Or - class in dev.langchain4j.store.embedding.filter.logical
- OTHER - enum entry in dev.langchain4j.model.output.FinishReason
The call finished for some other reason.
- outputTokenCount() - function in dev.langchain4j.model.output.TokenUsage
- Returns the output token count, or null if unknown.
- overrideWith(dev.langchain4j.model.chat.request.ChatRequestParameters) - function in dev.langchain4j.model.chat.request.ChatRequestParameters
- Creates a new ChatRequestParameters by combining the current parameters with the specified ones.
- overrideWith(dev.langchain4j.model.chat.request.ChatRequestParameters) - function in dev.langchain4j.model.chat.request.DefaultChatRequestParameters
- Creates a new ChatRequestParameters by combining the current parameters with the specified ones.
- overrideWith(dev.langchain4j.model.chat.request.ChatRequestParameters) - function in dev.langchain4j.model.chat.request.DefaultChatRequestParameters.Builder