@botpress/zai 1.0.0-beta.1 → 1.0.0-beta.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 (47) hide show
  1. package/dist/src/env.d.ts +0 -36
  2. package/dist/src/zai.d.ts +6 -12
  3. package/dist/src/zai.js +2 -0
  4. package/dist/src/zai.js.map +1 -1
  5. package/dist/tsconfig.tsbuildinfo +1 -1
  6. package/dist/typings.d.ts +0 -6
  7. package/dist/typings.tsbuildinfo +1 -1
  8. package/package.json +18 -9
  9. package/tsconfig.json +1 -0
  10. package/dist/src/operations/check.test.js +0 -129
  11. package/dist/src/operations/extract.test.js +0 -163
  12. package/dist/src/operations/filter.test.js +0 -151
  13. package/dist/src/operations/label.test.js +0 -213
  14. package/dist/src/operations/rewrite.test.js +0 -96
  15. package/dist/src/operations/summarize.test.js +0 -22
  16. package/dist/src/operations/text.test.js +0 -51
  17. package/dist/src/operations/zai-learn.test.js +0 -71
  18. package/dist/src/operations/zai-retry.test.js +0 -50
  19. package/src/adapters/adapter.ts +0 -35
  20. package/src/adapters/botpress-table.ts +0 -213
  21. package/src/adapters/memory.ts +0 -13
  22. package/src/env.ts +0 -54
  23. package/src/index.ts +0 -11
  24. package/src/models.ts +0 -347
  25. package/src/operations/__tests/botpress_docs.txt +0 -26040
  26. package/src/operations/__tests/index.ts +0 -30
  27. package/src/operations/check.test.ts +0 -155
  28. package/src/operations/check.ts +0 -187
  29. package/src/operations/constants.ts +0 -2
  30. package/src/operations/errors.ts +0 -9
  31. package/src/operations/extract.test.ts +0 -209
  32. package/src/operations/extract.ts +0 -291
  33. package/src/operations/filter.test.ts +0 -182
  34. package/src/operations/filter.ts +0 -231
  35. package/src/operations/label.test.ts +0 -239
  36. package/src/operations/label.ts +0 -332
  37. package/src/operations/rewrite.test.ts +0 -114
  38. package/src/operations/rewrite.ts +0 -148
  39. package/src/operations/summarize.test.ts +0 -25
  40. package/src/operations/summarize.ts +0 -193
  41. package/src/operations/text.test.ts +0 -60
  42. package/src/operations/text.ts +0 -63
  43. package/src/operations/zai-learn.test.ts +0 -85
  44. package/src/operations/zai-retry.test.ts +0 -64
  45. package/src/scripts/update-models.ts +0 -74
  46. package/src/utils.ts +0 -61
  47. package/src/zai.ts +0 -179

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.