Uses of Class
dev.langchain4j.model.vertexai.anthropic.internal.api.AnthropicToolChoice
Packages that use AnthropicToolChoice
Package
Description
-
Uses of AnthropicToolChoice in dev.langchain4j.model.vertexai.anthropic.internal.api
Fields in dev.langchain4j.model.vertexai.anthropic.internal.api declared as AnthropicToolChoiceMethods in dev.langchain4j.model.vertexai.anthropic.internal.api that return AnthropicToolChoiceModifier and TypeMethodDescriptionstatic AnthropicToolChoiceAnthropicToolChoice.any()static AnthropicToolChoiceAnthropicToolChoice.auto()static AnthropicToolChoiceConstructors in dev.langchain4j.model.vertexai.anthropic.internal.api with parameters of type AnthropicToolChoiceModifierConstructorDescriptionAnthropicRequest(List<AnthropicMessage> messages, List<AnthropicSystemMessage> system, Integer maxTokens, List<String> stopSequences, Boolean stream, Double temperature, Double topP, Integer topK, List<AnthropicTool> tools, AnthropicToolChoice toolChoice) -
Uses of AnthropicToolChoice in dev.langchain4j.model.vertexai.anthropic.internal.mapper
Methods in dev.langchain4j.model.vertexai.anthropic.internal.mapper that return AnthropicToolChoiceModifier and TypeMethodDescriptionstatic AnthropicToolChoiceAnthropicRequestMapper.toAnthropicToolChoice(ToolChoice toolChoice)