Skip to content

Commit 320ba96

Browse files
author
Val Brodsky
committed
Add step by step reasoning ontology tool
1 parent 48dca96 commit 320ba96

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libs/labelbox/src/labelbox/schema/ontology.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,12 @@ def __init__(self, *args, **kwargs) -> None:
545545
Union[List[Classification], List[PromptResponseClassification]]
546546
] = None
547547

548+
def _tool_deserializer_cls(self, tool: Dict[str, Any]) -> Tool:
549+
import pdb
550+
551+
pdb.set_trace()
552+
return Tool
553+
548554
def tools(self) -> List[Tool]:
549555
"""Get list of tools (AKA objects) in an Ontology."""
550556
if self._tools is None:

0 commit comments

Comments
 (0)