Skip to content

Commit

Permalink
Update validator
Browse files Browse the repository at this point in the history
  • Loading branch information
bheyman-scottlogic committed Jun 18, 2024
1 parent 957457d commit d2ae686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/agents/validator_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ def invoke(self, utterance: str) -> str:
logging.info("Validator Agent:")
logging.info(f"Utterance: '{utterance}' response: '{answer}'")

return "True"
return answer

0 comments on commit d2ae686

Please sign in to comment.