Uses of Class
dev.langchain4j.model.anthropic.internal.api.AnthropicThinking
Packages that use AnthropicThinking
- 
Uses of AnthropicThinking in dev.langchain4j.model.anthropic.internal.apiFields in dev.langchain4j.model.anthropic.internal.api declared as AnthropicThinkingMethods in dev.langchain4j.model.anthropic.internal.api that return AnthropicThinkingModifier and TypeMethodDescriptionAnthropicThinking.Builder.build()AnthropicCountTokensRequest.getThinking()AnthropicCreateMessageRequest.getThinking()Methods in dev.langchain4j.model.anthropic.internal.api with parameters of type AnthropicThinkingModifier and TypeMethodDescriptionvoidAnthropicCountTokensRequest.setThinking(AnthropicThinking thinking) voidAnthropicCreateMessageRequest.setThinking(AnthropicThinking thinking) AnthropicCountTokensRequest.Builder.thinking(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, AnthropicMetadata metadata) Deprecated, for removal: This API element is subject to removal in a future version.