@isdk/ai-tool 0.1.5 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-PXQPLL62.mjs +1 -0
- package/dist/chunk-W2LO3HZT.mjs +1 -0
- package/dist/find-port-qS1CZ9c-.d.mts +3 -0
- package/dist/find-port-qS1CZ9c-.d.ts +3 -0
- package/dist/funcs.d.mts +2 -2
- package/dist/funcs.d.ts +2 -2
- package/dist/funcs.js +1 -1
- package/dist/funcs.mjs +1 -1
- package/dist/{index-DvpywQaE.d.mts → index-nP9lSU6E.d.mts} +3 -151
- package/dist/{index-DvpywQaE.d.ts → index-nP9lSU6E.d.ts} +3 -151
- package/dist/index.d.mts +22 -4
- package/dist/index.d.ts +22 -4
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/test/util.d.mts +3 -3
- package/dist/test/util.d.ts +3 -3
- package/dist/test/util.js +1 -1
- package/dist/test/util.mjs +1 -1
- package/docs/classes/AbortError.md +15 -15
- package/docs/classes/AlreadyExistsError.md +15 -15
- package/docs/classes/BaseError.md +16 -16
- package/docs/classes/CancelableAbility.md +20 -20
- package/docs/classes/ClientTools.md +55 -55
- package/docs/classes/CommonError.md +24 -24
- package/docs/classes/EventClient.md +77 -77
- package/docs/classes/EventServer.md +78 -78
- package/docs/classes/EventToolFunc.md +46 -46
- package/docs/classes/FStringPromptTemplate.md +18 -18
- package/docs/classes/FewShotPromptTemplate.md +22 -22
- package/docs/classes/GolangPromptTemplate.md +18 -18
- package/docs/classes/HFEnvironment.md +9 -9
- package/docs/classes/HFInterpreter.md +19 -19
- package/docs/classes/HFTemplate.md +4 -4
- package/docs/classes/HfPromptTemplate.md +18 -18
- package/docs/classes/IntSet.md +12 -12
- package/docs/classes/NotFoundError.md +15 -15
- package/docs/classes/NotImplementationError.md +15 -15
- package/docs/classes/PromptExampleSelector.md +8 -8
- package/docs/classes/PromptTemplate.md +17 -17
- package/docs/classes/ReadableStreamError.md +15 -15
- package/docs/classes/ResClientTools.md +61 -61
- package/docs/classes/ResServerTools.md +62 -62
- package/docs/classes/SSEChannel.md +15 -15
- package/docs/classes/Semaphore.md +14 -14
- package/docs/classes/ServerTools.md +51 -51
- package/docs/classes/TaskAbortController.md +7 -7
- package/docs/classes/ToolFunc.md +43 -43
- package/docs/enums/AsyncFeatureBits.md +3 -3
- package/docs/enums/AsyncFeatures.md +3 -3
- package/docs/enums/ErrorCode.md +21 -21
- package/docs/enums/XXHashAlgorithm.md +2 -2
- package/docs/interfaces/AIChatAssistantMessageParam.md +6 -6
- package/docs/interfaces/AIChatContentPartImage.md +2 -2
- package/docs/interfaces/AIChatContentPartText.md +2 -2
- package/docs/interfaces/AIChatMessageParamBase.md +1 -1
- package/docs/interfaces/AIChatMessageToolCall.md +3 -3
- package/docs/interfaces/AIChatSystemMessageParam.md +3 -3
- package/docs/interfaces/AIChatToolMessageParam.md +4 -4
- package/docs/interfaces/AIChatUserMessageParam.md +7 -7
- package/docs/interfaces/AIChoiceConfig.md +7 -7
- package/docs/interfaces/AIResult.md +5 -5
- package/docs/interfaces/AIStreamParser.md +1 -1
- package/docs/interfaces/AIStreamParserOptions.md +1 -1
- package/docs/interfaces/BaseFunc.md +9 -9
- package/docs/interfaces/BaseFuncItem.md +8 -8
- package/docs/interfaces/CancelableAbilityOptions.md +2 -2
- package/docs/interfaces/ClientFuncItem.md +11 -11
- package/docs/interfaces/DotenvExpandOptions.md +3 -3
- package/docs/interfaces/DotenvExpandOutput.md +2 -2
- package/docs/interfaces/EventClientFuncParams.md +4 -4
- package/docs/interfaces/EventServerFuncParams.md +5 -5
- package/docs/interfaces/FewShotPromptTemplateOptions.md +11 -11
- package/docs/interfaces/FuncItem.md +9 -9
- package/docs/interfaces/FuncParam.md +6 -6
- package/docs/interfaces/ParseObjectArgumentOptions.md +5 -5
- package/docs/interfaces/PromptExampleSelectorOptions.md +2 -2
- package/docs/interfaces/PromptTemplateOptions.md +6 -6
- package/docs/interfaces/RemoteFuncItem.md +11 -11
- package/docs/interfaces/ResClientFuncParams.md +2 -2
- package/docs/interfaces/ResServerFuncParams.md +5 -5
- package/docs/interfaces/SanitizeFilenameOptions.md +2 -2
- package/docs/interfaces/ServerFuncItem.md +12 -12
- package/docs/interfaces/ServerFuncParams.md +2 -2
- package/docs/interfaces/StreamCallbacksAndOptions.md +4 -4
- package/docs/interfaces/TaskPromise.md +1 -1
- package/docs/interfaces/ToolFuncPackage.md +3 -3
- package/docs/modules.md +194 -152
- package/package.json +3 -1
- package/dist/chunk-RNB2V3XB.mjs +0 -1
|
@@ -86,7 +86,7 @@ fromJSON - Creates a new BaseError instance from a JSON representation.
|
|
|
86
86
|
|
|
87
87
|
#### Defined in
|
|
88
88
|
|
|
89
|
-
|
|
89
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:132
|
|
90
90
|
|
|
91
91
|
## Properties
|
|
92
92
|
|
|
@@ -102,7 +102,7 @@ The name of the function that threw the error.
|
|
|
102
102
|
|
|
103
103
|
#### Defined in
|
|
104
104
|
|
|
105
|
-
|
|
105
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:63
|
|
106
106
|
|
|
107
107
|
___
|
|
108
108
|
|
|
@@ -122,7 +122,7 @@ ___
|
|
|
122
122
|
|
|
123
123
|
### code
|
|
124
124
|
|
|
125
|
-
• **code**:
|
|
125
|
+
• **code**: `ErrorCodeType`
|
|
126
126
|
|
|
127
127
|
#### Inherited from
|
|
128
128
|
|
|
@@ -130,7 +130,7 @@ ___
|
|
|
130
130
|
|
|
131
131
|
#### Defined in
|
|
132
132
|
|
|
133
|
-
|
|
133
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:64
|
|
134
134
|
|
|
135
135
|
___
|
|
136
136
|
|
|
@@ -146,7 +146,7 @@ Additional data associated with the error.
|
|
|
146
146
|
|
|
147
147
|
#### Defined in
|
|
148
148
|
|
|
149
|
-
|
|
149
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:65
|
|
150
150
|
|
|
151
151
|
___
|
|
152
152
|
|
|
@@ -194,7 +194,7 @@ ___
|
|
|
194
194
|
|
|
195
195
|
### code
|
|
196
196
|
|
|
197
|
-
▪ `Static` **code**: [`ErrorCode`](../enums/ErrorCode.md)
|
|
197
|
+
▪ `Static` **code**: [`ErrorCode`](../enums/ErrorCode.md)
|
|
198
198
|
|
|
199
199
|
The error code associated with the error.
|
|
200
200
|
|
|
@@ -204,7 +204,7 @@ The error code associated with the error.
|
|
|
204
204
|
|
|
205
205
|
#### Defined in
|
|
206
206
|
|
|
207
|
-
|
|
207
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:131
|
|
208
208
|
|
|
209
209
|
___
|
|
210
210
|
|
|
@@ -281,7 +281,7 @@ A new BaseError instance.
|
|
|
281
281
|
|
|
282
282
|
#### Defined in
|
|
283
283
|
|
|
284
|
-
|
|
284
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:87
|
|
285
285
|
|
|
286
286
|
___
|
|
287
287
|
|
|
@@ -303,7 +303,7 @@ A JSON representation of the error.
|
|
|
303
303
|
|
|
304
304
|
#### Defined in
|
|
305
305
|
|
|
306
|
-
|
|
306
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:80
|
|
307
307
|
|
|
308
308
|
___
|
|
309
309
|
|
|
@@ -340,11 +340,11 @@ ___
|
|
|
340
340
|
|
|
341
341
|
#### Parameters
|
|
342
342
|
|
|
343
|
-
| Name | Type |
|
|
344
|
-
| :------ | :------ |
|
|
345
|
-
| `aType` | `string` |
|
|
346
|
-
| `aErrorCode?` | `string` \| `number` \| typeof `AbstractError` |
|
|
347
|
-
| `ParentErrorClass
|
|
343
|
+
| Name | Type |
|
|
344
|
+
| :------ | :------ |
|
|
345
|
+
| `aType` | `string` |
|
|
346
|
+
| `aErrorCode?` | `string` \| `number` \| typeof `AbstractError` |
|
|
347
|
+
| `ParentErrorClass?` | typeof [`BaseError`](BaseError.md) |
|
|
348
348
|
|
|
349
349
|
#### Returns
|
|
350
350
|
|
|
@@ -356,4 +356,4 @@ typeof [`BaseError`](BaseError.md)
|
|
|
356
356
|
|
|
357
357
|
#### Defined in
|
|
358
358
|
|
|
359
|
-
|
|
359
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:66
|
|
@@ -66,7 +66,7 @@ throw new AlreadyExistsError('user', { id: 123 })
|
|
|
66
66
|
|
|
67
67
|
#### Defined in
|
|
68
68
|
|
|
69
|
-
|
|
69
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:128
|
|
70
70
|
|
|
71
71
|
## Properties
|
|
72
72
|
|
|
@@ -82,7 +82,7 @@ The name of the function that threw the error.
|
|
|
82
82
|
|
|
83
83
|
#### Defined in
|
|
84
84
|
|
|
85
|
-
|
|
85
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:63
|
|
86
86
|
|
|
87
87
|
___
|
|
88
88
|
|
|
@@ -102,7 +102,7 @@ ___
|
|
|
102
102
|
|
|
103
103
|
### code
|
|
104
104
|
|
|
105
|
-
• **code**:
|
|
105
|
+
• **code**: `ErrorCodeType`
|
|
106
106
|
|
|
107
107
|
#### Inherited from
|
|
108
108
|
|
|
@@ -110,7 +110,7 @@ ___
|
|
|
110
110
|
|
|
111
111
|
#### Defined in
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:64
|
|
114
114
|
|
|
115
115
|
___
|
|
116
116
|
|
|
@@ -126,7 +126,7 @@ Additional data associated with the error.
|
|
|
126
126
|
|
|
127
127
|
#### Defined in
|
|
128
128
|
|
|
129
|
-
|
|
129
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:65
|
|
130
130
|
|
|
131
131
|
___
|
|
132
132
|
|
|
@@ -174,7 +174,7 @@ ___
|
|
|
174
174
|
|
|
175
175
|
### code
|
|
176
176
|
|
|
177
|
-
▪ `Static` **code**: [`ErrorCode`](../enums/ErrorCode.md)
|
|
177
|
+
▪ `Static` **code**: [`ErrorCode`](../enums/ErrorCode.md)
|
|
178
178
|
|
|
179
179
|
The error code associated with the error.
|
|
180
180
|
|
|
@@ -184,7 +184,7 @@ The error code associated with the error.
|
|
|
184
184
|
|
|
185
185
|
#### Defined in
|
|
186
186
|
|
|
187
|
-
|
|
187
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:127
|
|
188
188
|
|
|
189
189
|
___
|
|
190
190
|
|
|
@@ -261,7 +261,7 @@ A new BaseError instance.
|
|
|
261
261
|
|
|
262
262
|
#### Defined in
|
|
263
263
|
|
|
264
|
-
|
|
264
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:87
|
|
265
265
|
|
|
266
266
|
___
|
|
267
267
|
|
|
@@ -283,7 +283,7 @@ A JSON representation of the error.
|
|
|
283
283
|
|
|
284
284
|
#### Defined in
|
|
285
285
|
|
|
286
|
-
|
|
286
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:80
|
|
287
287
|
|
|
288
288
|
___
|
|
289
289
|
|
|
@@ -320,11 +320,11 @@ ___
|
|
|
320
320
|
|
|
321
321
|
#### Parameters
|
|
322
322
|
|
|
323
|
-
| Name | Type |
|
|
324
|
-
| :------ | :------ |
|
|
325
|
-
| `aType` | `string` |
|
|
326
|
-
| `aErrorCode?` | `string` \| `number` \| typeof `AbstractError` |
|
|
327
|
-
| `ParentErrorClass
|
|
323
|
+
| Name | Type |
|
|
324
|
+
| :------ | :------ |
|
|
325
|
+
| `aType` | `string` |
|
|
326
|
+
| `aErrorCode?` | `string` \| `number` \| typeof `AbstractError` |
|
|
327
|
+
| `ParentErrorClass?` | typeof [`BaseError`](BaseError.md) |
|
|
328
328
|
|
|
329
329
|
#### Returns
|
|
330
330
|
|
|
@@ -336,4 +336,4 @@ typeof [`BaseError`](BaseError.md)
|
|
|
336
336
|
|
|
337
337
|
#### Defined in
|
|
338
338
|
|
|
339
|
-
|
|
339
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:66
|
|
@@ -80,7 +80,7 @@ Constructs a new BaseError instance.
|
|
|
80
80
|
| Name | Type | Description |
|
|
81
81
|
| :------ | :------ | :------ |
|
|
82
82
|
| `message` | `string` | The error message. |
|
|
83
|
-
| `code?` |
|
|
83
|
+
| `code?` | `ErrorCodeType` | The error code. |
|
|
84
84
|
| `name?` | `string` \| `object` | The error name or additional properties. |
|
|
85
85
|
|
|
86
86
|
#### Returns
|
|
@@ -93,7 +93,7 @@ AbstractError.constructor
|
|
|
93
93
|
|
|
94
94
|
#### Defined in
|
|
95
95
|
|
|
96
|
-
|
|
96
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:74
|
|
97
97
|
|
|
98
98
|
## Properties
|
|
99
99
|
|
|
@@ -105,7 +105,7 @@ The name of the function that threw the error.
|
|
|
105
105
|
|
|
106
106
|
#### Defined in
|
|
107
107
|
|
|
108
|
-
|
|
108
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:63
|
|
109
109
|
|
|
110
110
|
___
|
|
111
111
|
|
|
@@ -125,7 +125,7 @@ ___
|
|
|
125
125
|
|
|
126
126
|
### code
|
|
127
127
|
|
|
128
|
-
• **code**:
|
|
128
|
+
• **code**: `ErrorCodeType`
|
|
129
129
|
|
|
130
130
|
#### Overrides
|
|
131
131
|
|
|
@@ -133,7 +133,7 @@ AbstractError.code
|
|
|
133
133
|
|
|
134
134
|
#### Defined in
|
|
135
135
|
|
|
136
|
-
|
|
136
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:64
|
|
137
137
|
|
|
138
138
|
___
|
|
139
139
|
|
|
@@ -145,7 +145,7 @@ Additional data associated with the error.
|
|
|
145
145
|
|
|
146
146
|
#### Defined in
|
|
147
147
|
|
|
148
|
-
|
|
148
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:65
|
|
149
149
|
|
|
150
150
|
___
|
|
151
151
|
|
|
@@ -193,13 +193,13 @@ ___
|
|
|
193
193
|
|
|
194
194
|
### code
|
|
195
195
|
|
|
196
|
-
▪ `Static` **code**:
|
|
196
|
+
▪ `Static` **code**: `ErrorCodeType`
|
|
197
197
|
|
|
198
198
|
The error code associated with the error.
|
|
199
199
|
|
|
200
200
|
#### Defined in
|
|
201
201
|
|
|
202
|
-
|
|
202
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:62
|
|
203
203
|
|
|
204
204
|
___
|
|
205
205
|
|
|
@@ -272,7 +272,7 @@ A new BaseError instance.
|
|
|
272
272
|
|
|
273
273
|
#### Defined in
|
|
274
274
|
|
|
275
|
-
|
|
275
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:87
|
|
276
276
|
|
|
277
277
|
___
|
|
278
278
|
|
|
@@ -290,7 +290,7 @@ A JSON representation of the error.
|
|
|
290
290
|
|
|
291
291
|
#### Defined in
|
|
292
292
|
|
|
293
|
-
|
|
293
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:80
|
|
294
294
|
|
|
295
295
|
___
|
|
296
296
|
|
|
@@ -327,11 +327,11 @@ ___
|
|
|
327
327
|
|
|
328
328
|
#### Parameters
|
|
329
329
|
|
|
330
|
-
| Name | Type |
|
|
331
|
-
| :------ | :------ |
|
|
332
|
-
| `aType` | `string` |
|
|
333
|
-
| `aErrorCode?` | `string` \| `number` \| typeof `AbstractError` |
|
|
334
|
-
| `ParentErrorClass
|
|
330
|
+
| Name | Type |
|
|
331
|
+
| :------ | :------ |
|
|
332
|
+
| `aType` | `string` |
|
|
333
|
+
| `aErrorCode?` | `string` \| `number` \| typeof `AbstractError` |
|
|
334
|
+
| `ParentErrorClass?` | typeof [`BaseError`](BaseError.md) |
|
|
335
335
|
|
|
336
336
|
#### Returns
|
|
337
337
|
|
|
@@ -343,4 +343,4 @@ AbstractError.createErrorClass
|
|
|
343
343
|
|
|
344
344
|
#### Defined in
|
|
345
345
|
|
|
346
|
-
|
|
346
|
+
node_modules/.pnpm/@isdk+common-error@0.1.1/node_modules/@isdk/common-error/dist/index.d.ts:66
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
|
|
60
60
|
#### Defined in
|
|
61
61
|
|
|
62
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:65](https://github.com/isdk/ai-tool.js/blob/
|
|
62
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:65](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L65)
|
|
63
63
|
|
|
64
64
|
___
|
|
65
65
|
|
|
@@ -69,7 +69,7 @@ ___
|
|
|
69
69
|
|
|
70
70
|
#### Defined in
|
|
71
71
|
|
|
72
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:66](https://github.com/isdk/ai-tool.js/blob/
|
|
72
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:66](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L66)
|
|
73
73
|
|
|
74
74
|
___
|
|
75
75
|
|
|
@@ -79,7 +79,7 @@ ___
|
|
|
79
79
|
|
|
80
80
|
#### Defined in
|
|
81
81
|
|
|
82
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:55](https://github.com/isdk/ai-tool.js/blob/
|
|
82
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:55](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L55)
|
|
83
83
|
|
|
84
84
|
___
|
|
85
85
|
|
|
@@ -89,7 +89,7 @@ ___
|
|
|
89
89
|
|
|
90
90
|
#### Defined in
|
|
91
91
|
|
|
92
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:56](https://github.com/isdk/ai-tool.js/blob/
|
|
92
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:56](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L56)
|
|
93
93
|
|
|
94
94
|
___
|
|
95
95
|
|
|
@@ -114,7 +114,7 @@ ___
|
|
|
114
114
|
|
|
115
115
|
#### Defined in
|
|
116
116
|
|
|
117
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:63](https://github.com/isdk/ai-tool.js/blob/
|
|
117
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:63](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L63)
|
|
118
118
|
|
|
119
119
|
___
|
|
120
120
|
|
|
@@ -139,7 +139,7 @@ ___
|
|
|
139
139
|
|
|
140
140
|
#### Defined in
|
|
141
141
|
|
|
142
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:62](https://github.com/isdk/ai-tool.js/blob/
|
|
142
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:62](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L62)
|
|
143
143
|
|
|
144
144
|
## Accessors
|
|
145
145
|
|
|
@@ -153,7 +153,7 @@ ___
|
|
|
153
153
|
|
|
154
154
|
#### Defined in
|
|
155
155
|
|
|
156
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:68](https://github.com/isdk/ai-tool.js/blob/
|
|
156
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:68](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L68)
|
|
157
157
|
|
|
158
158
|
___
|
|
159
159
|
|
|
@@ -167,7 +167,7 @@ ___
|
|
|
167
167
|
|
|
168
168
|
#### Defined in
|
|
169
169
|
|
|
170
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:72](https://github.com/isdk/ai-tool.js/blob/
|
|
170
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:72](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L72)
|
|
171
171
|
|
|
172
172
|
## Methods
|
|
173
173
|
|
|
@@ -188,7 +188,7 @@ ___
|
|
|
188
188
|
|
|
189
189
|
#### Defined in
|
|
190
190
|
|
|
191
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:214](https://github.com/isdk/ai-tool.js/blob/
|
|
191
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:214](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L214)
|
|
192
192
|
|
|
193
193
|
___
|
|
194
194
|
|
|
@@ -209,7 +209,7 @@ ___
|
|
|
209
209
|
|
|
210
210
|
#### Defined in
|
|
211
211
|
|
|
212
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:147](https://github.com/isdk/ai-tool.js/blob/
|
|
212
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:147](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L147)
|
|
213
213
|
|
|
214
214
|
___
|
|
215
215
|
|
|
@@ -230,7 +230,7 @@ ___
|
|
|
230
230
|
|
|
231
231
|
#### Defined in
|
|
232
232
|
|
|
233
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:234](https://github.com/isdk/ai-tool.js/blob/
|
|
233
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:234](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L234)
|
|
234
234
|
|
|
235
235
|
___
|
|
236
236
|
|
|
@@ -251,7 +251,7 @@ ___
|
|
|
251
251
|
|
|
252
252
|
#### Defined in
|
|
253
253
|
|
|
254
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:134](https://github.com/isdk/ai-tool.js/blob/
|
|
254
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:134](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L134)
|
|
255
255
|
|
|
256
256
|
___
|
|
257
257
|
|
|
@@ -272,7 +272,7 @@ ___
|
|
|
272
272
|
|
|
273
273
|
#### Defined in
|
|
274
274
|
|
|
275
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:291](https://github.com/isdk/ai-tool.js/blob/
|
|
275
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:291](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L291)
|
|
276
276
|
|
|
277
277
|
___
|
|
278
278
|
|
|
@@ -292,7 +292,7 @@ ___
|
|
|
292
292
|
|
|
293
293
|
#### Defined in
|
|
294
294
|
|
|
295
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:224](https://github.com/isdk/ai-tool.js/blob/
|
|
295
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:224](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L224)
|
|
296
296
|
|
|
297
297
|
___
|
|
298
298
|
|
|
@@ -314,7 +314,7 @@ ___
|
|
|
314
314
|
|
|
315
315
|
#### Defined in
|
|
316
316
|
|
|
317
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:158](https://github.com/isdk/ai-tool.js/blob/
|
|
317
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:158](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L158)
|
|
318
318
|
|
|
319
319
|
___
|
|
320
320
|
|
|
@@ -344,7 +344,7 @@ ___
|
|
|
344
344
|
|
|
345
345
|
#### Defined in
|
|
346
346
|
|
|
347
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:238](https://github.com/isdk/ai-tool.js/blob/
|
|
347
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:238](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L238)
|
|
348
348
|
|
|
349
349
|
___
|
|
350
350
|
|
|
@@ -364,7 +364,7 @@ ___
|
|
|
364
364
|
|
|
365
365
|
#### Defined in
|
|
366
366
|
|
|
367
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:96](https://github.com/isdk/ai-tool.js/blob/
|
|
367
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:96](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L96)
|
|
368
368
|
|
|
369
369
|
___
|
|
370
370
|
|
|
@@ -378,7 +378,7 @@ ___
|
|
|
378
378
|
|
|
379
379
|
#### Defined in
|
|
380
380
|
|
|
381
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:119](https://github.com/isdk/ai-tool.js/blob/
|
|
381
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:119](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L119)
|
|
382
382
|
|
|
383
383
|
___
|
|
384
384
|
|
|
@@ -398,7 +398,7 @@ ___
|
|
|
398
398
|
|
|
399
399
|
#### Defined in
|
|
400
400
|
|
|
401
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:81](https://github.com/isdk/ai-tool.js/blob/
|
|
401
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:81](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L81)
|
|
402
402
|
|
|
403
403
|
___
|
|
404
404
|
|
|
@@ -428,4 +428,4 @@ ___
|
|
|
428
428
|
|
|
429
429
|
#### Defined in
|
|
430
430
|
|
|
431
|
-
[packages/ai-tool/src/utils/cancelable-ability.ts:276](https://github.com/isdk/ai-tool.js/blob/
|
|
431
|
+
[packages/ai-tool/src/utils/cancelable-ability.ts:276](https://github.com/isdk/ai-tool.js/blob/c5e620338f3b80d6ef09148577c5087098896d8b/src/utils/cancelable-ability.ts#L276)
|