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 a5dc0ae commit 0ee6ca5Copy full SHA for 0ee6ca5
autointent/custom_types/_types.py
@@ -73,7 +73,7 @@ class NodeType(str, Enum):
73
decision = "decision"
74
75
76
-class Split(str, Enum):
+class Split:
77
"""Enumeration of data splits in the AutoIntent framework.
78
79
Attributes:
0 commit comments