File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/isaacus/resources/classifications Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-0e12a473c7a6a0b52e89f497a6fdbd30dd1164a7ede88dce5b66b9bba55c1c9a .yml
3
- openapi_spec_hash : d1991f07668a22ec251e8219b4b68831
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-861e8a85f0fb73cf4b7fc6c2b27722072ff33109459e90c17be24af15dfcbd0c .yml
3
+ openapi_spec_hash : 644a0383600633ee604bb1e5b9ca025d
4
4
config_hash : 8a781867f31df68b9c6fba04c165c647
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def create(
64
64
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
65
65
) -> UniversalClassification :
66
66
"""
67
- Classify the relevance of a legal document to a query using an Isaacus universal
67
+ Classify the relevance of a legal document to a query with an Isaacus universal
68
68
legal AI classifier.
69
69
70
70
Args:
@@ -165,7 +165,7 @@ async def create(
165
165
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
166
166
) -> UniversalClassification :
167
167
"""
168
- Classify the relevance of a legal document to a query using an Isaacus universal
168
+ Classify the relevance of a legal document to a query with an Isaacus universal
169
169
legal AI classifier.
170
170
171
171
Args:
You can’t perform that action at this time.
0 commit comments