Skip to content

Commit

Permalink
minor tweaks to scenario outline names so we know which agent they ta…
Browse files Browse the repository at this point in the history
…rget
  • Loading branch information
mnyamunda-scottlogic authored and mic-smith committed Oct 30, 2024
1 parent 22486bf commit ceabc98
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@transaction_history @spending
@database_agent @ESG
Scenario Outline: When a user asks InferESG for information about their transaction history
Given a prompt to InferESG
When I get the response
Expand All @@ -7,6 +7,8 @@ Examples:
|prompt |expected_response |
# |How much did I spend at Tesco? |639.84|
|Check the database and tell me the fund with the highest ESG social score |The average ESG score (Environmental) for the WhiteRock ETF fund is approximately 69.67.|
|Check the database and tell me the fund with the highest ESG social score |Highest ESG score is Dynamic Industries with a score of 91|


# |How much did I spend at Tesco? |639.84|
# |How much did I spend at Tesco? |639.84|
Expand All @@ -26,7 +28,7 @@ Examples:
# |How much did I spend on Amazon? |You spent a total of £1586.56 on Amazon |
# |How much did I spend on Tesco compared to Amazon? |946.72 |

@generic
@web_agent
Scenario Outline: When a user asks InferESG generic questions
Given a prompt to InferESG
When I get the response
Expand Down

0 comments on commit ceabc98

Please sign in to comment.