Class: PromptObjects::Domain::ToolExecution
- Inherits:
-
Data
- Object
- Data
- PromptObjects::Domain::ToolExecution
- Defined in:
- lib/prompt_objects/domain/records.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#batch_id ⇒ Object
readonly
Returns the value of attribute batch_id.
-
#batch_position ⇒ Object
readonly
Returns the value of attribute batch_position.
-
#cancellation_reason ⇒ Object
readonly
Returns the value of attribute cancellation_reason.
-
#capability_name ⇒ Object
readonly
Returns the value of attribute capability_name.
-
#capability_policy_version ⇒ Object
readonly
Returns the value of attribute capability_policy_version.
-
#error_class ⇒ Object
readonly
Returns the value of attribute error_class.
-
#error_message ⇒ Object
readonly
Returns the value of attribute error_message.
-
#finished_at ⇒ Object
readonly
Returns the value of attribute finished_at.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#provider_tool_call_id ⇒ Object
readonly
Returns the value of attribute provider_tool_call_id.
-
#resource_keys ⇒ Object
readonly
Returns the value of attribute resource_keys.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
-
#run_id ⇒ Object
readonly
Returns the value of attribute run_id.
-
#started_at ⇒ Object
readonly
Returns the value of attribute started_at.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments
27 28 29 |
# File 'lib/prompt_objects/domain/records.rb', line 27 def arguments @arguments end |
#batch_id ⇒ Object (readonly)
Returns the value of attribute batch_id
27 28 29 |
# File 'lib/prompt_objects/domain/records.rb', line 27 def batch_id @batch_id end |
#batch_position ⇒ Object (readonly)
Returns the value of attribute batch_position
27 28 29 |
# File 'lib/prompt_objects/domain/records.rb', line 27 def batch_position @batch_position end |
#cancellation_reason ⇒ Object (readonly)
Returns the value of attribute cancellation_reason
27 28 29 |
# File 'lib/prompt_objects/domain/records.rb', line 27 def cancellation_reason @cancellation_reason end |
#capability_name ⇒ Object (readonly)
Returns the value of attribute capability_name
27 28 29 |
# File 'lib/prompt_objects/domain/records.rb', line 27 def capability_name @capability_name end |
#capability_policy_version ⇒ Object (readonly)
Returns the value of attribute capability_policy_version
27 28 29 |
# File 'lib/prompt_objects/domain/records.rb', line 27 def capability_policy_version @capability_policy_version end |
#error_class ⇒ Object (readonly)
Returns the value of attribute error_class
27 28 29 |
# File 'lib/prompt_objects/domain/records.rb', line 27 def error_class @error_class end |
#error_message ⇒ Object (readonly)
Returns the value of attribute error_message
27 28 29 |
# File 'lib/prompt_objects/domain/records.rb', line 27 def @error_message end |
#finished_at ⇒ Object (readonly)
Returns the value of attribute finished_at
27 28 29 |
# File 'lib/prompt_objects/domain/records.rb', line 27 def finished_at @finished_at end |
#id ⇒ Object (readonly)
Returns the value of attribute id
27 28 29 |
# File 'lib/prompt_objects/domain/records.rb', line 27 def id @id end |
#provider_tool_call_id ⇒ Object (readonly)
Returns the value of attribute 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_keys ⇒ Object (readonly)
Returns the value of attribute resource_keys
27 28 29 |
# File 'lib/prompt_objects/domain/records.rb', line 27 def resource_keys @resource_keys end |
#result ⇒ Object (readonly)
Returns the value of attribute result
27 28 29 |
# File 'lib/prompt_objects/domain/records.rb', line 27 def result @result end |
#run_id ⇒ Object (readonly)
Returns the value of attribute run_id
27 28 29 |
# File 'lib/prompt_objects/domain/records.rb', line 27 def run_id @run_id end |
#started_at ⇒ Object (readonly)
Returns the value of attribute started_at
27 28 29 |
# File 'lib/prompt_objects/domain/records.rb', line 27 def started_at @started_at end |
#status ⇒ Object (readonly)
Returns the value of attribute status
27 28 29 |
# File 'lib/prompt_objects/domain/records.rb', line 27 def status @status end |