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.customParameters(Map<String, Object> customParameters) AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.disableParallelToolUse(Boolean disableParallelToolUse) AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.listeners(List<ChatModelListener> listeners) AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.logger(org.slf4j.Logger logger) 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.toolChoice(ToolChoice toolChoice) AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.toolChoiceName(String toolChoiceName) AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.toolSpecifications(ToolSpecification... toolSpecifications) AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.toolSpecifications(List<ToolSpecification> toolSpecifications) Sets the user ID for the requests.Constructors in dev.langchain4j.model.anthropic with parameters of type AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilderModifierConstructorDescriptionConstructs an instance of anAnthropicStreamingChatModelwith the specified parameters.