Uses of Class
dev.langchain4j.model.anthropic.internal.api.AnthropicToolChoice
Packages that use AnthropicToolChoice
-
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
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)