Class: AgentEvalPlanner::VectorCatalog::Vector
- Inherits:
-
Struct
- Object
- Struct
- AgentEvalPlanner::VectorCatalog::Vector
- Defined in:
- lib/agent_eval_planner/vector_catalog.rb
Instance Attribute Summary collapse
-
#always ⇒ Object
Returns the value of attribute always.
-
#attack_prompt ⇒ Object
Returns the value of attribute attack_prompt.
-
#category ⇒ Object
Returns the value of attribute category.
-
#category_title ⇒ Object
Returns the value of attribute category_title.
-
#expected_validation ⇒ Object
Returns the value of attribute expected_validation.
-
#failure_criteria ⇒ Object
Returns the value of attribute failure_criteria.
-
#id ⇒ Object
Returns the value of attribute id.
-
#intent ⇒ Object
Returns the value of attribute intent.
-
#name ⇒ Object
Returns the value of attribute name.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#objective ⇒ Object
Returns the value of attribute objective.
-
#refusal ⇒ Object
Returns the value of attribute refusal.
-
#severity ⇒ Object
Returns the value of attribute severity.
-
#split ⇒ Object
Returns the value of attribute split.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#triggers ⇒ Object
Returns the value of attribute triggers.
Instance Attribute Details
#always ⇒ Object
Returns the value of attribute always
5 6 7 |
# File 'lib/agent_eval_planner/vector_catalog.rb', line 5 def always @always end |
#attack_prompt ⇒ Object
Returns the value of attribute attack_prompt
5 6 7 |
# File 'lib/agent_eval_planner/vector_catalog.rb', line 5 def attack_prompt @attack_prompt end |
#category ⇒ Object
Returns the value of attribute category
5 6 7 |
# File 'lib/agent_eval_planner/vector_catalog.rb', line 5 def category @category end |
#category_title ⇒ Object
Returns the value of attribute category_title
5 6 7 |
# File 'lib/agent_eval_planner/vector_catalog.rb', line 5 def category_title @category_title end |
#expected_validation ⇒ Object
Returns the value of attribute expected_validation
5 6 7 |
# File 'lib/agent_eval_planner/vector_catalog.rb', line 5 def expected_validation @expected_validation end |
#failure_criteria ⇒ Object
Returns the value of attribute failure_criteria
5 6 7 |
# File 'lib/agent_eval_planner/vector_catalog.rb', line 5 def failure_criteria @failure_criteria end |
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/agent_eval_planner/vector_catalog.rb', line 5 def id @id end |
#intent ⇒ Object
Returns the value of attribute intent
5 6 7 |
# File 'lib/agent_eval_planner/vector_catalog.rb', line 5 def intent @intent end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/agent_eval_planner/vector_catalog.rb', line 5 def name @name end |
#notes ⇒ Object
Returns the value of attribute notes
5 6 7 |
# File 'lib/agent_eval_planner/vector_catalog.rb', line 5 def notes @notes end |
#objective ⇒ Object
Returns the value of attribute objective
5 6 7 |
# File 'lib/agent_eval_planner/vector_catalog.rb', line 5 def objective @objective end |
#refusal ⇒ Object
Returns the value of attribute refusal
5 6 7 |
# File 'lib/agent_eval_planner/vector_catalog.rb', line 5 def refusal @refusal end |
#severity ⇒ Object
Returns the value of attribute severity
5 6 7 |
# File 'lib/agent_eval_planner/vector_catalog.rb', line 5 def severity @severity end |
#split ⇒ Object
Returns the value of attribute split
5 6 7 |
# File 'lib/agent_eval_planner/vector_catalog.rb', line 5 def split @split end |
#tags ⇒ Object
Returns the value of attribute tags
5 6 7 |
# File 'lib/agent_eval_planner/vector_catalog.rb', line 5 def @tags end |
#triggers ⇒ Object
Returns the value of attribute triggers
5 6 7 |
# File 'lib/agent_eval_planner/vector_catalog.rb', line 5 def triggers @triggers end |