Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Dec 26, 2023
1 parent 5e68383 commit bdfdc28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public Object parse(Object o) {
}

// Response is currently in a simple string format including the list of anomaly results (only detector ID, grade, confidence),
// and toal # of results. The output will likely need to be updated, standardized, and include more fields in the
// and total # of results. The output will likely need to be updated, standardized, and include more fields in the
// future to cover a sufficient amount of potential questions the agent will need to handle.
@Override
public <T> void run(Map<String, String> parameters, ActionListener<T> listener) {
Expand Down

0 comments on commit bdfdc28

Please sign in to comment.