@isdk/ai-tool 0.5.1 → 0.5.3

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.
Files changed (290) hide show
  1. package/dist/funcs.js +1 -1
  2. package/dist/index.js +1 -1
  3. package/docs/classes/AbortError.md +4 -4
  4. package/docs/classes/AlreadyExistsError.md +4 -4
  5. package/docs/classes/BaseError.md +4 -4
  6. package/docs/classes/BinarySemaphore.md +25 -25
  7. package/docs/classes/CancelableAbility.md +25 -25
  8. package/docs/classes/ClientTools.md +93 -93
  9. package/docs/classes/CommonError.md +4 -4
  10. package/docs/classes/EnvPromptTemplate.md +19 -19
  11. package/docs/classes/EventClient.md +116 -116
  12. package/docs/classes/EventServer.md +117 -117
  13. package/docs/classes/EventToolFunc.md +85 -85
  14. package/docs/classes/FStringPromptTemplate.md +19 -19
  15. package/docs/classes/FewShotPromptTemplate.md +23 -23
  16. package/docs/classes/GolangPromptTemplate.md +19 -19
  17. package/docs/classes/HFEnvironment.md +10 -10
  18. package/docs/classes/HFInterpreter.md +5 -5
  19. package/docs/classes/HFTemplate.md +5 -5
  20. package/docs/classes/HfPromptTemplate.md +19 -19
  21. package/docs/classes/IntSet.md +12 -12
  22. package/docs/classes/NotFoundError.md +4 -4
  23. package/docs/classes/NotImplementationError.md +4 -4
  24. package/docs/classes/PromptExampleSelector.md +9 -9
  25. package/docs/classes/PromptTemplate.md +18 -18
  26. package/docs/classes/ReadableStreamError.md +6 -6
  27. package/docs/classes/ResClientTools.md +100 -100
  28. package/docs/classes/ResServerTools.md +101 -101
  29. package/docs/classes/SSEChannel.md +16 -16
  30. package/docs/classes/Semaphore.md +26 -26
  31. package/docs/classes/ServerTools.md +89 -89
  32. package/docs/classes/SignalGate.md +9 -9
  33. package/docs/classes/TaskAbortController.md +9 -9
  34. package/docs/classes/ToolFunc.md +82 -82
  35. package/docs/classes/YamlTypeBaseObject.md +2 -2
  36. package/docs/enumerations/AsyncFeatureBits.md +4 -4
  37. package/docs/enumerations/AsyncFeatures.md +4 -4
  38. package/docs/enumerations/HashAlgorithm.md +12 -12
  39. package/docs/functions/AIArgProcessor.md +1 -1
  40. package/docs/functions/AIStream.md +1 -1
  41. package/docs/functions/ChoiceArgProcessor.md +1 -1
  42. package/docs/functions/ObjectArgsToArgsInfo.md +1 -1
  43. package/docs/functions/RateLimit.md +1 -1
  44. package/docs/functions/TemplateArgProcessor.md +1 -1
  45. package/docs/functions/assignDirs.md +1 -1
  46. package/docs/functions/backendEventable.md +1 -1
  47. package/docs/functions/beforeShutdown.md +1 -1
  48. package/docs/functions/completeSentences.md +1 -1
  49. package/docs/functions/concatText.md +1 -1
  50. package/docs/functions/countLLMTokens.md +1 -1
  51. package/docs/functions/countRegexMatches.md +1 -1
  52. package/docs/functions/createCallbacksTransformer.md +1 -1
  53. package/docs/functions/createEmptyReadableStream.md +1 -1
  54. package/docs/functions/createEndWithRepetitionDetector.md +1 -1
  55. package/docs/functions/createEventStreamTransformer.md +1 -1
  56. package/docs/functions/createHfValueFunc.md +1 -1
  57. package/docs/functions/createLRUCache.md +1 -1
  58. package/docs/functions/createYamlObjectTag.md +1 -1
  59. package/docs/functions/dateToText.md +1 -1
  60. package/docs/functions/decodeCharset.md +1 -1
  61. package/docs/functions/detectCharset.md +1 -1
  62. package/docs/functions/encodeLLMTokens.md +1 -1
  63. package/docs/functions/ensureQuoted.md +1 -1
  64. package/docs/functions/expandConfig.md +1 -1
  65. package/docs/functions/expandEnv.md +1 -1
  66. package/docs/functions/expandObjEnv.md +1 -1
  67. package/docs/functions/expandPath.md +1 -1
  68. package/docs/functions/extNameLevel.md +1 -1
  69. package/docs/functions/fileIsExists.md +1 -1
  70. package/docs/functions/filenameReservedRegex.md +1 -1
  71. package/docs/functions/filterValidFnScope.md +1 -1
  72. package/docs/functions/findIndexNonEmptyFrom.md +1 -1
  73. package/docs/functions/findPort.md +1 -1
  74. package/docs/functions/formatTextWithSpace.md +1 -1
  75. package/docs/functions/getAllEnumKeys.md +1 -1
  76. package/docs/functions/getConfigFileNames.md +1 -1
  77. package/docs/functions/getConfigs.md +1 -1
  78. package/docs/functions/getEnvVairables.md +1 -1
  79. package/docs/functions/getFileMetaInfo.md +1 -1
  80. package/docs/functions/getHashAlgoBySize.md +1 -1
  81. package/docs/functions/getKeysPath.md +1 -1
  82. package/docs/functions/getLLMTokenizer.md +1 -1
  83. package/docs/functions/getMultiLevelExtname.md +1 -1
  84. package/docs/functions/getPackageDir.md +1 -1
  85. package/docs/functions/getRealFilepath.md +1 -1
  86. package/docs/functions/getResponseErrorReadableStream.md +1 -1
  87. package/docs/functions/getXDGConfigs.md +1 -1
  88. package/docs/functions/hasDirectoryIn.md +1 -1
  89. package/docs/functions/hash.md +1 -1
  90. package/docs/functions/hashFile.md +1 -1
  91. package/docs/functions/hashStream.md +1 -1
  92. package/docs/functions/hfParse.md +1 -1
  93. package/docs/functions/hfTokenize.md +1 -1
  94. package/docs/functions/initShutdown.md +1 -1
  95. package/docs/functions/interpolateEnv.md +1 -1
  96. package/docs/functions/interpolateFString.md +1 -1
  97. package/docs/functions/interpolateGolangTemplate.md +1 -1
  98. package/docs/functions/isLangUsingSpaces.md +1 -1
  99. package/docs/functions/isListItemString.md +1 -1
  100. package/docs/functions/isModelNameMatched.md +1 -1
  101. package/docs/functions/isPunctuationChar.md +1 -1
  102. package/docs/functions/isQuoted.md +1 -1
  103. package/docs/functions/isRegExp.md +1 -1
  104. package/docs/functions/isSameString.md +1 -1
  105. package/docs/functions/isSectionString.md +1 -1
  106. package/docs/functions/isSentenceEnding.md +1 -1
  107. package/docs/functions/isSepLineString.md +1 -1
  108. package/docs/functions/isStrWrapped.md +1 -1
  109. package/docs/functions/isSubdirectory.md +1 -1
  110. package/docs/functions/isTitleString.md +1 -1
  111. package/docs/functions/isValidFilename.md +1 -1
  112. package/docs/functions/isValidFilepath.md +1 -1
  113. package/docs/functions/isWebStream.md +1 -1
  114. package/docs/functions/jsonFilterToWhere.md +1 -1
  115. package/docs/functions/jsonToMarkdownStr.md +1 -1
  116. package/docs/functions/loadAIConfig.md +1 -1
  117. package/docs/functions/loadConfig.md +1 -1
  118. package/docs/functions/loadConfigFile.md +1 -1
  119. package/docs/functions/loadFileFromPaths.md +1 -1
  120. package/docs/functions/loadTextFromPaths.md +1 -1
  121. package/docs/functions/lrucache.md +1 -1
  122. package/docs/functions/makeToolFuncCancelable.md +1 -1
  123. package/docs/functions/matchUrlProtocol.md +1 -1
  124. package/docs/functions/memoize.md +1 -1
  125. package/docs/functions/messagesToText.md +1 -1
  126. package/docs/functions/paramsSizeToScaleStr.md +1 -1
  127. package/docs/functions/parseCommand.md +1 -1
  128. package/docs/functions/parseFString.md +1 -1
  129. package/docs/functions/parseJsJson.md +1 -1
  130. package/docs/functions/parseJsJsonSimpleSync.md +1 -1
  131. package/docs/functions/parseObjectArgInfo.md +1 -1
  132. package/docs/functions/parseObjectArgumentInfos.md +1 -1
  133. package/docs/functions/parseObjectArguments.md +1 -1
  134. package/docs/functions/parseObjectArgumentsAsArgInfos.md +1 -1
  135. package/docs/functions/parseYaml.md +1 -1
  136. package/docs/functions/quoteStr.md +1 -1
  137. package/docs/functions/reControlCharsRegex.md +1 -1
  138. package/docs/functions/readFilenamesRecursiveSync.md +1 -1
  139. package/docs/functions/readTextFileChunks.md +1 -1
  140. package/docs/functions/readTextFileChunksEx.md +1 -1
  141. package/docs/functions/readableFromAsyncIterable.md +1 -1
  142. package/docs/functions/registerCoreTools.md +1 -1
  143. package/docs/functions/registerYamlTag.md +1 -1
  144. package/docs/functions/removeMarkdownBold.md +1 -1
  145. package/docs/functions/removeMarkdownBoldAndItalic.md +1 -1
  146. package/docs/functions/removeMarkdownItalic.md +1 -1
  147. package/docs/functions/replaceWithPlaceholder.md +1 -1
  148. package/docs/functions/restoreFromPlacehoders.md +1 -1
  149. package/docs/functions/sanitizeFilename.md +1 -1
  150. package/docs/functions/sanitizeFilepath.md +1 -1
  151. package/docs/functions/saveConfigFile.md +1 -1
  152. package/docs/functions/scaleStrToParamsSize.md +1 -1
  153. package/docs/functions/shutdown.md +1 -1
  154. package/docs/functions/simplifyObjectArguments.md +1 -1
  155. package/docs/functions/sortedValues.md +1 -1
  156. package/docs/functions/splitChunks.md +1 -1
  157. package/docs/functions/splitParagraph.md +1 -1
  158. package/docs/functions/splitSentence.md +1 -1
  159. package/docs/functions/stringifyYaml.md +1 -1
  160. package/docs/functions/stripConsoleColor.md +1 -1
  161. package/docs/functions/textToDate.md +1 -1
  162. package/docs/functions/toDateTime.md +1 -1
  163. package/docs/functions/trimStartOfStreamHelper.md +1 -1
  164. package/docs/functions/truncTo.md +1 -1
  165. package/docs/functions/truncateByToken.md +1 -1
  166. package/docs/functions/truncateToTokenLimit.md +1 -1
  167. package/docs/functions/truncateToTokenLimitEx.md +1 -1
  168. package/docs/functions/uuid.md +1 -1
  169. package/docs/functions/wait.md +1 -1
  170. package/docs/functions/xxhash.md +1 -1
  171. package/docs/functions/xxhash32.md +1 -1
  172. package/docs/functions/xxhash64.md +1 -1
  173. package/docs/functions/xxhashAsStr.md +1 -1
  174. package/docs/interfaces/AIChatAssistantMessageParam.md +12 -12
  175. package/docs/interfaces/AIChatContentPartImage.md +3 -3
  176. package/docs/interfaces/AIChatContentPartText.md +3 -3
  177. package/docs/interfaces/AIChatMessageParamBase.md +7 -7
  178. package/docs/interfaces/AIChatMessageToolCall.md +4 -4
  179. package/docs/interfaces/AIChatSystemMessageParam.md +9 -9
  180. package/docs/interfaces/AIChatToolChoiceFuncObject.md +3 -3
  181. package/docs/interfaces/AIChatToolChoiceObject.md +2 -2
  182. package/docs/interfaces/AIChatToolFunc.md +5 -5
  183. package/docs/interfaces/AIChatToolFuncParam.md +3 -3
  184. package/docs/interfaces/AIChatToolMessageParam.md +10 -10
  185. package/docs/interfaces/AIChatToolParam.md +2 -2
  186. package/docs/interfaces/AIChatToolTypeObject.md +2 -2
  187. package/docs/interfaces/AIChatUserMessageParam.md +13 -13
  188. package/docs/interfaces/AIChoiceConfig.md +8 -8
  189. package/docs/interfaces/AIResult.md +6 -6
  190. package/docs/interfaces/AIStreamParser.md +2 -2
  191. package/docs/interfaces/AIStreamParserOptions.md +2 -2
  192. package/docs/interfaces/BaseFunc.md +10 -10
  193. package/docs/interfaces/BaseFuncItem.md +9 -9
  194. package/docs/interfaces/BinarySemaphoreAcquireOptions.md +2 -2
  195. package/docs/interfaces/BinarySemaphoreOptions.md +5 -5
  196. package/docs/interfaces/BinarySemaphoreReleaseOptions.md +2 -2
  197. package/docs/interfaces/BinarySemaphoreReleaserFunc.md +3 -3
  198. package/docs/interfaces/CancelableAbilityOptions.md +4 -4
  199. package/docs/interfaces/ClientFuncItem.md +12 -12
  200. package/docs/interfaces/DotenvExpandOptions.md +4 -4
  201. package/docs/interfaces/DotenvExpandOutput.md +3 -3
  202. package/docs/interfaces/DotenvParseInput.md +1 -1
  203. package/docs/interfaces/DotenvParseOutput.md +1 -1
  204. package/docs/interfaces/DotenvPopulateInput.md +1 -1
  205. package/docs/interfaces/EventClientFuncParams.md +5 -5
  206. package/docs/interfaces/EventServerFuncParams.md +6 -6
  207. package/docs/interfaces/FewShotPromptTemplateOptions.md +12 -12
  208. package/docs/interfaces/FuncItem.md +10 -10
  209. package/docs/interfaces/FuncParam.md +7 -7
  210. package/docs/interfaces/FuncParams.md +1 -1
  211. package/docs/interfaces/Funcs.md +1 -1
  212. package/docs/interfaces/HashAlgoParams.md +4 -4
  213. package/docs/interfaces/IFileMetaInfo.md +8 -8
  214. package/docs/interfaces/IReadTextFileChunksOptions.md +11 -11
  215. package/docs/interfaces/ITruncateToTokenLimitOptions.md +10 -10
  216. package/docs/interfaces/JsonFilter.md +1 -1
  217. package/docs/interfaces/ParseObjectArgumentOptions.md +11 -11
  218. package/docs/interfaces/PromptExampleSelectorOptions.md +3 -3
  219. package/docs/interfaces/PromptTemplateOptions.md +7 -7
  220. package/docs/interfaces/RemoteFuncItem.md +12 -12
  221. package/docs/interfaces/ReplacePlacehoderOptions.md +5 -5
  222. package/docs/interfaces/ResClientFuncParams.md +3 -3
  223. package/docs/interfaces/ResServerFuncParams.md +6 -6
  224. package/docs/interfaces/SanitizeFilenameOptions.md +3 -3
  225. package/docs/interfaces/SectionStringOptions.md +3 -3
  226. package/docs/interfaces/SemaphoreOptions.md +7 -7
  227. package/docs/interfaces/SemaphoreTaskItem.md +5 -5
  228. package/docs/interfaces/ServerFuncItem.md +13 -13
  229. package/docs/interfaces/ServerFuncParams.md +3 -3
  230. package/docs/interfaces/SplitSentenceOptions.md +5 -5
  231. package/docs/interfaces/StreamCallbacksAndOptions.md +5 -5
  232. package/docs/interfaces/TaskAbortControllers.md +1 -1
  233. package/docs/interfaces/TaskPromise.md +6 -6
  234. package/docs/interfaces/ToolFuncPackage.md +4 -4
  235. package/docs/type-aliases/AIChatContentPart.md +1 -1
  236. package/docs/type-aliases/AIChatMessageParam.md +1 -1
  237. package/docs/type-aliases/AIChatRole.md +1 -1
  238. package/docs/type-aliases/AIChatToolChoiceParam.md +1 -1
  239. package/docs/type-aliases/AIMessageType.md +1 -1
  240. package/docs/type-aliases/AIModelNameRule.md +1 -1
  241. package/docs/type-aliases/AIModelNameRuleFn.md +1 -1
  242. package/docs/type-aliases/AIModelNameRules.md +1 -1
  243. package/docs/type-aliases/AITextGenerationFinishReason.md +1 -1
  244. package/docs/type-aliases/ActionName.md +1 -1
  245. package/docs/type-aliases/AsyncTaskId.md +1 -1
  246. package/docs/type-aliases/BeforeShutdownListener.md +1 -1
  247. package/docs/type-aliases/EventErrorListenerFn.md +1 -1
  248. package/docs/type-aliases/EventListenerFn.md +1 -1
  249. package/docs/type-aliases/FStringPromptTemplateNode.md +1 -1
  250. package/docs/type-aliases/FuncParamType.md +1 -1
  251. package/docs/type-aliases/PromptExamples.md +1 -1
  252. package/docs/type-aliases/PromptTemplateType.md +1 -1
  253. package/docs/type-aliases/PromptType.md +1 -1
  254. package/docs/type-aliases/SemaphoreIsReadyFuncType.md +1 -1
  255. package/docs/type-aliases/TFunc.md +1 -1
  256. package/docs/variables/AIChatRoles.md +1 -1
  257. package/docs/variables/AIMessageTypes.md +1 -1
  258. package/docs/variables/AITextGenerationFinishReasons.md +1 -1
  259. package/docs/variables/ActionNames.md +1 -1
  260. package/docs/variables/ClientToolFuncSchema.md +1 -1
  261. package/docs/variables/DEFAULT_CONFIG_NAME.md +1 -1
  262. package/docs/variables/DefaultAsyncSemaphoreCapacity.md +1 -1
  263. package/docs/variables/EventBusName.md +1 -1
  264. package/docs/variables/EventName.md +1 -1
  265. package/docs/variables/FilenameReservedRegex.md +1 -1
  266. package/docs/variables/HFBuiltins.md +1 -1
  267. package/docs/variables/LLM_TOKENIZER_NAMES.md +1 -1
  268. package/docs/variables/LLM_TOKENIZER_NAMES_MAP.md +1 -1
  269. package/docs/variables/PASSING_SCORE.md +1 -1
  270. package/docs/variables/PromptTemplateTypes.md +1 -1
  271. package/docs/variables/PromptTypes.md +1 -1
  272. package/docs/variables/RStreamErrCode.md +1 -1
  273. package/docs/variables/RemoteToolFuncSchema.md +1 -1
  274. package/docs/variables/ResponseRStreamErrCode.md +1 -1
  275. package/docs/variables/SHUTDOWN_SIGNALS.md +1 -1
  276. package/docs/variables/SSEChannelAlreadyClosedErrCode.md +1 -1
  277. package/docs/variables/SecondaryCache.md +1 -1
  278. package/docs/variables/ServerToolFuncSchema.md +1 -1
  279. package/docs/variables/ToolAsyncCancelableBit.md +1 -1
  280. package/docs/variables/ToolAsyncMultiTaskBit.md +1 -1
  281. package/docs/variables/ToolAsyncPriorityBit.md +1 -1
  282. package/docs/variables/ToolFuncSchema.md +1 -1
  283. package/docs/variables/WindowsReservedNameRegex.md +1 -1
  284. package/docs/variables/base32768.md +1 -1
  285. package/docs/variables/defaultTemplateFormat.md +1 -1
  286. package/docs/variables/event.md +1 -1
  287. package/docs/variables/eventClient.md +1 -1
  288. package/docs/variables/eventServer.md +1 -1
  289. package/docs/variables/lrucache.md +1 -1
  290. package/package.json +2 -2
