@isdk/ai-tool 0.0.4 → 0.0.5

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 (64) hide show
  1. package/dist/{chunk-ZXBTGYVX.mjs → chunk-6JC4ABGE.mjs} +26 -19
  2. package/dist/funcs.js +26 -19
  3. package/dist/funcs.mjs +1 -1
  4. package/dist/index.js +26 -19
  5. package/dist/index.mjs +1 -1
  6. package/docs/classes/AbortError.md +8 -8
  7. package/docs/classes/AlreadyExistsError.md +8 -8
  8. package/docs/classes/BaseError.md +8 -8
  9. package/docs/classes/ClientTools.md +51 -51
  10. package/docs/classes/CommonError.md +8 -8
  11. package/docs/classes/EventClient.md +73 -73
  12. package/docs/classes/EventServer.md +71 -71
  13. package/docs/classes/EventToolFunc.md +41 -41
  14. package/docs/classes/FStringPromptTemplate.md +18 -18
  15. package/docs/classes/FewShotPromptTemplate.md +22 -22
  16. package/docs/classes/GolangPromptTemplate.md +18 -18
  17. package/docs/classes/HFEnvironment.md +9 -9
  18. package/docs/classes/HFInterpreter.md +17 -17
  19. package/docs/classes/HFTemplate.md +4 -4
  20. package/docs/classes/HfPromptTemplate.md +18 -18
  21. package/docs/classes/NotFoundError.md +8 -8
  22. package/docs/classes/NotImplementationError.md +8 -8
  23. package/docs/classes/PromptExampleSelector.md +8 -8
  24. package/docs/classes/PromptTemplate.md +17 -17
  25. package/docs/classes/ReadableStreamError.md +8 -8
  26. package/docs/classes/ResClientTools.md +57 -57
  27. package/docs/classes/ResServerTools.md +55 -55
  28. package/docs/classes/SSEChannel.md +15 -15
  29. package/docs/classes/ServerTools.md +48 -48
  30. package/docs/classes/ToolFunc.md +38 -38
  31. package/docs/enums/ErrorCode.md +19 -19
  32. package/docs/enums/XXHashAlgorithm.md +2 -2
  33. package/docs/interfaces/AIChatAssistantMessageParam.md +6 -6
  34. package/docs/interfaces/AIChatContentPartImage.md +2 -2
  35. package/docs/interfaces/AIChatContentPartText.md +2 -2
  36. package/docs/interfaces/AIChatMessageParamBase.md +1 -1
  37. package/docs/interfaces/AIChatMessageToolCall.md +3 -3
  38. package/docs/interfaces/AIChatSystemMessageParam.md +3 -3
  39. package/docs/interfaces/AIChatToolMessageParam.md +4 -4
  40. package/docs/interfaces/AIChatUserMessageParam.md +7 -7
  41. package/docs/interfaces/AIResult.md +4 -4
  42. package/docs/interfaces/AIStreamCallbacksAndOptions.md +6 -6
  43. package/docs/interfaces/AIStreamParser.md +1 -1
  44. package/docs/interfaces/AIStreamParserOptions.md +1 -1
  45. package/docs/interfaces/BaseFunc.md +7 -7
  46. package/docs/interfaces/BaseFuncItem.md +6 -6
  47. package/docs/interfaces/ClientFuncItem.md +10 -10
  48. package/docs/interfaces/DotenvExpandOptions.md +3 -3
  49. package/docs/interfaces/DotenvExpandOutput.md +2 -2
  50. package/docs/interfaces/EventClientFuncParams.md +4 -4
  51. package/docs/interfaces/EventServerFuncParams.md +5 -5
  52. package/docs/interfaces/FewShotPromptTemplateOptions.md +11 -11
  53. package/docs/interfaces/FuncItem.md +7 -7
  54. package/docs/interfaces/FuncParam.md +5 -5
  55. package/docs/interfaces/PromptExampleSelectorOptions.md +2 -2
  56. package/docs/interfaces/PromptTemplateOptions.md +6 -6
  57. package/docs/interfaces/RemoteFuncItem.md +10 -10
  58. package/docs/interfaces/ResClientFuncParams.md +2 -2
  59. package/docs/interfaces/ResServerFuncParams.md +5 -5
  60. package/docs/interfaces/SanitizeFilenameOptions.md +2 -2
  61. package/docs/interfaces/ServerFuncItem.md +11 -11
  62. package/docs/interfaces/ServerFuncParams.md +2 -2
  63. package/docs/modules.md +109 -109
  64. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isdk/ai-tool",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "author": "Riceball LEE <snowyu.lee@gmail.com>",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -31,7 +31,7 @@
31
31
  "eventsource-parser": "^1.1.2",
32
32
  "json-canonicalize": "^1.0.6",
33
33
  "load-config-file": "2.0.0-alpha.3",
34
- "mime-type": "5.0.0-alpha.2",
34
+ "mime-type": "^5.0.0-alpha.2",
35
35
  "property-manager": "^2.0.0-alpha.5",
36
36
  "secondary-cache": "^2.0.0-alpha.5",
37
37
  "secure-json-parse": "^2.7.0",