Class: Anthropic::Models::Beta::BetaMemoryTool20250818CreateCommand

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/anthropic/models/beta/beta_memory_tool_20250818_create_command.rb,
sig/anthropic/models/beta/beta_memory_tool_20250818_create_command.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initializeObject



16
# File 'sig/anthropic/models/beta/beta_memory_tool_20250818_create_command.rbs', line 16

def initialize: (

Instance Attribute Details

#commandSymbol, :create

Command type identifier

Parameters:

  • value (:create)

Returns:

  • (Symbol, :create)


11
# File 'lib/anthropic/models/beta/beta_memory_tool_20250818_create_command.rb', line 11

required :command, const: :create

#file_textString

Content to write to the file

Parameters:

  • value (String)

Returns:

  • (String)


17
# File 'lib/anthropic/models/beta/beta_memory_tool_20250818_create_command.rb', line 17

required :file_text, String

#pathString

Path where the file should be created

Parameters:

  • value (String)

Returns:

  • (String)


23
# File 'lib/anthropic/models/beta/beta_memory_tool_20250818_create_command.rb', line 23

required :path, String

Instance Method Details

#to_hash{ command: :create, file_text: String, path: String }

Returns:

  • ({ command: :create, file_text: String, path: String })


22
# File 'sig/anthropic/models/beta/beta_memory_tool_20250818_create_command.rbs', line 22

def to_hash: -> { command: :create, file_text: String, path: String }