Package com.anthropic.models.messages
Class MessageCountTokensTool
-
- All Implemented Interfaces:
public final class MessageCountTokensTool
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceMessageCountTokensTool.VisitorAn interface that defines how to map each variant of MessageCountTokensTool to a value of type T.
-
Method Summary
-
-
Method Detail
-
toolBash20250124
final Optional<ToolBash20250124> toolBash20250124()
-
toolTextEditor20250124
final Optional<ToolTextEditor20250124> toolTextEditor20250124()
-
toolTextEditor20250429
final Optional<ToolTextEditor20250429> toolTextEditor20250429()
-
toolTextEditor20250728
final Optional<ToolTextEditor20250728> toolTextEditor20250728()
-
webSearchTool20250305
final Optional<WebSearchTool20250305> webSearchTool20250305()
-
isToolBash20250124
final Boolean isToolBash20250124()
-
isToolTextEditor20250124
final Boolean isToolTextEditor20250124()
-
isToolTextEditor20250429
final Boolean isToolTextEditor20250429()
-
isToolTextEditor20250728
final Boolean isToolTextEditor20250728()
-
isWebSearchTool20250305
final Boolean isWebSearchTool20250305()
-
asToolBash20250124
final ToolBash20250124 asToolBash20250124()
-
asToolTextEditor20250124
final ToolTextEditor20250124 asToolTextEditor20250124()
-
asToolTextEditor20250429
final ToolTextEditor20250429 asToolTextEditor20250429()
-
asToolTextEditor20250728
final ToolTextEditor20250728 asToolTextEditor20250728()
-
asWebSearchTool20250305
final WebSearchTool20250305 asWebSearchTool20250305()
-
accept
final <T extends Any> T accept(MessageCountTokensTool.Visitor<T> visitor)
-
validate
final MessageCountTokensTool validate()
-
ofTool
final static MessageCountTokensTool ofTool(Tool tool)
-
ofToolBash20250124
final static MessageCountTokensTool ofToolBash20250124(ToolBash20250124 toolBash20250124)
-
ofToolTextEditor20250124
final static MessageCountTokensTool ofToolTextEditor20250124(ToolTextEditor20250124 toolTextEditor20250124)
-
ofToolTextEditor20250429
final static MessageCountTokensTool ofToolTextEditor20250429(ToolTextEditor20250429 toolTextEditor20250429)
-
ofToolTextEditor20250728
final static MessageCountTokensTool ofToolTextEditor20250728(ToolTextEditor20250728 toolTextEditor20250728)
-
ofWebSearchTool20250305
final static MessageCountTokensTool ofWebSearchTool20250305(WebSearchTool20250305 webSearchTool20250305)
-
-
-
-