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 fa29d2b commit c75d21eCopy full SHA for c75d21e
libs/labelbox/mypy.ini
@@ -12,5 +12,5 @@ ignore_errors = True
12
[mypy-lbox.exceptions]
13
ignore_missing_imports = True
14
15
-[mypy-lbox.call_info"]
+[mypy-lbox.call_info]
16
libs/labelbox/tests/integration/test_ontology.py
@@ -339,7 +339,7 @@ def test_step_reasoning_ontology(chat_evaluation_ontology):
339
{
340
"id": 2,
341
"name": "Incorrect",
342
- "actions": [],
+ "actions": ["regenerateSteps"],
343
},
344
]
345
assert step_reasoning_tool["definition"]["version"] == 1
@@ -364,6 +364,6 @@ def test_step_reasoning_ontology(chat_evaluation_ontology):
364
365
366
367
368
369
0 commit comments