Class: PromptObjects::Domain::ToolExecution

Inherits:
Data
  • Object
show all
Defined in:
lib/prompt_objects/domain/records.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject (readonly)

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



27
28
29
# File 'lib/prompt_objects/domain/records.rb', line 27

def arguments
  @arguments
end

#batch_idObject (readonly)

Returns the value of attribute batch_id

Returns:

  • (Object)

    the current value of batch_id



27
28
29
# File 'lib/prompt_objects/domain/records.rb', line 27

def batch_id
  @batch_id
end

#batch_positionObject (readonly)

Returns the value of attribute batch_position

Returns:

  • (Object)

    the current value of batch_position



27
28
29
# File 'lib/prompt_objects/domain/records.rb', line 27

def batch_position
  @batch_position
end

#cancellation_reasonObject (readonly)

Returns the value of attribute cancellation_reason

Returns:

  • (Object)

    the current value of cancellation_reason



27
28
29
# File 'lib/prompt_objects/domain/records.rb', line 27

def cancellation_reason
  @cancellation_reason
end

#capability_nameObject (readonly)

Returns the value of attribute capability_name

Returns:

  • (Object)

    the current value of capability_name



27
28
29
# File 'lib/prompt_objects/domain/records.rb', line 27

def capability_name
  @capability_name
end

#capability_policy_versionObject (readonly)

Returns the value of attribute capability_policy_version

Returns:

  • (Object)

    the current value of capability_policy_version



27
28
29
# File 'lib/prompt_objects/domain/records.rb', line 27

def capability_policy_version
  @capability_policy_version
end

#error_classObject (readonly)

Returns the value of attribute error_class

Returns:

  • (Object)

    the current value of error_class



27
28
29
# File 'lib/prompt_objects/domain/records.rb', line 27

def error_class
  @error_class
end

#error_messageObject (readonly)

Returns the value of attribute error_message

Returns:

  • (Object)

    the current value of error_message



27
28
29
# File 'lib/prompt_objects/domain/records.rb', line 27

def error_message
  @error_message
end

#finished_atObject (readonly)

Returns the value of attribute finished_at

Returns:

  • (Object)

    the current value of finished_at



27
28
29
# File 'lib/prompt_objects/domain/records.rb', line 27

def finished_at
  @finished_at
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



27
28
29
# File 'lib/prompt_objects/domain/records.rb', line 27

def id
  @id
end

#provider_tool_call_idObject (readonly)

Returns the value of attribute provider_tool_call_id

Returns:

  • (Object)

    the current value of provider_tool_call_id



27
28
29
# File 'lib/prompt_objects/domain/records.rb', line 27

def provider_tool_call_id
  @provider_tool_call_id
end

#resource_keysObject (readonly)

Returns the value of attribute resource_keys

Returns:

  • (Object)

    the current value of resource_keys



27
28
29
# File 'lib/prompt_objects/domain/records.rb', line 27

def resource_keys
  @resource_keys
end

#resultObject (readonly)

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



27
28
29
# File 'lib/prompt_objects/domain/records.rb', line 27

def result
  @result
end

#run_idObject (readonly)

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



27
28
29
# File 'lib/prompt_objects/domain/records.rb', line 27

def run_id
  @run_id
end

#started_atObject (readonly)

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



27
28
29
# File 'lib/prompt_objects/domain/records.rb', line 27

def started_at
  @started_at
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



27
28
29
# File 'lib/prompt_objects/domain/records.rb', line 27

def status
  @status
end