@@ -6,7 +6,7 @@
6
6
 
7
7
  # Class: ClientTools
8
8
 
9
- Defined in: [packages/ai-tool/src/client-tools.ts:8](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/client-tools.ts#L8)
9
+ Defined in: [packages/ai-tool/src/client-tools.ts:8](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/client-tools.ts#L8)
10
10
 
11
11
  ## Extends
12
12
 
@@ -22,7 +22,7 @@ Defined in: [packages/ai-tool/src/client-tools.ts:8](https://github.com/isdk/ai-
22
22
 
23
23
  > **new ClientTools**(`name`, `options`): [`ClientTools`](ClientTools.md)
24
24
 
25
- Defined in: [packages/ai-tool/src/tool-func.ts:192](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L192)
25
+ Defined in: [packages/ai-tool/src/tool-func.ts:192](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L192)
26
26
 
27
27
  The initial value of Object.prototype.constructor is the standard built-in Object constructor.
28
28
 
@@ -62,7 +62,7 @@ Defined in: node\_modules/.pnpm/property-manager@2.0.0/node\_modules/property-ma
62
62
 
63
63
  > `optional` **action**: `"get"` \| `"post"` \| `"put"` \| `"delete"` \| `"patch"` \| `"list"` \| `"res"`
64
64
 
65
- Defined in: [packages/ai-tool/src/utils/consts.ts:35](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/utils/consts.ts#L35)
65
+ Defined in: [packages/ai-tool/src/utils/consts.ts:35](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/utils/consts.ts#L35)
66
66
 
67
67
  #### Inherited from
68
68
 
@@ -74,7 +74,7 @@ Defined in: [packages/ai-tool/src/utils/consts.ts:35](https://github.com/isdk/ai
74
74
 
75
75
  > **apiRoot**: `undefined` \| `string`
76
76
 
77
- Defined in: [packages/ai-tool/src/client-tools.ts:16](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/client-tools.ts#L16)
77
+ Defined in: [packages/ai-tool/src/client-tools.ts:16](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/client-tools.ts#L16)
78
78
 
79
79
  #### Inherited from
80
80
 
@@ -86,7 +86,7 @@ Defined in: [packages/ai-tool/src/client-tools.ts:16](https://github.com/isdk/ai
86
86
 
87
87
  > **constructor**: `Function`
88
88
 
89
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:125
89
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:125
90
90
 
91
91
  The initial value of Object.prototype.constructor is the standard built-in Object constructor.
92
92
 
@@ -118,7 +118,7 @@ The default options for export and assign
118
118
 
119
119
  > `optional` **fetchOptions**: `any`
120
120
 
121
- Defined in: [packages/ai-tool/src/utils/consts.ts:36](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/utils/consts.ts#L36)
121
+ Defined in: [packages/ai-tool/src/utils/consts.ts:36](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/utils/consts.ts#L36)
122
122
 
123
123
  #### Inherited from
124
124
 
@@ -130,7 +130,7 @@ Defined in: [packages/ai-tool/src/utils/consts.ts:36](https://github.com/isdk/ai
130
130
 
131
131
  > `optional` **isApi**: `boolean`
132
132
 
133
- Defined in: [packages/ai-tool/src/tool-func.ts:29](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L29)
133
+ Defined in: [packages/ai-tool/src/tool-func.ts:29](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L29)
134
134
 
135
135
  #### Inherited from
136
136
 
@@ -142,7 +142,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:29](https://github.com/isdk/ai-to
142
142
 
143
143
  > `optional` **name**: `string`
144
144
 
145
- Defined in: [packages/ai-tool/src/tool-func.ts:23](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L23)
145
+ Defined in: [packages/ai-tool/src/tool-func.ts:23](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L23)
146
146
 
147
147
  #### Inherited from
148
148
 
@@ -168,7 +168,7 @@ the property with the default prefix '$' will not be exported.
168
168
 
169
169
  > `optional` **params**: [`FuncParams`](../interfaces/FuncParams.md) \| [`FuncParam`](../interfaces/FuncParam.md)[]
170
170
 
171
- Defined in: [packages/ai-tool/src/tool-func.ts:24](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L24)
171
+ Defined in: [packages/ai-tool/src/tool-func.ts:24](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L24)
172
172
 
173
173
  #### Inherited from
174
174
 
@@ -180,7 +180,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:24](https://github.com/isdk/ai-to
180
180
 
181
181
  > `optional` **result**: `string`
182
182
 
183
- Defined in: [packages/ai-tool/src/tool-func.ts:25](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L25)
183
+ Defined in: [packages/ai-tool/src/tool-func.ts:25](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L25)
184
184
 
185
185
  #### Inherited from
186
186
 
@@ -192,7 +192,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:25](https://github.com/isdk/ai-to
192
192
 
193
193
  > `optional` **scope**: `any`
194
194
 
195
- Defined in: [packages/ai-tool/src/tool-func.ts:26](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L26)
195
+ Defined in: [packages/ai-tool/src/tool-func.ts:26](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L26)
196
196
 
197
197
  #### Inherited from
198
198
 
@@ -204,7 +204,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:26](https://github.com/isdk/ai-to
204
204
 
205
205
  > `optional` **setup**: (`this`, `options`?) => `void`
206
206
 
207
- Defined in: [packages/ai-tool/src/tool-func.ts:28](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L28)
207
+ Defined in: [packages/ai-tool/src/tool-func.ts:28](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L28)
208
208
 
209
209
  #### Parameters
210
210
 
@@ -230,7 +230,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:28](https://github.com/isdk/ai-to
230
230
 
231
231
  > `optional` **stream**: `boolean`
232
232
 
233
- Defined in: [packages/ai-tool/src/tool-func.ts:30](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L30)
233
+ Defined in: [packages/ai-tool/src/tool-func.ts:30](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L30)
234
234
 
235
235
  #### Inherited from
236
236
 
@@ -242,7 +242,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:30](https://github.com/isdk/ai-to
242
242
 
243
243
  > `optional` **tags**: `string` \| `string`[]
244
244
 
245
- Defined in: [packages/ai-tool/src/tool-func.ts:27](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L27)
245
+ Defined in: [packages/ai-tool/src/tool-func.ts:27](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L27)
246
246
 
247
247
  #### Inherited from
248
248
 
@@ -254,7 +254,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:27](https://github.com/isdk/ai-to
254
254
 
255
255
  > `static` **dataPath**: `string`
256
256
 
257
- Defined in: [packages/ai-tool/src/tool-func.ts:57](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L57)
257
+ Defined in: [packages/ai-tool/src/tool-func.ts:57](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L57)
258
258
 
259
259
  #### Inherited from
260
260
 
@@ -266,7 +266,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:57](https://github.com/isdk/ai-to
266
266
 
267
267
  > `static` **items**: [`Funcs`](../interfaces/Funcs.md) = `{}`
268
268
 
269
- Defined in: [packages/ai-tool/src/tool-func.ts:56](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L56)
269
+ Defined in: [packages/ai-tool/src/tool-func.ts:56](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L56)
270
270
 
271
271
  #### Inherited from
272
272
 
@@ -280,7 +280,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:56](https://github.com/isdk/ai-to
280
280
 
281
281
  > **get** `static` **apiRoot**(): `undefined` \| `string`
282
282
 
283
- Defined in: [packages/ai-tool/src/client-tools.ts:19](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/client-tools.ts#L19)
283
+ Defined in: [packages/ai-tool/src/client-tools.ts:19](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/client-tools.ts#L19)
284
284
 
285
285
  ##### Returns
286
286
 
@@ -296,7 +296,7 @@ Defined in: [packages/ai-tool/src/client-tools.ts:19](https://github.com/isdk/ai
296
296
 
297
297
  > **arr2ObjParams**(`params`): `any`[]
298
298
 
299
- Defined in: [packages/ai-tool/src/tool-func.ts:236](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L236)
299
+ Defined in: [packages/ai-tool/src/tool-func.ts:236](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L236)
300
300
 
301
301
  #### Parameters
302
302
 
@@ -568,7 +568,7 @@ the defined attributes of the object
568
568
 
569
569
  > **errorFrom**(`res`): `Promise`\<[`CommonError`](CommonError.md)\>
570
570
 
571
- Defined in: [packages/ai-tool/src/client-tools.ts:118](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/client-tools.ts#L118)
571
+ Defined in: [packages/ai-tool/src/client-tools.ts:118](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/client-tools.ts#L118)
572
572
 
573
573
  #### Parameters
574
574
 
@@ -618,7 +618,7 @@ the dest object.
618
618
 
619
619
  > **fetch**(`objParam`?, `act`?, `subName`?): `Promise`\<`Response`\>
620
620
 
621
- Defined in: [packages/ai-tool/src/client-tools.ts:74](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/client-tools.ts#L74)
621
+ Defined in: [packages/ai-tool/src/client-tools.ts:74](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/client-tools.ts#L74)
622
622
 
623
623
  #### Parameters
624
624
 
@@ -644,7 +644,7 @@ Defined in: [packages/ai-tool/src/client-tools.ts:74](https://github.com/isdk/ai
644
644
 
645
645
  > **func**(`objParam`): `Promise`\<`any`\>
646
646
 
647
- Defined in: [packages/ai-tool/src/client-tools.ts:149](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/client-tools.ts#L149)
647
+ Defined in: [packages/ai-tool/src/client-tools.ts:149](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/client-tools.ts#L149)
648
648
 
649
649
  #### Parameters
650
650
 
@@ -666,7 +666,7 @@ Defined in: [packages/ai-tool/src/client-tools.ts:149](https://github.com/isdk/a
666
666
 
667
667
  > **getFunc**(`name`?): `any`
668
668
 
669
- Defined in: [packages/ai-tool/src/tool-func.ts:289](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L289)
669
+ Defined in: [packages/ai-tool/src/tool-func.ts:289](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L289)
670
670
 
671
671
  #### Parameters
672
672
 
@@ -688,7 +688,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:289](https://github.com/isdk/ai-t
688
688
 
689
689
  > **getFuncWithPos**(`name`?): `any`
690
690
 
691
- Defined in: [packages/ai-tool/src/tool-func.ts:313](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L313)
691
+ Defined in: [packages/ai-tool/src/tool-func.ts:313](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L313)
692
692
 
693
693
  #### Parameters
694
694
 
@@ -730,7 +730,7 @@ the descriptors of properties object
730
730
 
731
731
  > **getUrlParams**(`objParam`): `string`
732
732
 
733
- Defined in: [packages/ai-tool/src/client-tools.ts:63](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/client-tools.ts#L63)
733
+ Defined in: [packages/ai-tool/src/client-tools.ts:63](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/client-tools.ts#L63)
734
734
 
735
735
  #### Parameters
736
736
 
@@ -748,7 +748,7 @@ Defined in: [packages/ai-tool/src/client-tools.ts:63](https://github.com/isdk/ai
748
748
 
749
749
  > **hasAsyncFeature**(`feature`): `boolean`
750
750
 
751
- Defined in: [packages/ai-tool/src/tool-func.ts:318](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L318)
751
+ Defined in: [packages/ai-tool/src/tool-func.ts:318](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L318)
752
752
 
753
753
  #### Parameters
754
754
 
@@ -770,7 +770,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:318](https://github.com/isdk/ai-t
770
770
 
771
771
  > **hasOwnProperty**(`v`): `boolean`
772
772
 
773
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:140
773
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:140
774
774
 
775
775
  Determines whether an object has a property with the specified name.
776
776
 
@@ -822,7 +822,7 @@ this object.
822
822
 
823
823
  > **isPrototypeOf**(`v`): `boolean`
824
824
 
825
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:146
825
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:146
826
826
 
827
827
  Determines whether an object exists in another object's prototype chain.
828
828
 
@@ -878,7 +878,7 @@ The source object
878
878
 
879
879
  > **isStream**(`params`): `undefined` \| `boolean`
880
880
 
881
- Defined in: [packages/ai-tool/src/tool-func.ts:324](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L324)
881
+ Defined in: [packages/ai-tool/src/tool-func.ts:324](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L324)
882
882
 
883
883
  #### Parameters
884
884
 
@@ -932,7 +932,7 @@ the dest object.
932
932
 
933
933
  > **obj2ArrParams**(`params`?): `any`[]
934
934
 
935
- Defined in: [packages/ai-tool/src/tool-func.ts:249](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L249)
935
+ Defined in: [packages/ai-tool/src/tool-func.ts:249](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L249)
936
936
 
937
937
  #### Parameters
938
938
 
@@ -954,7 +954,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:249](https://github.com/isdk/ai-t
954
954
 
955
955
  > **propertyIsEnumerable**(`v`): `boolean`
956
956
 
957
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:152
957
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:152
958
958
 
959
959
  Determines whether a specified property is enumerable.
960
960
 
@@ -980,7 +980,7 @@ A property name.
980
980
 
981
981
  > **register**(): `boolean` \| [`ToolFunc`](ToolFunc.md)
982
982
 
983
- Defined in: [packages/ai-tool/src/tool-func.ts:219](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L219)
983
+ Defined in: [packages/ai-tool/src/tool-func.ts:219](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L219)
984
984
 
985
985
  #### Returns
986
986
 
@@ -996,7 +996,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:219](https://github.com/isdk/ai-t
996
996
 
997
997
  > **run**(`params`?): `Promise`\<`any`\>
998
998
 
999
- Defined in: [packages/ai-tool/src/tool-func.ts:276](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L276)
999
+ Defined in: [packages/ai-tool/src/tool-func.ts:276](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L276)
1000
1000
 
1001
1001
  #### Parameters
1002
1002
 
@@ -1018,7 +1018,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:276](https://github.com/isdk/ai-t
1018
1018
 
1019
1019
  > **runAs**(`name`, `params`?): `Promise`\<`any`\>
1020
1020
 
1021
- Defined in: [packages/ai-tool/src/tool-func.ts:280](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L280)
1021
+ Defined in: [packages/ai-tool/src/tool-func.ts:280](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L280)
1022
1022
 
1023
1023
  #### Parameters
1024
1024
 
@@ -1044,7 +1044,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:280](https://github.com/isdk/ai-t
1044
1044
 
1045
1045
  > **runAsSync**(`name`, `params`?): `any`
1046
1046
 
1047
- Defined in: [packages/ai-tool/src/tool-func.ts:284](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L284)
1047
+ Defined in: [packages/ai-tool/src/tool-func.ts:284](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L284)
1048
1048
 
1049
1049
  #### Parameters
1050
1050
 
@@ -1070,7 +1070,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:284](https://github.com/isdk/ai-t
1070
1070
 
1071
1071
  > **runSync**(`params`?): `any`
1072
1072
 
1073
- Defined in: [packages/ai-tool/src/tool-func.ts:262](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L262)
1073
+ Defined in: [packages/ai-tool/src/tool-func.ts:262](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L262)
1074
1074
 
1075
1075
  #### Parameters
1076
1076
 
@@ -1092,7 +1092,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:262](https://github.com/isdk/ai-t
1092
1092
 
1093
1093
  > **runWithPos**(...`params`): `Promise`\<`any`\>
1094
1094
 
1095
- Defined in: [packages/ai-tool/src/tool-func.ts:305](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L305)
1095
+ Defined in: [packages/ai-tool/src/tool-func.ts:305](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L305)
1096
1096
 
1097
1097
  #### Parameters
1098
1098
 
@@ -1114,7 +1114,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:305](https://github.com/isdk/ai-t
1114
1114
 
1115
1115
  > **runWithPosAs**(`name`, ...`params`): `Promise`\<`any`\>
1116
1116
 
1117
- Defined in: [packages/ai-tool/src/tool-func.ts:309](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L309)
1117
+ Defined in: [packages/ai-tool/src/tool-func.ts:309](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L309)
1118
1118
 
1119
1119
  #### Parameters
1120
1120
 
@@ -1140,7 +1140,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:309](https://github.com/isdk/ai-t
1140
1140
 
1141
1141
  > **runWithPosAsSync**(`name`, ...`params`): `any`
1142
1142
 
1143
- Defined in: [packages/ai-tool/src/tool-func.ts:301](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L301)
1143
+ Defined in: [packages/ai-tool/src/tool-func.ts:301](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L301)
1144
1144
 
1145
1145
  #### Parameters
1146
1146
 
@@ -1166,7 +1166,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:301](https://github.com/isdk/ai-t
1166
1166
 
1167
1167
  > **runWithPosSync**(...`params`): `any`
1168
1168
 
1169
- Defined in: [packages/ai-tool/src/tool-func.ts:294](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L294)
1169
+ Defined in: [packages/ai-tool/src/tool-func.ts:294](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L294)
1170
1170
 
1171
1171
  #### Parameters
1172
1172
 
@@ -1204,7 +1204,7 @@ Defined in: node\_modules/.pnpm/property-manager@2.0.0/node\_modules/property-ma
1204
1204
 
1205
1205
  > **toLocaleString**(): `string`
1206
1206
 
1207
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:131
1207
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:131
1208
1208
 
1209
1209
  Returns a date converted to a string using the current locale.
1210
1210
 
@@ -1248,7 +1248,7 @@ the json object.
1248
1248
 
1249
1249
  > **toString**(): `string`
1250
1250
 
1251
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:128
1251
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:128
1252
1252
 
1253
1253
  Returns a string representation of an object.
1254
1254
 
@@ -1266,7 +1266,7 @@ Returns a string representation of an object.
1266
1266
 
1267
1267
  > **unregister**(): `any`
1268
1268
 
1269
- Defined in: [packages/ai-tool/src/tool-func.ts:232](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L232)
1269
+ Defined in: [packages/ai-tool/src/tool-func.ts:232](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L232)
1270
1270
 
1271
1271
  #### Returns
1272
1272
 
@@ -1282,7 +1282,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:232](https://github.com/isdk/ai-t
1282
1282
 
1283
1283
  > **valueOf**(): `Object`
1284
1284
 
1285
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:134
1285
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:134
1286
1286
 
1287
1287
  Returns the primitive value of the specified object.
1288
1288
 
@@ -1302,7 +1302,7 @@ Returns the primitive value of the specified object.
1302
1302
 
1303
1303
  > `static` **assign**\<`T`, `U`\>(`target`, `source`): `T` & `U`
1304
1304
 
1305
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es2015.core.d.ts:286
1305
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es2015.core.d.ts:286
1306
1306
 
1307
1307
  Copy the values of all of the enumerable own properties from one or more source objects to a
1308
1308
  target object. Returns the target object.
@@ -1339,7 +1339,7 @@ The source object from which to copy properties.
1339
1339
 
1340
1340
  > `static` **assign**\<`T`, `U`, `V`\>(`target`, `source1`, `source2`): `T` & `U` & `V`
1341
1341
 
1342
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es2015.core.d.ts:295
1342
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es2015.core.d.ts:295
1343
1343
 
1344
1344
  Copy the values of all of the enumerable own properties from one or more source objects to a
1345
1345
  target object. Returns the target object.
@@ -1384,7 +1384,7 @@ The second source object from which to copy properties.
1384
1384
 
1385
1385
  > `static` **assign**\<`T`, `U`, `V`, `W`\>(`target`, `source1`, `source2`, `source3`): `T` & `U` & `V` & `W`
1386
1386
 
1387
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es2015.core.d.ts:305
1387
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es2015.core.d.ts:305
1388
1388
 
1389
1389
  Copy the values of all of the enumerable own properties from one or more source objects to a
1390
1390
  target object. Returns the target object.
@@ -1437,7 +1437,7 @@ The third source object from which to copy properties.
1437
1437
 
1438
1438
  > `static` **assign**(`target`, ...`sources`): `any`
1439
1439
 
1440
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es2015.core.d.ts:313
1440
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es2015.core.d.ts:313
1441
1441
 
1442
1442
  Copy the values of all of the enumerable own properties from one or more source objects to a
1443
1443
  target object. Returns the target object.
@@ -1472,7 +1472,7 @@ One or more source objects from which to copy properties
1472
1472
 
1473
1473
  > `static` **create**(`o`): `any`
1474
1474
 
1475
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:188
1475
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:188
1476
1476
 
1477
1477
  Creates an object that has the specified prototype or that has null prototype.
1478
1478
 
@@ -1496,7 +1496,7 @@ Object to use as a prototype. May be null.
1496
1496
 
1497
1497
  > `static` **create**(`o`, `properties`): `any`
1498
1498
 
1499
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:195
1499
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:195
1500
1500
 
1501
1501
  Creates an object that has the specified prototype, and that optionally contains specified properties.
1502
1502
 
@@ -1560,7 +1560,7 @@ Adds one or more properties to an object, and/or modifies attributes of existing
1560
1560
 
1561
1561
  > `static` **defineProperty**\<`T`\>(`o`, `p`, `attributes`): `T`
1562
1562
 
1563
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:203
1563
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:203
1564
1564
 
1565
1565
  Adds a property to an object, or modifies attributes of an existing property.
1566
1566
 
@@ -1604,7 +1604,7 @@ Descriptor for the property. It can be for a data property or an accessor proper
1604
1604
 
1605
1605
  > `static` **entries**\<`T`\>(`o`): \[`string`, `T`\][]
1606
1606
 
1607
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es2017.object.d.ts:36
1607
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es2017.object.d.ts:36
1608
1608
 
1609
1609
  Returns an array of key/values of the enumerable own properties of an object
1610
1610
 
@@ -1632,7 +1632,7 @@ Object that contains the properties and methods. This can be an object that you
1632
1632
 
1633
1633
  > `static` **entries**(`o`): \[`string`, `any`\][]
1634
1634
 
1635
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es2017.object.d.ts:42
1635
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es2017.object.d.ts:42
1636
1636
 
1637
1637
  Returns an array of key/values of the enumerable own properties of an object
1638
1638
 
@@ -1656,7 +1656,7 @@ Object that contains the properties and methods. This can be an object that you
1656
1656
 
1657
1657
  > `static` **fetch**(`name`, `objParam`?): `Promise`\<`any`\>
1658
1658
 
1659
- Defined in: [packages/ai-tool/src/client-tools.ts:56](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/client-tools.ts#L56)
1659
+ Defined in: [packages/ai-tool/src/client-tools.ts:56](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/client-tools.ts#L56)
1660
1660
 
1661
1661
  #### Parameters
1662
1662
 
@@ -1680,7 +1680,7 @@ Defined in: [packages/ai-tool/src/client-tools.ts:56](https://github.com/isdk/ai
1680
1680
 
1681
1681
  > `static` **freeze**\<`T`\>(`f`): `T`
1682
1682
 
1683
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:222
1683
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:222
1684
1684
 
1685
1685
  Prevents the modification of existing property attributes and values, and prevents the addition of new properties.
1686
1686
 
@@ -1708,7 +1708,7 @@ Object on which to lock the attributes.
1708
1708
 
1709
1709
  > `static` **freeze**\<`T`, `U`\>(`o`): `Readonly`\<`T`\>
1710
1710
 
1711
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:228
1711
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:228
1712
1712
 
1713
1713
  Prevents the modification of existing property attributes and values, and prevents the addition of new properties.
1714
1714
 
@@ -1738,7 +1738,7 @@ Object on which to lock the attributes.
1738
1738
 
1739
1739
  > `static` **freeze**\<`T`\>(`o`): `Readonly`\<`T`\>
1740
1740
 
1741
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:234
1741
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:234
1742
1742
 
1743
1743
  Prevents the modification of existing property attributes and values, and prevents the addition of new properties.
1744
1744
 
@@ -1770,7 +1770,7 @@ Object on which to lock the attributes.
1770
1770
 
1771
1771
  > `static` **fromEntries**\<`T`\>(`entries`): `object`
1772
1772
 
1773
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es2019.object.d.ts:26
1773
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es2019.object.d.ts:26
1774
1774
 
1775
1775
  Returns an object created by key-value entries for properties and methods
1776
1776
 
@@ -1798,7 +1798,7 @@ An iterable object that contains key-value entries for properties and methods.
1798
1798
 
1799
1799
  > `static` **fromEntries**(`entries`): `any`
1800
1800
 
1801
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es2019.object.d.ts:32
1801
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es2019.object.d.ts:32
1802
1802
 
1803
1803
  Returns an object created by key-value entries for properties and methods
1804
1804
 
@@ -1824,7 +1824,7 @@ An iterable object that contains key-value entries for properties and methods.
1824
1824
 
1825
1825
  > `static` **get**(`name`): [`ToolFunc`](ToolFunc.md)
1826
1826
 
1827
- Defined in: [packages/ai-tool/src/tool-func.ts:59](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L59)
1827
+ Defined in: [packages/ai-tool/src/tool-func.ts:59](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L59)
1828
1828
 
1829
1829
  #### Parameters
1830
1830
 
@@ -1846,7 +1846,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:59](https://github.com/isdk/ai-to
1846
1846
 
1847
1847
  > `static` **getAllByTag**(`tagName`): [`ToolFunc`](ToolFunc.md)[]
1848
1848
 
1849
- Defined in: [packages/ai-tool/src/tool-func.ts:87](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L87)
1849
+ Defined in: [packages/ai-tool/src/tool-func.ts:87](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L87)
1850
1850
 
1851
1851
  #### Parameters
1852
1852
 
@@ -1868,7 +1868,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:87](https://github.com/isdk/ai-to
1868
1868
 
1869
1869
  > `static` **getByTag**(`tagName`): `undefined` \| [`ToolFunc`](ToolFunc.md)
1870
1870
 
1871
- Defined in: [packages/ai-tool/src/tool-func.ts:67](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L67)
1871
+ Defined in: [packages/ai-tool/src/tool-func.ts:67](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L67)
1872
1872
 
1873
1873
  #### Parameters
1874
1874
 
@@ -1890,7 +1890,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:67](https://github.com/isdk/ai-to
1890
1890
 
1891
1891
  > `static` **getFunc**(`name`): `any`
1892
1892
 
1893
- Defined in: [packages/ai-tool/src/tool-func.ts:128](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L128)
1893
+ Defined in: [packages/ai-tool/src/tool-func.ts:128](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L128)
1894
1894
 
1895
1895
  #### Parameters
1896
1896
 
@@ -1912,7 +1912,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:128](https://github.com/isdk/ai-t
1912
1912
 
1913
1913
  > `static` **getFuncWithPos**(`name`): `any`
1914
1914
 
1915
- Defined in: [packages/ai-tool/src/tool-func.ts:149](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L149)
1915
+ Defined in: [packages/ai-tool/src/tool-func.ts:149](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L149)
1916
1916
 
1917
1917
  #### Parameters
1918
1918
 
@@ -1934,7 +1934,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:149](https://github.com/isdk/ai-t
1934
1934
 
1935
1935
  > `static` **getOwnPropertyDescriptor**(`o`, `p`): `undefined` \| `PropertyDescriptor`
1936
1936
 
1937
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:175
1937
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:175
1938
1938
 
1939
1939
  Gets the own property descriptor of the specified object.
1940
1940
  An own property descriptor is one that is defined directly on the object and is not inherited from the object's prototype.
@@ -1967,7 +1967,7 @@ Name of the property.
1967
1967
 
1968
1968
  > `static` **getOwnPropertyDescriptors**\<`T`\>(`o`): \{ \[P in string \| number \| symbol\]: TypedPropertyDescriptor\<T\[P\]\> \} & `object`
1969
1969
 
1970
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es2017.object.d.ts:48
1970
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es2017.object.d.ts:48
1971
1971
 
1972
1972
  Returns an object containing all own property descriptors of an object
1973
1973
 
@@ -1997,7 +1997,7 @@ Object that contains the properties and methods. This can be an object that you
1997
1997
 
1998
1998
  > `static` **getOwnPropertyNames**(`o`): `string`[]
1999
1999
 
2000
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:182
2000
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:182
2001
2001
 
2002
2002
  Returns the names of the own properties of an object. The own properties of an object are those that are defined directly
2003
2003
  on that object, and are not inherited from the object's prototype. The properties of an object include both fields (objects) and functions.
@@ -2024,7 +2024,7 @@ Object that contains the own properties.
2024
2024
 
2025
2025
  > `static` **getOwnPropertySymbols**(`o`): `symbol`[]
2026
2026
 
2027
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es2015.core.d.ts:319
2027
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es2015.core.d.ts:319
2028
2028
 
2029
2029
  Returns an array of all symbol properties found directly on object o.
2030
2030
 
@@ -2068,7 +2068,7 @@ get all properties descriptor include inherited.
2068
2068
 
2069
2069
  > `static` **getPrototypeOf**(`o`): `any`
2070
2070
 
2071
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:167
2071
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:167
2072
2072
 
2073
2073
  Returns the prototype of an object.
2074
2074
 
@@ -2094,7 +2094,7 @@ The object that references the prototype.
2094
2094
 
2095
2095
  > `static` **hasAsyncFeature**(`feature`): `boolean`
2096
2096
 
2097
- Defined in: [packages/ai-tool/src/tool-func.ts:105](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L105)
2097
+ Defined in: [packages/ai-tool/src/tool-func.ts:105](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L105)
2098
2098
 
2099
2099
  #### Parameters
2100
2100
 
@@ -2116,7 +2116,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:105](https://github.com/isdk/ai-t
2116
2116
 
2117
2117
  > `static` **hasOwn**(`o`, `v`): `boolean`
2118
2118
 
2119
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es2022.object.d.ts:25
2119
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es2022.object.d.ts:25
2120
2120
 
2121
2121
  Determines whether an object has a property with the specified name.
2122
2122
 
@@ -2148,7 +2148,7 @@ A property name.
2148
2148
 
2149
2149
  > `static` **is**(`value1`, `value2`): `boolean`
2150
2150
 
2151
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es2015.core.d.ts:332
2151
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es2015.core.d.ts:332
2152
2152
 
2153
2153
  Returns true if the values are the same value, false otherwise.
2154
2154
 
@@ -2180,7 +2180,7 @@ The second value.
2180
2180
 
2181
2181
  > `static` **isExtensible**(`o`): `boolean`
2182
2182
 
2183
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:258
2183
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:258
2184
2184
 
2185
2185
  Returns a value that indicates whether new properties can be added to an object.
2186
2186
 
@@ -2206,7 +2206,7 @@ Object to test.
2206
2206
 
2207
2207
  > `static` **isFrozen**(`o`): `boolean`
2208
2208
 
2209
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:252
2209
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:252
2210
2210
 
2211
2211
  Returns true if existing property attributes and values cannot be modified in an object, and new properties cannot be added to the object.
2212
2212
 
@@ -2232,7 +2232,7 @@ Object to test.
2232
2232
 
2233
2233
  > `static` **isSealed**(`o`): `boolean`
2234
2234
 
2235
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:246
2235
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:246
2236
2236
 
2237
2237
  Returns true if existing property attributes cannot be modified in an object and new properties cannot be added to the object.
2238
2238
 
@@ -2260,7 +2260,7 @@ Object to test.
2260
2260
 
2261
2261
  > `static` **keys**(`o`): `string`[]
2262
2262
 
2263
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:264
2263
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:264
2264
2264
 
2265
2265
  Returns the names of the enumerable string properties and methods of an object.
2266
2266
 
@@ -2284,7 +2284,7 @@ Object that contains the properties and methods. This can be an object that you
2284
2284
 
2285
2285
  > `static` **keys**(`o`): `string`[]
2286
2286
 
2287
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es2015.core.d.ts:325
2287
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es2015.core.d.ts:325
2288
2288
 
2289
2289
  Returns the names of the enumerable string properties and methods of an object.
2290
2290
 
@@ -2308,7 +2308,7 @@ Object that contains the properties and methods. This can be an object that you
2308
2308
 
2309
2309
  > `static` **list**(): [`Funcs`](../interfaces/Funcs.md)
2310
2310
 
2311
- Defined in: [packages/ai-tool/src/tool-func.ts:63](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L63)
2311
+ Defined in: [packages/ai-tool/src/tool-func.ts:63](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L63)
2312
2312
 
2313
2313
  #### Returns
2314
2314
 
@@ -2324,7 +2324,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:63](https://github.com/isdk/ai-to
2324
2324
 
2325
2325
  > `static` **loadFrom**(): `Promise`\<`void`\>
2326
2326
 
2327
- Defined in: [packages/ai-tool/src/client-tools.ts:29](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/client-tools.ts#L29)
2327
+ Defined in: [packages/ai-tool/src/client-tools.ts:29](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/client-tools.ts#L29)
2328
2328
 
2329
2329
  #### Returns
2330
2330
 
@@ -2336,7 +2336,7 @@ Defined in: [packages/ai-tool/src/client-tools.ts:29](https://github.com/isdk/ai
2336
2336
 
2337
2337
  > `static` **loadFromSync**(`items`): `void`
2338
2338
 
2339
- Defined in: [packages/ai-tool/src/client-tools.ts:41](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/client-tools.ts#L41)
2339
+ Defined in: [packages/ai-tool/src/client-tools.ts:41](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/client-tools.ts#L41)
2340
2340
 
2341
2341
  #### Parameters
2342
2342
 
@@ -2354,7 +2354,7 @@ Defined in: [packages/ai-tool/src/client-tools.ts:41](https://github.com/isdk/ai
2354
2354
 
2355
2355
  > `static` **preventExtensions**\<`T`\>(`o`): `T`
2356
2356
 
2357
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:240
2357
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:240
2358
2358
 
2359
2359
  Prevents the addition of new properties to an object.
2360
2360
 
@@ -2386,7 +2386,7 @@ Object to make non-extensible.
2386
2386
 
2387
2387
  > `static` **register**(`name`, `options`): `boolean` \| [`ToolFunc`](ToolFunc.md)
2388
2388
 
2389
- Defined in: [packages/ai-tool/src/tool-func.ts:154](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L154)
2389
+ Defined in: [packages/ai-tool/src/tool-func.ts:154](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L154)
2390
2390
 
2391
2391
  ##### Parameters
2392
2392
 
@@ -2410,7 +2410,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:154](https://github.com/isdk/ai-t
2410
2410
 
2411
2411
  > `static` **register**(`func`, `options`): `boolean` \| [`ToolFunc`](ToolFunc.md)
2412
2412
 
2413
- Defined in: [packages/ai-tool/src/tool-func.ts:155](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L155)
2413
+ Defined in: [packages/ai-tool/src/tool-func.ts:155](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L155)
2414
2414
 
2415
2415
  ##### Parameters
2416
2416
 
@@ -2434,7 +2434,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:155](https://github.com/isdk/ai-t
2434
2434
 
2435
2435
  > `static` **register**(`name`, `options`?): `boolean` \| [`ToolFunc`](ToolFunc.md)
2436
2436
 
2437
- Defined in: [packages/ai-tool/src/tool-func.ts:156](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L156)
2437
+ Defined in: [packages/ai-tool/src/tool-func.ts:156](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L156)
2438
2438
 
2439
2439
  ##### Parameters
2440
2440
 
@@ -2460,7 +2460,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:156](https://github.com/isdk/ai-t
2460
2460
 
2461
2461
  > `static` **run**(`name`, `params`?): `Promise`\<`any`\>
2462
2462
 
2463
- Defined in: [packages/ai-tool/src/tool-func.ts:112](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L112)
2463
+ Defined in: [packages/ai-tool/src/tool-func.ts:112](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L112)
2464
2464
 
2465
2465
  #### Parameters
2466
2466
 
@@ -2486,7 +2486,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:112](https://github.com/isdk/ai-t
2486
2486
 
2487
2487
  > `static` **runSync**(`name`, `params`?): `any`
2488
2488
 
2489
- Defined in: [packages/ai-tool/src/tool-func.ts:120](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L120)
2489
+ Defined in: [packages/ai-tool/src/tool-func.ts:120](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L120)
2490
2490
 
2491
2491
  #### Parameters
2492
2492
 
@@ -2512,7 +2512,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:120](https://github.com/isdk/ai-t
2512
2512
 
2513
2513
  > `static` **runWithPos**(`name`, ...`params`): `Promise`\<`any`\>
2514
2514
 
2515
- Defined in: [packages/ai-tool/src/tool-func.ts:133](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L133)
2515
+ Defined in: [packages/ai-tool/src/tool-func.ts:133](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L133)
2516
2516
 
2517
2517
  #### Parameters
2518
2518
 
@@ -2538,7 +2538,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:133](https://github.com/isdk/ai-t
2538
2538
 
2539
2539
  > `static` **runWithPosSync**(`name`, ...`params`): `any`
2540
2540
 
2541
- Defined in: [packages/ai-tool/src/tool-func.ts:141](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L141)
2541
+ Defined in: [packages/ai-tool/src/tool-func.ts:141](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L141)
2542
2542
 
2543
2543
  #### Parameters
2544
2544
 
@@ -2564,7 +2564,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:141](https://github.com/isdk/ai-t
2564
2564
 
2565
2565
  > `static` **seal**\<`T`\>(`o`): `T`
2566
2566
 
2567
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es5.d.ts:216
2567
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:216
2568
2568
 
2569
2569
  Prevents the modification of attributes of existing properties, and prevents the addition of new properties.
2570
2570
 
@@ -2594,7 +2594,7 @@ Object on which to lock the attributes.
2594
2594
 
2595
2595
  > `static` **setApiRoot**(`v`): `void`
2596
2596
 
2597
- Defined in: [packages/ai-tool/src/client-tools.ts:23](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/client-tools.ts#L23)
2597
+ Defined in: [packages/ai-tool/src/client-tools.ts:23](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/client-tools.ts#L23)
2598
2598
 
2599
2599
  #### Parameters
2600
2600
 
@@ -2612,7 +2612,7 @@ Defined in: [packages/ai-tool/src/client-tools.ts:23](https://github.com/isdk/ai
2612
2612
 
2613
2613
  > `static` **setPrototypeOf**(`o`, `proto`): `any`
2614
2614
 
2615
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es2015.core.d.ts:339
2615
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es2015.core.d.ts:339
2616
2616
 
2617
2617
  Sets the prototype of a specified object o to object proto or null. Returns the object o.
2618
2618
 
@@ -2644,7 +2644,7 @@ The value of the new prototype or null.
2644
2644
 
2645
2645
  > `static` **unregister**(`name`): `undefined` \| [`ToolFunc`](ToolFunc.md)
2646
2646
 
2647
- Defined in: [packages/ai-tool/src/tool-func.ts:184](https://github.com/isdk/ai-tool.js/blob/6a89194ac34437a1bc58f7ec590cd22976939ca6/src/tool-func.ts#L184)
2647
+ Defined in: [packages/ai-tool/src/tool-func.ts:184](https://github.com/isdk/ai-tool.js/blob/79d5773fa454dc7789b1291b1ebd73e4c1b93154/src/tool-func.ts#L184)
2648
2648
 
2649
2649
  #### Parameters
2650
2650
 
@@ -2668,7 +2668,7 @@ Defined in: [packages/ai-tool/src/tool-func.ts:184](https://github.com/isdk/ai-t
2668
2668
 
2669
2669
  > `static` **values**\<`T`\>(`o`): `T`[]
2670
2670
 
2671
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es2017.object.d.ts:24
2671
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es2017.object.d.ts:24
2672
2672
 
2673
2673
  Returns an array of values of the enumerable own properties of an object
2674
2674
 
@@ -2696,7 +2696,7 @@ Object that contains the properties and methods. This can be an object that you
2696
2696
 
2697
2697
  > `static` **values**(`o`): `any`[]
2698
2698
 
2699
- Defined in: node\_modules/.pnpm/typescript@5.7.2/node\_modules/typescript/lib/lib.es2017.object.d.ts:30
2699
+ Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es2017.object.d.ts:30
2700
2700
 
2701
2701
  Returns an array of values of the enumerable own properties of an object
2702
2702