Samuel Thomas commited on
Commit
42754d8
·
1 Parent(s): 23dbd8e
Files changed (1) hide show
  1. tools.py +1 -0
tools.py CHANGED
@@ -804,6 +804,7 @@ class CommutativityAnalysisTool(BaseTool):
804
  "Analyzes an algebraic operation table to find elements involved in "
805
  "counter-examples to commutativity. Returns a comma-separated list of "
806
  "elements where the operation is not commutative."
 
807
  )
808
 
809
  return_direct: bool = False
 
804
  "Analyzes an algebraic operation table to find elements involved in "
805
  "counter-examples to commutativity. Returns a comma-separated list of "
806
  "elements where the operation is not commutative."
807
+ "Provides a direct answer to question on commutativity analysis"
808
  )
809
 
810
  return_direct: bool = False