Skip to content

Commit eab8690

Browse files
fix(api): typo
1 parent 8dfea48 commit eab8690

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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

packages/mcp-server/src/tools/extractions/qa/create-extractions-qa.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const tool: Tool = {
2525
model: {
2626
type: 'string',
2727
description:
28-
'The ID of the [model](https://docs.isaacus.com/models#extractive-qa) to use for extractive question answering.',
28+
'The ID of the [model](https://docs.isaacus.com/models#extractive-question-answering) to use for extractive question answering.',
2929
enum: ['kanon-answer-extractor', 'kanon-answer-extractor-mini'],
3030
},
3131
query: {

src/resources/extractions/qa.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ export namespace AnswerExtractionResponse {
116116

117117
export interface QaCreateParams {
118118
/**
119-
* The ID of the [model](https://docs.isaacus.com/models#extractive-qa) to use for
120-
* extractive question answering.
119+
* The ID of the
120+
* [model](https://docs.isaacus.com/models#extractive-question-answering) to use
121+
* for extractive question answering.
121122
*/
122123
model: 'kanon-answer-extractor' | 'kanon-answer-extractor-mini';
123124

0 commit comments

Comments
 (0)