Uses of Class
dev.langchain4j.model.anthropic.AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder
Packages that use AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder
-
Uses of AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder in dev.langchain4j.model.anthropic
Methods in dev.langchain4j.model.anthropic that return AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilderModifier and TypeMethodDescriptionAnthropicStreamingChatModel.builder()
AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.cacheSystemMessages
(Boolean cacheSystemMessages) AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.cacheTools
(Boolean cacheTools) AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.httpClientBuilder
(HttpClientBuilder httpClientBuilder) AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.listeners
(List<ChatModelListener> listeners) AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.logRequests
(Boolean logRequests) AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.logResponses
(Boolean logResponses) AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.modelName
(AnthropicChatModelName modelName) AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.returnThinking
(Boolean returnThinking) Controls whether to return thinking/reasoning text (if available) insideAiMessage.thinking()
and whether to invoke theStreamingChatResponseHandler.onPartialThinking(PartialThinking)
callback.AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.sendThinking
(Boolean sendThinking) Controls whether to send thinking/reasoning text to the LLM in follow-up requests.AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.stopSequences
(List<String> stopSequences) AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.temperature
(Double temperature) AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.thinkingBudgetTokens
(Integer thinkingBudgetTokens) Configures thinking.AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.thinkingType
(String thinkingType) Enables thinking.AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.toolSpecifications
(ToolSpecification... toolSpecifications) AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.toolSpecifications
(List<ToolSpecification> toolSpecifications) Constructors in dev.langchain4j.model.anthropic with parameters of type AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilderModifierConstructorDescriptionConstructs an instance of anAnthropicStreamingChatModel
with the specified parameters.