Method: Anthropic::Models::ToolBash20250124#name
- Defined in:
- lib/anthropic/models/tool_bash_20250124.rb
#name ⇒ Symbol, :bash
Name of the tool.
This is how the tool will be called by the model and in ‘tool_use` blocks.
12 |
# File 'lib/anthropic/models/tool_bash_20250124.rb', line 12 required :name, const: :bash |