File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
libs/labelbox/src/labelbox/schema Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ class Type(Enum):
106
106
def __post_init__ (self ):
107
107
if self .attributes is not None :
108
108
warnings .warn (
109
- "Attributes are an experimental feature and may change in the future."
109
+ "The attributes for Tools are in beta. The attribute name and signature may change in the future."
110
110
)
111
111
112
112
@classmethod
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ def __post_init__(self):
96
96
self .instructions = self .name
97
97
if self .attributes is not None :
98
98
warnings .warn (
99
- "Attributes are an experimental feature and may change in the future."
99
+ "The attributes for Classifications are in beta. The attribute name and signature may change in the future."
100
100
)
101
101
102
102
@classmethod
You can’t perform that action at this time.
0 commit comments