File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : efa2ea406c5ecd6883ff8b0fb428e579
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1313class 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 ]
You can’t perform that action at this time.
0 commit comments