Uses of Class
dev.langchain4j.model.anthropic.internal.api.AnthropicToolChoice
Packages that use AnthropicToolChoice
Package
Description
- 
Uses of AnthropicToolChoice in dev.langchain4j.model.anthropic.internal.apiFields in dev.langchain4j.model.anthropic.internal.api declared as AnthropicToolChoiceMethods in dev.langchain4j.model.anthropic.internal.api that return AnthropicToolChoiceModifier and TypeMethodDescriptionAnthropicToolChoice.Builder.build()static AnthropicToolChoiceAnthropicToolChoice.from(AnthropicToolChoiceType type) static AnthropicToolChoiceAnthropicToolChoice.from(AnthropicToolChoiceType type, Boolean disableParallelToolUse) static AnthropicToolChoiceAnthropicToolChoice.from(AnthropicToolChoiceType type, String name) static AnthropicToolChoicestatic AnthropicToolChoiceAnthropicCreateMessageRequest.getToolChoice()Methods in dev.langchain4j.model.anthropic.internal.api with parameters of type AnthropicToolChoiceModifier and TypeMethodDescriptionvoidAnthropicCreateMessageRequest.setToolChoice(AnthropicToolChoice toolChoice) AnthropicCreateMessageRequest.Builder.toolChoice(AnthropicToolChoice toolChoice) Constructors in dev.langchain4j.model.anthropic.internal.api with parameters of type AnthropicToolChoiceModifierConstructorDescriptionAnthropicCreateMessageRequest(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.
- 
Uses of AnthropicToolChoice in dev.langchain4j.model.anthropic.internal.mapperMethods in dev.langchain4j.model.anthropic.internal.mapper that return AnthropicToolChoiceModifier and TypeMethodDescriptionstatic AnthropicToolChoiceAnthropicMapper.toAnthropicToolChoice(ToolChoice toolChoice, String toolChoiceName, Boolean disableParallelToolUse)