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.
public final classMessageCountTokensTool.TextEditor20250429
-
Method Summary
-
-
Method Detail
-
toolBash20250124
final Optional<ToolBash20250124> toolBash20250124()
-
toolTextEditor20250124
final Optional<ToolTextEditor20250124> toolTextEditor20250124()
-
textEditor20250429
final Optional<MessageCountTokensTool.TextEditor20250429> textEditor20250429()
-
webSearchTool20250305
final Optional<WebSearchTool20250305> webSearchTool20250305()
-
isToolBash20250124
final Boolean isToolBash20250124()
-
isToolTextEditor20250124
final Boolean isToolTextEditor20250124()
-
isTextEditor20250429
final Boolean isTextEditor20250429()
-
isWebSearchTool20250305
final Boolean isWebSearchTool20250305()
-
asToolBash20250124
final ToolBash20250124 asToolBash20250124()
-
asToolTextEditor20250124
final ToolTextEditor20250124 asToolTextEditor20250124()
-
asTextEditor20250429
final MessageCountTokensTool.TextEditor20250429 asTextEditor20250429()
-
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)
-
ofTextEditor20250429
final static MessageCountTokensTool ofTextEditor20250429(MessageCountTokensTool.TextEditor20250429 textEditor20250429)
-
ofWebSearchTool20250305
final static MessageCountTokensTool ofWebSearchTool20250305(WebSearchTool20250305 webSearchTool20250305)
-
-
-
-