Class: PetriDish::ToolEvent
- Inherits:
-
Data
- Object
- Data
- PetriDish::ToolEvent
- Defined in:
- lib/petri_dish/hook_log.rb
Instance Attribute Summary collapse
-
#input_summary ⇒ Object
readonly
Returns the value of attribute input_summary.
-
#outcome ⇒ Object
readonly
Returns the value of attribute outcome.
-
#permission_suggestions ⇒ Object
readonly
Returns the value of attribute permission_suggestions.
-
#permission_ts ⇒ Object
readonly
Returns the value of attribute permission_ts.
-
#post_ts ⇒ Object
readonly
Returns the value of attribute post_ts.
-
#pre_ts ⇒ Object
readonly
Returns the value of attribute pre_ts.
-
#prompted ⇒ Object
readonly
Returns the value of attribute prompted.
-
#response ⇒ Object
readonly
Returns the value of attribute response.
-
#session_id ⇒ Object
readonly
Returns the value of attribute session_id.
-
#tool_input ⇒ Object
readonly
Returns the value of attribute tool_input.
-
#tool_name ⇒ Object
readonly
Returns the value of attribute tool_name.
-
#tool_use_id ⇒ Object
readonly
Returns the value of attribute tool_use_id.
Instance Attribute Details
#input_summary ⇒ Object (readonly)
Returns the value of attribute input_summary
7 8 9 |
# File 'lib/petri_dish/hook_log.rb', line 7 def input_summary @input_summary end |
#outcome ⇒ Object (readonly)
Returns the value of attribute outcome
7 8 9 |
# File 'lib/petri_dish/hook_log.rb', line 7 def outcome @outcome end |
#permission_suggestions ⇒ Object (readonly)
Returns the value of attribute permission_suggestions
7 8 9 |
# File 'lib/petri_dish/hook_log.rb', line 7 def @permission_suggestions end |
#permission_ts ⇒ Object (readonly)
Returns the value of attribute permission_ts
7 8 9 |
# File 'lib/petri_dish/hook_log.rb', line 7 def @permission_ts end |
#post_ts ⇒ Object (readonly)
Returns the value of attribute post_ts
7 8 9 |
# File 'lib/petri_dish/hook_log.rb', line 7 def post_ts @post_ts end |
#pre_ts ⇒ Object (readonly)
Returns the value of attribute pre_ts
7 8 9 |
# File 'lib/petri_dish/hook_log.rb', line 7 def pre_ts @pre_ts end |
#prompted ⇒ Object (readonly)
Returns the value of attribute prompted
7 8 9 |
# File 'lib/petri_dish/hook_log.rb', line 7 def prompted @prompted end |
#response ⇒ Object (readonly)
Returns the value of attribute response
7 8 9 |
# File 'lib/petri_dish/hook_log.rb', line 7 def response @response end |
#session_id ⇒ Object (readonly)
Returns the value of attribute session_id
7 8 9 |
# File 'lib/petri_dish/hook_log.rb', line 7 def session_id @session_id end |
#tool_input ⇒ Object (readonly)
Returns the value of attribute tool_input
7 8 9 |
# File 'lib/petri_dish/hook_log.rb', line 7 def tool_input @tool_input end |
#tool_name ⇒ Object (readonly)
Returns the value of attribute tool_name
7 8 9 |
# File 'lib/petri_dish/hook_log.rb', line 7 def tool_name @tool_name end |
#tool_use_id ⇒ Object (readonly)
Returns the value of attribute tool_use_id
7 8 9 |
# File 'lib/petri_dish/hook_log.rb', line 7 def tool_use_id @tool_use_id end |