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 5a2fc4c commit 7f76254Copy full SHA for 7f76254
libs/labelbox/src/labelbox/schema/ontology.py
@@ -596,7 +596,7 @@ class OntologyBuilder:
596
597
"""
598
599
- tools: List[Union[Tool, StepReasoningTool]] = Field(default_factory=list)
+ tools: List[Union[Tool, StepReasoningTool]] = field(default_factory=list)
600
classifications: List[
601
Union[Classification, PromptResponseClassification]
602
] = Field(default_factory=list)
0 commit comments