Uses of Class
dev.langchain4j.model.anthropic.AnthropicServerTool
Packages that use AnthropicServerTool
-
Uses of AnthropicServerTool in dev.langchain4j.model.anthropic
Methods in dev.langchain4j.model.anthropic that return AnthropicServerToolMethods in dev.langchain4j.model.anthropic with parameters of type AnthropicServerToolModifier and TypeMethodDescriptionAnthropicChatModel.AnthropicChatModelBuilder.serverTools(AnthropicServerTool... serverTools) Specifies server tools to be included in each request to the Anthropic API.AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.serverTools(AnthropicServerTool... serverTools) Specifies server tools to be included in each request to the Anthropic API.Method parameters in dev.langchain4j.model.anthropic with type arguments of type AnthropicServerToolModifier and TypeMethodDescriptionAnthropicChatModel.AnthropicChatModelBuilder.serverTools(List<AnthropicServerTool> serverTools) Specifies server tools to be included in each request to the Anthropic API.AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.serverTools(List<AnthropicServerTool> serverTools) Specifies server tools to be included in each request to the Anthropic API. -
Uses of AnthropicServerTool in dev.langchain4j.model.anthropic.internal.mapper
Methods in dev.langchain4j.model.anthropic.internal.mapper with parameters of type AnthropicServerToolModifier and TypeMethodDescriptionstatic AnthropicToolAnthropicMapper.toAnthropicTool(AnthropicServerTool serverTool) Method parameters in dev.langchain4j.model.anthropic.internal.mapper with type arguments of type AnthropicServerToolModifier and TypeMethodDescriptionstatic List<AnthropicTool> AnthropicMapper.toAnthropicTools(List<AnthropicServerTool> serverTools)