Skip to content

Commit 9d123dc

Browse files
committed
Removed experimental and updated doc files
1 parent 2738800 commit 9d123dc

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

docs/labelbox/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@ Labelbox Python SDK Documentation
4040
pagination
4141
project
4242
project-model-config
43+
prompt-issue-tool
4344
quality-mode
4445
request-client
4546
resource-tag
4647
review
4748
search-filters
4849
send-to-annotate-params
4950
slice
50-
step_reasoning_tool
51+
step-reasoning-tool
5152
task
5253
task-queue
5354
user

docs/labelbox/prompt-issue-tool.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Step Reasoning Tool
2+
===============================================================================================
3+
4+
.. automodule:: labelbox.schema.tool_building.prompt_issue_tool
5+
:members:
6+
:show-inheritance:

libs/labelbox/src/labelbox/schema/tool_building/base_step_reasoning_tool.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ class _BaseStepReasoningTool(ABC):
7979
required: bool = False
8080

8181
def __post_init__(self):
82-
warnings.warn(
83-
"This feature is experimental and subject to change.",
84-
)
85-
8682
if not self.name.strip():
8783
raise ValueError("Name is required")
8884

0 commit comments

Comments
 (0)