File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
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 @@ -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 : {
Original file line number Diff line number Diff line change @@ -116,8 +116,9 @@ export namespace AnswerExtractionResponse {
116116
117117export 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
You can’t perform that action at this time.
0 commit comments