Uses of Class
dev.langchain4j.model.anthropic.internal.api.AnthropicThinking
Packages that use AnthropicThinking
-
Uses of AnthropicThinking in dev.langchain4j.model.anthropic.internal.api
Fields in dev.langchain4j.model.anthropic.internal.api declared as AnthropicThinkingMethods in dev.langchain4j.model.anthropic.internal.api that return AnthropicThinkingModifier and TypeMethodDescriptionAnthropicThinking.Builder.build()
AnthropicCreateMessageRequest.getThinking()
Methods in dev.langchain4j.model.anthropic.internal.api with parameters of type AnthropicThinkingModifier and TypeMethodDescriptionvoid
AnthropicCreateMessageRequest.setThinking
(AnthropicThinking thinking) AnthropicCreateMessageRequest.Builder.thinking
(AnthropicThinking thinking) Constructors in dev.langchain4j.model.anthropic.internal.api with parameters of type AnthropicThinkingModifierConstructorDescriptionAnthropicCreateMessageRequest
(String model, List<AnthropicMessage> messages, List<AnthropicTextContent> system, int maxTokens, List<String> stopSequences, boolean stream, Double temperature, Double topP, Integer topK, List<AnthropicTool> tools, AnthropicToolChoice toolChoice, AnthropicThinking thinking)