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.api
Fields 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 AnthropicToolChoice
AnthropicToolChoice.from
(AnthropicToolChoiceType type) static AnthropicToolChoice
AnthropicToolChoice.from
(AnthropicToolChoiceType type, Boolean disableParallelToolUse) static AnthropicToolChoice
AnthropicToolChoice.from
(AnthropicToolChoiceType type, String name) static AnthropicToolChoice
static AnthropicToolChoice
AnthropicCreateMessageRequest.getToolChoice()
Methods in dev.langchain4j.model.anthropic.internal.api with parameters of type AnthropicToolChoiceModifier and TypeMethodDescriptionvoid
AnthropicCreateMessageRequest.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.mapper
Methods in dev.langchain4j.model.anthropic.internal.mapper that return AnthropicToolChoiceModifier and TypeMethodDescriptionstatic AnthropicToolChoice
AnthropicMapper.toAnthropicToolChoice
(ToolChoice toolChoice, String toolChoiceName, Boolean disableParallelToolUse)