We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9e931 commit 97be398Copy full SHA for 97be398
libs/labelbox/src/labelbox/schema/tool_building/fact_checking_tool.py
@@ -77,6 +77,8 @@ class NoFactualInformationStepActions(Enum):
77
class FactCheckingTool(_BaseStepReasoningTool):
78
"""
79
Use this class in OntologyBuilder to create a tool for fact checking
80
+
81
+ Note variant kinds can not be changed
82
83
84
type: ToolType = field(default=ToolType.FACT_CHECKING, init=False)
0 commit comments