Skip to content

Commit 5d4a1b9

Browse files
fix(api): typo
1 parent 0ad7114 commit 5d4a1b9

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 4
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-38797afacaa32899534343a428aa51ad45a9440ce299aa8356d7056f75605ac9.yml
3-
openapi_spec_hash: 73a38488ff341eae312b04e8aeeafaa0
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-ee884a4336559147aacf9a927a540f21e9760f00d2d5588af00fa8a25e2707d9.yml
3+
openapi_spec_hash: 2ba78bd360942c63a7d08dba791f00d2
44
config_hash: efa2ea406c5ecd6883ff8b0fb428e579

src/isaacus/resources/extractions/qa.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ def create(
6565
answer extractor.
6666
6767
Args:
68-
model: The ID of the [model](https://docs.isaacus.com/models#extractive-qa) to use for
69-
extractive question answering.
68+
model: The ID of the
69+
[model](https://docs.isaacus.com/models#extractive-question-answering) to use
70+
for extractive question answering.
7071
7172
query: The query to extract the answer to.
7273
@@ -164,8 +165,9 @@ async def create(
164165
answer extractor.
165166
166167
Args:
167-
model: The ID of the [model](https://docs.isaacus.com/models#extractive-qa) to use for
168-
extractive question answering.
168+
model: The ID of the
169+
[model](https://docs.isaacus.com/models#extractive-question-answering) to use
170+
for extractive question answering.
169171
170172
query: The query to extract the answer to.
171173

src/isaacus/types/extractions/qa_create_params.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
class QaCreateParams(TypedDict, total=False):
1414
model: Required[Literal["kanon-answer-extractor", "kanon-answer-extractor-mini"]]
1515
"""
16-
The ID of the [model](https://docs.isaacus.com/models#extractive-qa) to use for
17-
extractive question answering.
16+
The ID of the
17+
[model](https://docs.isaacus.com/models#extractive-question-answering) to use
18+
for extractive question answering.
1819
"""
1920

2021
query: Required[str]

0 commit comments

Comments
 (0)