Skip to content

Commit 97be398

Browse files
author
Val Brodsky
committed
Add some more documentation
1 parent 0b9e931 commit 97be398

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/labelbox/src/labelbox/schema/tool_building/fact_checking_tool.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ class NoFactualInformationStepActions(Enum):
7777
class FactCheckingTool(_BaseStepReasoningTool):
7878
"""
7979
Use this class in OntologyBuilder to create a tool for fact checking
80+
81+
Note variant kinds can not be changed
8082
"""
8183

8284
type: ToolType = field(default=ToolType.FACT_CHECKING, init=False)

0 commit comments

Comments
 (0)