@keystrokehq/pinecone 0.1.0 → 0.1.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 (398) hide show
  1. package/README.md +1 -1
  2. package/dist/action.cjs.map +1 -1
  3. package/dist/action.mjs.map +1 -1
  4. package/dist/actions/cancel-bulk-import.cjs +1 -1
  5. package/dist/actions/cancel-bulk-import.cjs.map +1 -1
  6. package/dist/actions/cancel-bulk-import.d.cts +9 -3
  7. package/dist/actions/cancel-bulk-import.d.cts.map +1 -1
  8. package/dist/actions/cancel-bulk-import.d.mts +9 -3
  9. package/dist/actions/cancel-bulk-import.d.mts.map +1 -1
  10. package/dist/actions/cancel-bulk-import.mjs +1 -1
  11. package/dist/actions/cancel-bulk-import.mjs.map +1 -1
  12. package/dist/actions/chat-assistant.cjs +9 -9
  13. package/dist/actions/chat-assistant.cjs.map +1 -1
  14. package/dist/actions/chat-assistant.d.cts +72 -3
  15. package/dist/actions/chat-assistant.d.cts.map +1 -1
  16. package/dist/actions/chat-assistant.d.mts +72 -3
  17. package/dist/actions/chat-assistant.d.mts.map +1 -1
  18. package/dist/actions/chat-assistant.mjs +9 -9
  19. package/dist/actions/chat-assistant.mjs.map +1 -1
  20. package/dist/actions/chat-completion-assistant.cjs +9 -9
  21. package/dist/actions/chat-completion-assistant.cjs.map +1 -1
  22. package/dist/actions/chat-completion-assistant.d.cts +42 -3
  23. package/dist/actions/chat-completion-assistant.d.cts.map +1 -1
  24. package/dist/actions/chat-completion-assistant.d.mts +42 -3
  25. package/dist/actions/chat-completion-assistant.d.mts.map +1 -1
  26. package/dist/actions/chat-completion-assistant.mjs +9 -9
  27. package/dist/actions/chat-completion-assistant.mjs.map +1 -1
  28. package/dist/actions/configure-index.cjs +12 -12
  29. package/dist/actions/configure-index.cjs.map +1 -1
  30. package/dist/actions/configure-index.d.cts +58 -3
  31. package/dist/actions/configure-index.d.cts.map +1 -1
  32. package/dist/actions/configure-index.d.mts +58 -3
  33. package/dist/actions/configure-index.d.mts.map +1 -1
  34. package/dist/actions/configure-index.mjs +12 -12
  35. package/dist/actions/configure-index.mjs.map +1 -1
  36. package/dist/actions/create-assistant.cjs +7 -7
  37. package/dist/actions/create-assistant.cjs.map +1 -1
  38. package/dist/actions/create-assistant.d.cts +27 -3
  39. package/dist/actions/create-assistant.d.cts.map +1 -1
  40. package/dist/actions/create-assistant.d.mts +27 -3
  41. package/dist/actions/create-assistant.d.mts.map +1 -1
  42. package/dist/actions/create-assistant.mjs +7 -7
  43. package/dist/actions/create-assistant.mjs.map +1 -1
  44. package/dist/actions/create-backup.cjs +1 -1
  45. package/dist/actions/create-backup.cjs.map +1 -1
  46. package/dist/actions/create-backup.d.cts +23 -3
  47. package/dist/actions/create-backup.d.cts.map +1 -1
  48. package/dist/actions/create-backup.d.mts +23 -3
  49. package/dist/actions/create-backup.d.mts.map +1 -1
  50. package/dist/actions/create-backup.mjs +1 -1
  51. package/dist/actions/create-backup.mjs.map +1 -1
  52. package/dist/actions/create-index-for-model.cjs +11 -11
  53. package/dist/actions/create-index-for-model.cjs.map +1 -1
  54. package/dist/actions/create-index-for-model.d.cts +64 -3
  55. package/dist/actions/create-index-for-model.d.cts.map +1 -1
  56. package/dist/actions/create-index-for-model.d.mts +64 -3
  57. package/dist/actions/create-index-for-model.d.mts.map +1 -1
  58. package/dist/actions/create-index-for-model.mjs +11 -11
  59. package/dist/actions/create-index-for-model.mjs.map +1 -1
  60. package/dist/actions/create-index-from-backup.cjs +2 -2
  61. package/dist/actions/create-index-from-backup.cjs.map +1 -1
  62. package/dist/actions/create-index-from-backup.d.cts +16 -3
  63. package/dist/actions/create-index-from-backup.d.cts.map +1 -1
  64. package/dist/actions/create-index-from-backup.d.mts +16 -3
  65. package/dist/actions/create-index-from-backup.d.mts.map +1 -1
  66. package/dist/actions/create-index-from-backup.mjs +2 -2
  67. package/dist/actions/create-index-from-backup.mjs.map +1 -1
  68. package/dist/actions/create-index.cjs +2 -2
  69. package/dist/actions/create-index.cjs.map +1 -1
  70. package/dist/actions/create-index.d.cts +69 -3
  71. package/dist/actions/create-index.d.cts.map +1 -1
  72. package/dist/actions/create-index.d.mts +69 -3
  73. package/dist/actions/create-index.d.mts.map +1 -1
  74. package/dist/actions/create-index.mjs +2 -2
  75. package/dist/actions/create-index.mjs.map +1 -1
  76. package/dist/actions/create-namespace.cjs +5 -5
  77. package/dist/actions/create-namespace.cjs.map +1 -1
  78. package/dist/actions/create-namespace.d.cts +22 -3
  79. package/dist/actions/create-namespace.d.cts.map +1 -1
  80. package/dist/actions/create-namespace.d.mts +22 -3
  81. package/dist/actions/create-namespace.d.mts.map +1 -1
  82. package/dist/actions/create-namespace.mjs +5 -5
  83. package/dist/actions/create-namespace.mjs.map +1 -1
  84. package/dist/actions/delete-assistant.cjs +1 -1
  85. package/dist/actions/delete-assistant.cjs.map +1 -1
  86. package/dist/actions/delete-assistant.d.cts +10 -3
  87. package/dist/actions/delete-assistant.d.cts.map +1 -1
  88. package/dist/actions/delete-assistant.d.mts +10 -3
  89. package/dist/actions/delete-assistant.d.mts.map +1 -1
  90. package/dist/actions/delete-assistant.mjs +1 -1
  91. package/dist/actions/delete-assistant.mjs.map +1 -1
  92. package/dist/actions/delete-backup.cjs +1 -1
  93. package/dist/actions/delete-backup.cjs.map +1 -1
  94. package/dist/actions/delete-backup.d.cts +10 -3
  95. package/dist/actions/delete-backup.d.cts.map +1 -1
  96. package/dist/actions/delete-backup.d.mts +10 -3
  97. package/dist/actions/delete-backup.d.mts.map +1 -1
  98. package/dist/actions/delete-backup.mjs +1 -1
  99. package/dist/actions/delete-backup.mjs.map +1 -1
  100. package/dist/actions/delete-file.cjs +1 -1
  101. package/dist/actions/delete-file.cjs.map +1 -1
  102. package/dist/actions/delete-file.d.cts +14 -3
  103. package/dist/actions/delete-file.d.cts.map +1 -1
  104. package/dist/actions/delete-file.d.mts +14 -3
  105. package/dist/actions/delete-file.d.mts.map +1 -1
  106. package/dist/actions/delete-file.mjs +1 -1
  107. package/dist/actions/delete-file.mjs.map +1 -1
  108. package/dist/actions/delete-index.cjs +1 -1
  109. package/dist/actions/delete-index.cjs.map +1 -1
  110. package/dist/actions/delete-index.d.cts +10 -3
  111. package/dist/actions/delete-index.d.cts.map +1 -1
  112. package/dist/actions/delete-index.d.mts +10 -3
  113. package/dist/actions/delete-index.d.mts.map +1 -1
  114. package/dist/actions/delete-index.mjs +1 -1
  115. package/dist/actions/delete-index.mjs.map +1 -1
  116. package/dist/actions/delete-namespace.cjs +1 -1
  117. package/dist/actions/delete-namespace.cjs.map +1 -1
  118. package/dist/actions/delete-namespace.d.cts +9 -3
  119. package/dist/actions/delete-namespace.d.cts.map +1 -1
  120. package/dist/actions/delete-namespace.d.mts +9 -3
  121. package/dist/actions/delete-namespace.d.mts.map +1 -1
  122. package/dist/actions/delete-namespace.mjs +1 -1
  123. package/dist/actions/delete-namespace.mjs.map +1 -1
  124. package/dist/actions/delete-vectors.cjs +2 -2
  125. package/dist/actions/delete-vectors.cjs.map +1 -1
  126. package/dist/actions/delete-vectors.d.cts +15 -3
  127. package/dist/actions/delete-vectors.d.cts.map +1 -1
  128. package/dist/actions/delete-vectors.d.mts +15 -3
  129. package/dist/actions/delete-vectors.d.mts.map +1 -1
  130. package/dist/actions/delete-vectors.mjs +2 -2
  131. package/dist/actions/delete-vectors.mjs.map +1 -1
  132. package/dist/actions/describe-backup.cjs +3 -3
  133. package/dist/actions/describe-backup.cjs.map +1 -1
  134. package/dist/actions/describe-backup.d.cts +24 -3
  135. package/dist/actions/describe-backup.d.cts.map +1 -1
  136. package/dist/actions/describe-backup.d.mts +24 -3
  137. package/dist/actions/describe-backup.d.mts.map +1 -1
  138. package/dist/actions/describe-backup.mjs +3 -3
  139. package/dist/actions/describe-backup.mjs.map +1 -1
  140. package/dist/actions/describe-bulk-import.cjs +1 -1
  141. package/dist/actions/describe-bulk-import.cjs.map +1 -1
  142. package/dist/actions/describe-bulk-import.d.cts +18 -3
  143. package/dist/actions/describe-bulk-import.d.cts.map +1 -1
  144. package/dist/actions/describe-bulk-import.d.mts +18 -3
  145. package/dist/actions/describe-bulk-import.d.mts.map +1 -1
  146. package/dist/actions/describe-bulk-import.mjs +1 -1
  147. package/dist/actions/describe-bulk-import.mjs.map +1 -1
  148. package/dist/actions/describe-file.cjs +4 -4
  149. package/dist/actions/describe-file.cjs.map +1 -1
  150. package/dist/actions/describe-file.d.cts +26 -3
  151. package/dist/actions/describe-file.d.cts.map +1 -1
  152. package/dist/actions/describe-file.d.mts +26 -3
  153. package/dist/actions/describe-file.d.mts.map +1 -1
  154. package/dist/actions/describe-file.mjs +4 -4
  155. package/dist/actions/describe-file.mjs.map +1 -1
  156. package/dist/actions/describe-index-stats.cjs +2 -2
  157. package/dist/actions/describe-index-stats.cjs.map +1 -1
  158. package/dist/actions/describe-index-stats.d.cts +18 -3
  159. package/dist/actions/describe-index-stats.d.cts.map +1 -1
  160. package/dist/actions/describe-index-stats.d.mts +18 -3
  161. package/dist/actions/describe-index-stats.d.mts.map +1 -1
  162. package/dist/actions/describe-index-stats.mjs +2 -2
  163. package/dist/actions/describe-index-stats.mjs.map +1 -1
  164. package/dist/actions/describe-index.cjs +23 -23
  165. package/dist/actions/describe-index.cjs.map +1 -1
  166. package/dist/actions/describe-index.d.cts +46 -3
  167. package/dist/actions/describe-index.d.cts.map +1 -1
  168. package/dist/actions/describe-index.d.mts +46 -3
  169. package/dist/actions/describe-index.d.mts.map +1 -1
  170. package/dist/actions/describe-index.mjs +23 -23
  171. package/dist/actions/describe-index.mjs.map +1 -1
  172. package/dist/actions/describe-namespace.cjs +3 -3
  173. package/dist/actions/describe-namespace.cjs.map +1 -1
  174. package/dist/actions/describe-namespace.d.cts +18 -3
  175. package/dist/actions/describe-namespace.d.cts.map +1 -1
  176. package/dist/actions/describe-namespace.d.mts +18 -3
  177. package/dist/actions/describe-namespace.d.mts.map +1 -1
  178. package/dist/actions/describe-namespace.mjs +3 -3
  179. package/dist/actions/describe-namespace.mjs.map +1 -1
  180. package/dist/actions/describe-restore-job.cjs +7 -7
  181. package/dist/actions/describe-restore-job.cjs.map +1 -1
  182. package/dist/actions/describe-restore-job.d.cts +16 -3
  183. package/dist/actions/describe-restore-job.d.cts.map +1 -1
  184. package/dist/actions/describe-restore-job.d.mts +16 -3
  185. package/dist/actions/describe-restore-job.d.mts.map +1 -1
  186. package/dist/actions/describe-restore-job.mjs +7 -7
  187. package/dist/actions/describe-restore-job.mjs.map +1 -1
  188. package/dist/actions/embed.cjs +8 -8
  189. package/dist/actions/embed.cjs.map +1 -1
  190. package/dist/actions/embed.d.cts +42 -3
  191. package/dist/actions/embed.d.cts.map +1 -1
  192. package/dist/actions/embed.d.mts +42 -3
  193. package/dist/actions/embed.d.mts.map +1 -1
  194. package/dist/actions/embed.mjs +8 -8
  195. package/dist/actions/embed.mjs.map +1 -1
  196. package/dist/actions/fetch-vectors.cjs +3 -3
  197. package/dist/actions/fetch-vectors.cjs.map +1 -1
  198. package/dist/actions/fetch-vectors.d.cts +17 -3
  199. package/dist/actions/fetch-vectors.d.cts.map +1 -1
  200. package/dist/actions/fetch-vectors.d.mts +17 -3
  201. package/dist/actions/fetch-vectors.d.mts.map +1 -1
  202. package/dist/actions/fetch-vectors.mjs +3 -3
  203. package/dist/actions/fetch-vectors.mjs.map +1 -1
  204. package/dist/actions/get-assistant.cjs +4 -4
  205. package/dist/actions/get-assistant.cjs.map +1 -1
  206. package/dist/actions/get-assistant.d.cts +17 -3
  207. package/dist/actions/get-assistant.d.cts.map +1 -1
  208. package/dist/actions/get-assistant.d.mts +17 -3
  209. package/dist/actions/get-assistant.d.mts.map +1 -1
  210. package/dist/actions/get-assistant.mjs +4 -4
  211. package/dist/actions/get-assistant.mjs.map +1 -1
  212. package/dist/actions/get-model.cjs +10 -10
  213. package/dist/actions/get-model.cjs.map +1 -1
  214. package/dist/actions/get-model.d.cts +31 -3
  215. package/dist/actions/get-model.d.cts.map +1 -1
  216. package/dist/actions/get-model.d.mts +31 -3
  217. package/dist/actions/get-model.d.mts.map +1 -1
  218. package/dist/actions/get-model.mjs +10 -10
  219. package/dist/actions/get-model.mjs.map +1 -1
  220. package/dist/actions/list-assistants.cjs +6 -6
  221. package/dist/actions/list-assistants.cjs.map +1 -1
  222. package/dist/actions/list-assistants.d.cts +22 -3
  223. package/dist/actions/list-assistants.d.cts.map +1 -1
  224. package/dist/actions/list-assistants.d.mts +22 -3
  225. package/dist/actions/list-assistants.d.mts.map +1 -1
  226. package/dist/actions/list-assistants.mjs +6 -6
  227. package/dist/actions/list-assistants.mjs.map +1 -1
  228. package/dist/actions/list-bulk-imports.cjs +3 -3
  229. package/dist/actions/list-bulk-imports.cjs.map +1 -1
  230. package/dist/actions/list-bulk-imports.d.cts +25 -3
  231. package/dist/actions/list-bulk-imports.d.cts.map +1 -1
  232. package/dist/actions/list-bulk-imports.d.mts +25 -3
  233. package/dist/actions/list-bulk-imports.d.mts.map +1 -1
  234. package/dist/actions/list-bulk-imports.mjs +3 -3
  235. package/dist/actions/list-bulk-imports.mjs.map +1 -1
  236. package/dist/actions/list-collections.cjs +3 -3
  237. package/dist/actions/list-collections.cjs.map +1 -1
  238. package/dist/actions/list-collections.d.cts +12 -3
  239. package/dist/actions/list-collections.d.cts.map +1 -1
  240. package/dist/actions/list-collections.d.mts +12 -3
  241. package/dist/actions/list-collections.d.mts.map +1 -1
  242. package/dist/actions/list-collections.mjs +3 -3
  243. package/dist/actions/list-collections.mjs.map +1 -1
  244. package/dist/actions/list-files.cjs +6 -6
  245. package/dist/actions/list-files.cjs.map +1 -1
  246. package/dist/actions/list-files.d.cts +33 -3
  247. package/dist/actions/list-files.d.cts.map +1 -1
  248. package/dist/actions/list-files.d.mts +33 -3
  249. package/dist/actions/list-files.d.mts.map +1 -1
  250. package/dist/actions/list-files.mjs +6 -6
  251. package/dist/actions/list-files.mjs.map +1 -1
  252. package/dist/actions/list-index-backups.cjs +13 -13
  253. package/dist/actions/list-index-backups.cjs.map +1 -1
  254. package/dist/actions/list-index-backups.d.cts +35 -3
  255. package/dist/actions/list-index-backups.d.cts.map +1 -1
  256. package/dist/actions/list-index-backups.d.mts +35 -3
  257. package/dist/actions/list-index-backups.d.mts.map +1 -1
  258. package/dist/actions/list-index-backups.mjs +13 -13
  259. package/dist/actions/list-index-backups.mjs.map +1 -1
  260. package/dist/actions/list-indexes.cjs +21 -21
  261. package/dist/actions/list-indexes.cjs.map +1 -1
  262. package/dist/actions/list-indexes.d.cts +33 -3
  263. package/dist/actions/list-indexes.d.cts.map +1 -1
  264. package/dist/actions/list-indexes.d.mts +33 -3
  265. package/dist/actions/list-indexes.d.mts.map +1 -1
  266. package/dist/actions/list-indexes.mjs +21 -21
  267. package/dist/actions/list-indexes.mjs.map +1 -1
  268. package/dist/actions/list-models.cjs +3 -3
  269. package/dist/actions/list-models.cjs.map +1 -1
  270. package/dist/actions/list-models.d.cts +33 -3
  271. package/dist/actions/list-models.d.cts.map +1 -1
  272. package/dist/actions/list-models.d.mts +33 -3
  273. package/dist/actions/list-models.d.mts.map +1 -1
  274. package/dist/actions/list-models.mjs +3 -3
  275. package/dist/actions/list-models.mjs.map +1 -1
  276. package/dist/actions/list-namespaces-operation.cjs +5 -5
  277. package/dist/actions/list-namespaces-operation.cjs.map +1 -1
  278. package/dist/actions/list-namespaces-operation.d.cts +30 -3
  279. package/dist/actions/list-namespaces-operation.d.cts.map +1 -1
  280. package/dist/actions/list-namespaces-operation.d.mts +30 -3
  281. package/dist/actions/list-namespaces-operation.d.mts.map +1 -1
  282. package/dist/actions/list-namespaces-operation.mjs +5 -5
  283. package/dist/actions/list-namespaces-operation.mjs.map +1 -1
  284. package/dist/actions/list-project-backups.cjs +13 -13
  285. package/dist/actions/list-project-backups.cjs.map +1 -1
  286. package/dist/actions/list-project-backups.d.cts +31 -3
  287. package/dist/actions/list-project-backups.d.cts.map +1 -1
  288. package/dist/actions/list-project-backups.d.mts +31 -3
  289. package/dist/actions/list-project-backups.d.mts.map +1 -1
  290. package/dist/actions/list-project-backups.mjs +13 -13
  291. package/dist/actions/list-project-backups.mjs.map +1 -1
  292. package/dist/actions/list-restore-jobs.cjs +10 -10
  293. package/dist/actions/list-restore-jobs.cjs.map +1 -1
  294. package/dist/actions/list-restore-jobs.d.cts +23 -3
  295. package/dist/actions/list-restore-jobs.d.cts.map +1 -1
  296. package/dist/actions/list-restore-jobs.d.mts +23 -3
  297. package/dist/actions/list-restore-jobs.d.mts.map +1 -1
  298. package/dist/actions/list-restore-jobs.mjs +10 -10
  299. package/dist/actions/list-restore-jobs.mjs.map +1 -1
  300. package/dist/actions/list-vectors.cjs +4 -4
  301. package/dist/actions/list-vectors.cjs.map +1 -1
  302. package/dist/actions/list-vectors.d.cts +26 -3
  303. package/dist/actions/list-vectors.d.cts.map +1 -1
  304. package/dist/actions/list-vectors.d.mts +26 -3
  305. package/dist/actions/list-vectors.d.mts.map +1 -1
  306. package/dist/actions/list-vectors.mjs +4 -4
  307. package/dist/actions/list-vectors.mjs.map +1 -1
  308. package/dist/actions/query-vectors.cjs +7 -7
  309. package/dist/actions/query-vectors.cjs.map +1 -1
  310. package/dist/actions/query-vectors.d.cts +44 -3
  311. package/dist/actions/query-vectors.d.cts.map +1 -1
  312. package/dist/actions/query-vectors.d.mts +44 -3
  313. package/dist/actions/query-vectors.d.mts.map +1 -1
  314. package/dist/actions/query-vectors.mjs +7 -7
  315. package/dist/actions/query-vectors.mjs.map +1 -1
  316. package/dist/actions/rerank.cjs +7 -7
  317. package/dist/actions/rerank.cjs.map +1 -1
  318. package/dist/actions/rerank.d.cts +36 -3
  319. package/dist/actions/rerank.d.cts.map +1 -1
  320. package/dist/actions/rerank.d.mts +36 -3
  321. package/dist/actions/rerank.d.mts.map +1 -1
  322. package/dist/actions/rerank.mjs +7 -7
  323. package/dist/actions/rerank.mjs.map +1 -1
  324. package/dist/actions/retrieve-context-assistant.cjs +14 -14
  325. package/dist/actions/retrieve-context-assistant.cjs.map +1 -1
  326. package/dist/actions/retrieve-context-assistant.d.cts +48 -3
  327. package/dist/actions/retrieve-context-assistant.d.cts.map +1 -1
  328. package/dist/actions/retrieve-context-assistant.d.mts +48 -3
  329. package/dist/actions/retrieve-context-assistant.d.mts.map +1 -1
  330. package/dist/actions/retrieve-context-assistant.mjs +14 -14
  331. package/dist/actions/retrieve-context-assistant.mjs.map +1 -1
  332. package/dist/actions/search-records-namespace.cjs +7 -7
  333. package/dist/actions/search-records-namespace.cjs.map +1 -1
  334. package/dist/actions/search-records-namespace.d.cts +76 -3
  335. package/dist/actions/search-records-namespace.d.cts.map +1 -1
  336. package/dist/actions/search-records-namespace.d.mts +76 -3
  337. package/dist/actions/search-records-namespace.d.mts.map +1 -1
  338. package/dist/actions/search-records-namespace.mjs +7 -7
  339. package/dist/actions/search-records-namespace.mjs.map +1 -1
  340. package/dist/actions/start-bulk-import.cjs +1 -1
  341. package/dist/actions/start-bulk-import.cjs.map +1 -1
  342. package/dist/actions/start-bulk-import.d.cts +22 -3
  343. package/dist/actions/start-bulk-import.d.cts.map +1 -1
  344. package/dist/actions/start-bulk-import.d.mts +22 -3
  345. package/dist/actions/start-bulk-import.d.mts.map +1 -1
  346. package/dist/actions/start-bulk-import.mjs +1 -1
  347. package/dist/actions/start-bulk-import.mjs.map +1 -1
  348. package/dist/actions/update-assistant.cjs +4 -4
  349. package/dist/actions/update-assistant.cjs.map +1 -1
  350. package/dist/actions/update-assistant.d.cts +17 -3
  351. package/dist/actions/update-assistant.d.cts.map +1 -1
  352. package/dist/actions/update-assistant.d.mts +17 -3
  353. package/dist/actions/update-assistant.d.mts.map +1 -1
  354. package/dist/actions/update-assistant.mjs +4 -4
  355. package/dist/actions/update-assistant.mjs.map +1 -1
  356. package/dist/actions/update-vector.cjs +3 -3
  357. package/dist/actions/update-vector.cjs.map +1 -1
  358. package/dist/actions/update-vector.d.cts +29 -3
  359. package/dist/actions/update-vector.d.cts.map +1 -1
  360. package/dist/actions/update-vector.d.mts +29 -3
  361. package/dist/actions/update-vector.d.mts.map +1 -1
  362. package/dist/actions/update-vector.mjs +3 -3
  363. package/dist/actions/update-vector.mjs.map +1 -1
  364. package/dist/actions/upload-file.cjs +3 -3
  365. package/dist/actions/upload-file.cjs.map +1 -1
  366. package/dist/actions/upload-file.d.cts +47 -3
  367. package/dist/actions/upload-file.d.cts.map +1 -1
  368. package/dist/actions/upload-file.d.mts +47 -3
  369. package/dist/actions/upload-file.d.mts.map +1 -1
  370. package/dist/actions/upload-file.mjs +3 -3
  371. package/dist/actions/upload-file.mjs.map +1 -1
  372. package/dist/actions/upsert-records-namespace.cjs +2 -2
  373. package/dist/actions/upsert-records-namespace.cjs.map +1 -1
  374. package/dist/actions/upsert-records-namespace.d.cts +16 -3
  375. package/dist/actions/upsert-records-namespace.d.cts.map +1 -1
  376. package/dist/actions/upsert-records-namespace.d.mts +16 -3
  377. package/dist/actions/upsert-records-namespace.d.mts.map +1 -1
  378. package/dist/actions/upsert-records-namespace.mjs +2 -2
  379. package/dist/actions/upsert-records-namespace.mjs.map +1 -1
  380. package/dist/actions/upsert-vectors.cjs +3 -3
  381. package/dist/actions/upsert-vectors.cjs.map +1 -1
  382. package/dist/actions/upsert-vectors.d.cts +30 -3
  383. package/dist/actions/upsert-vectors.d.cts.map +1 -1
  384. package/dist/actions/upsert-vectors.d.mts +30 -3
  385. package/dist/actions/upsert-vectors.d.mts.map +1 -1
  386. package/dist/actions/upsert-vectors.mjs +3 -3
  387. package/dist/actions/upsert-vectors.mjs.map +1 -1
  388. package/dist/catalog.cjs +7 -1
  389. package/dist/catalog.cjs.map +1 -1
  390. package/dist/catalog.d.cts +8 -0
  391. package/dist/catalog.d.mts +8 -0
  392. package/dist/catalog.mjs +7 -1
  393. package/dist/catalog.mjs.map +1 -1
  394. package/dist/execute.cjs +1 -1
  395. package/dist/execute.cjs.map +1 -1
  396. package/dist/execute.mjs +1 -1
  397. package/dist/execute.mjs.map +1 -1
  398. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"fetch-vectors.d.cts","names":[],"sources":["../../src/actions/fetch-vectors.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAI4B;AAAA,cAIzD,0BAAA,EAA4B,CAAA,CAAE,UAIe;AAAA,cAE7C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"fetch-vectors.d.cts","names":[],"sources":["../../src/actions/fetch-vectors.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;cAQzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;cAM1B,oBAAA,gCAAoB,wBAAA"}
@@ -1,9 +1,23 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/fetch-vectors.d.ts
4
- declare const PineconeFetchVectorsInput: z.ZodTypeAny;
5
- declare const PineconeFetchVectorsOutput: z.ZodTypeAny;
6
- declare const pineconeFetchVectors: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PineconeFetchVectorsInput: z.ZodObject<{
5
+ ids: z.ZodArray<z.ZodString>;
6
+ namespace: z.ZodOptional<z.ZodString>;
7
+ index_host: z.ZodString;
8
+ }, z.core.$strip>;
9
+ declare const PineconeFetchVectorsOutput: z.ZodObject<{
10
+ usage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
11
+ readUnits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
12
+ }, z.core.$loose>>>;
13
+ vectors: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
14
+ namespace: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ }, z.core.$loose>;
16
+ declare const pineconeFetchVectors: import("@keystrokehq/action").WorkflowActionDefinition<{
17
+ ids: string[];
18
+ index_host: string;
19
+ namespace?: string | undefined;
20
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
21
  //#endregion
8
22
  export { pineconeFetchVectors };
9
23
  //# sourceMappingURL=fetch-vectors.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"fetch-vectors.d.mts","names":[],"sources":["../../src/actions/fetch-vectors.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAI4B;AAAA,cAIzD,0BAAA,EAA4B,CAAA,CAAE,UAIe;AAAA,cAE7C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"fetch-vectors.d.mts","names":[],"sources":["../../src/actions/fetch-vectors.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;cAQzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;cAM1B,oBAAA,gCAAoB,wBAAA"}
@@ -6,7 +6,7 @@ const PineconeFetchVectorsInput = z.object({
6
6
  namespace: z.string().describe("The namespace to fetch vectors from. If not provided, the default namespace is used.").optional(),
7
7
  index_host: z.string().describe("The host URL of the Pinecone index to fetch vectors from. Get this from the list indexes operation.")
8
8
  }).describe("Request model for fetching vectors by ID from Pinecone.");
9
- const PineconeFetchVectors_UsageSchema = z.object({ readUnits: z.number().int().describe("The number of read units consumed by this operation.").nullable().optional() }).describe("Usage information for the fetch operation.");
9
+ const PineconeFetchVectors_UsageSchema = z.object({ readUnits: z.number().int().describe("The number of read units consumed by this operation.").nullable().optional() }).passthrough().describe("Usage information for the fetch operation.");
10
10
  const pineconeFetchVectors = action("PINECONE_FETCH_VECTORS", {
11
11
  slug: "pinecone-fetch-vectors",
12
12
  name: "Fetch Vectors",
@@ -14,9 +14,9 @@ const pineconeFetchVectors = action("PINECONE_FETCH_VECTORS", {
14
14
  input: PineconeFetchVectorsInput,
15
15
  output: z.object({
16
16
  usage: PineconeFetchVectors_UsageSchema.nullable().optional(),
17
- vectors: z.object({}).describe("The fetched vectors, in the form of a map between the fetched IDs and the fetched vectors.").nullable().optional(),
17
+ vectors: z.record(z.string(), z.unknown()).describe("The fetched vectors, in the form of a map between the fetched IDs and the fetched vectors.").nullable().optional(),
18
18
  namespace: z.string().describe("The namespace of the vectors.").nullable().optional()
19
- }).describe("Response model for fetch vectors operation.")
19
+ }).passthrough().describe("Response model for fetch vectors operation.")
20
20
  });
21
21
  //#endregion
22
22
  export { pineconeFetchVectors };
@@ -1 +1 @@
1
- {"version":3,"file":"fetch-vectors.mjs","names":[],"sources":["../../src/actions/fetch-vectors.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeFetchVectorsInput: z.ZodTypeAny = z.object({\n ids: z.array(z.string()).describe(\"The vector IDs to fetch. Does not accept values containing spaces.\"),\n namespace: z.string().describe(\"The namespace to fetch vectors from. If not provided, the default namespace is used.\").optional(),\n index_host: z.string().describe(\"The host URL of the Pinecone index to fetch vectors from. Get this from the list indexes operation.\"),\n}).describe(\"Request model for fetching vectors by ID from Pinecone.\");\nconst PineconeFetchVectors_UsageSchema: z.ZodTypeAny = z.object({\n readUnits: z.number().int().describe(\"The number of read units consumed by this operation.\").nullable().optional(),\n}).describe(\"Usage information for the fetch operation.\");\nexport const PineconeFetchVectorsOutput: z.ZodTypeAny = z.object({\n usage: PineconeFetchVectors_UsageSchema.nullable().optional(),\n vectors: z.object({}).describe(\"The fetched vectors, in the form of a map between the fetched IDs and the fetched vectors.\").nullable().optional(),\n namespace: z.string().describe(\"The namespace of the vectors.\").nullable().optional(),\n}).describe(\"Response model for fetch vectors operation.\");\n\nexport const pineconeFetchVectors = action(\"PINECONE_FETCH_VECTORS\", {\n slug: \"pinecone-fetch-vectors\",\n name: \"Fetch Vectors\",\n description: \"Tool to fetch vectors by ID from a Pinecone index. Use when you need to retrieve vector data and metadata for specific vector IDs from a single namespace.\",\n input: PineconeFetchVectorsInput,\n output: PineconeFetchVectorsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO;CAC9D,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oEAAoE;CACtG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CAChI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG;AACvI,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,mCAAiD,EAAE,OAAO,EAC9D,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnH,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAOxD,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXsD,EAAE,OAAO;EAC/D,OAAO,iCAAiC,SAAS,CAAC,CAAC,SAAS;EAC5D,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjJ,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"fetch-vectors.mjs","names":[],"sources":["../../src/actions/fetch-vectors.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeFetchVectorsInput = z.object({\n ids: z.array(z.string()).describe(\"The vector IDs to fetch. Does not accept values containing spaces.\"),\n namespace: z.string().describe(\"The namespace to fetch vectors from. If not provided, the default namespace is used.\").optional(),\n index_host: z.string().describe(\"The host URL of the Pinecone index to fetch vectors from. Get this from the list indexes operation.\"),\n}).describe(\"Request model for fetching vectors by ID from Pinecone.\");\nconst PineconeFetchVectors_UsageSchema = z.object({\n readUnits: z.number().int().describe(\"The number of read units consumed by this operation.\").nullable().optional(),\n}).passthrough().describe(\"Usage information for the fetch operation.\");\nexport const PineconeFetchVectorsOutput = z.object({\n usage: PineconeFetchVectors_UsageSchema.nullable().optional(),\n vectors: z.record(z.string(), z.unknown()).describe(\"The fetched vectors, in the form of a map between the fetched IDs and the fetched vectors.\").nullable().optional(),\n namespace: z.string().describe(\"The namespace of the vectors.\").nullable().optional(),\n}).passthrough().describe(\"Response model for fetch vectors operation.\");\n\nexport const pineconeFetchVectors = action(\"PINECONE_FETCH_VECTORS\", {\n slug: \"pinecone-fetch-vectors\",\n name: \"Fetch Vectors\",\n description: \"Tool to fetch vectors by ID from a Pinecone index. Use when you need to retrieve vector data and metadata for specific vector IDs from a single namespace.\",\n input: PineconeFetchVectorsInput,\n output: PineconeFetchVectorsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4B,EAAE,OAAO;CAChD,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oEAAoE;CACtG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CAChI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG;AACvI,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,mCAAmC,EAAE,OAAO,EAChD,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4CAA4C;AAOtE,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXwC,EAAE,OAAO;EACjD,OAAO,iCAAiC,SAAS,CAAC,CAAC,SAAS;EAC5D,SAAS,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtK,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAOhB;AACV,CAAC"}
@@ -7,13 +7,13 @@ const PineconeGetAssistantInput = zod.z.object({
7
7
  }).describe("Request parameters for retrieving an assistant's status and details.");
8
8
  const PineconeGetAssistantOutput = zod.z.object({
9
9
  host: zod.z.string().describe("The host where the assistant is deployed.").nullable().optional(),
10
- name: zod.z.string().describe("The name of the assistant. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'."),
11
- status: zod.z.string().describe("Current status of the assistant."),
12
- metadata: zod.z.object({}).describe("Optional metadata associated with the assistant. Metadata is a JSON object that can store custom organizational data, tags, and attributes.").nullable().optional(),
10
+ name: zod.z.string().describe("The name of the assistant. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.").nullable(),
11
+ status: zod.z.string().describe("Current status of the assistant.").nullable(),
12
+ metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Optional metadata associated with the assistant. Metadata is a JSON object that can store custom organizational data, tags, and attributes.").nullable().optional(),
13
13
  created_at: zod.z.string().describe("Timestamp when the assistant was created (ISO 8601 format).").nullable().optional(),
14
14
  updated_at: zod.z.string().describe("Timestamp when the assistant was last updated (ISO 8601 format).").nullable().optional(),
15
15
  instructions: zod.z.string().describe("Description or directive for the assistant to apply to all responses.").nullable().optional()
16
- }).describe("Response containing the configuration and status of a Pinecone Assistant.");
16
+ }).passthrough().describe("Response containing the configuration and status of a Pinecone Assistant.");
17
17
  const pineconeGetAssistant = require_action.action("PINECONE_GET_ASSISTANT", {
18
18
  slug: "pinecone-get-assistant",
19
19
  name: "Get Assistant Status",
@@ -1 +1 @@
1
- {"version":3,"file":"get-assistant.cjs","names":["z","action"],"sources":["../../src/actions/get-assistant.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeGetAssistantInput: z.ZodTypeAny = z.object({\n api_version: z.string().default(\"2025-10\").describe(\"Required date-based version header for the Pinecone API.\").optional(),\n assistant_name: z.string().describe(\"The name of the assistant to get a status on. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.\"),\n}).describe(\"Request parameters for retrieving an assistant's status and details.\");\nexport const PineconeGetAssistantOutput: z.ZodTypeAny = z.object({\n host: z.string().describe(\"The host where the assistant is deployed.\").nullable().optional(),\n name: z.string().describe(\"The name of the assistant. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.\"),\n status: z.string().describe(\"Current status of the assistant.\"),\n metadata: z.object({}).describe(\"Optional metadata associated with the assistant. Metadata is a JSON object that can store custom organizational data, tags, and attributes.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the assistant was created (ISO 8601 format).\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the assistant was last updated (ISO 8601 format).\").nullable().optional(),\n instructions: z.string().describe(\"Description or directive for the assistant to apply to all responses.\").nullable().optional(),\n}).describe(\"Response containing the configuration and status of a Pinecone Assistant.\");\n\nexport const pineconeGetAssistant = action(\"PINECONE_GET_ASSISTANT\", {\n slug: \"pinecone-get-assistant\",\n name: \"Get Assistant Status\",\n description: \"Tool to retrieve the status and details of a Pinecone assistant. Use when you need to check assistant configuration, deployment status, or metadata.\",\n input: PineconeGetAssistantInput,\n output: PineconeGetAssistantOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACzH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;AAC9O,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qLAAqL;CAC/M,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC9D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6IAA6I,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnM,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjI,CAAC,CAAC,CAAC,SAAS,2EAA2E;AAEvF,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-assistant.cjs","names":["z","action"],"sources":["../../src/actions/get-assistant.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeGetAssistantInput = z.object({\n api_version: z.string().default(\"2025-10\").describe(\"Required date-based version header for the Pinecone API.\").optional(),\n assistant_name: z.string().describe(\"The name of the assistant to get a status on. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.\"),\n}).describe(\"Request parameters for retrieving an assistant's status and details.\");\nexport const PineconeGetAssistantOutput = z.object({\n host: z.string().describe(\"The host where the assistant is deployed.\").nullable().optional(),\n name: z.string().describe(\"The name of the assistant. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.\").nullable(),\n status: z.string().describe(\"Current status of the assistant.\").nullable(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Optional metadata associated with the assistant. Metadata is a JSON object that can store custom organizational data, tags, and attributes.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the assistant was created (ISO 8601 format).\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the assistant was last updated (ISO 8601 format).\").nullable().optional(),\n instructions: z.string().describe(\"Description or directive for the assistant to apply to all responses.\").nullable().optional(),\n}).passthrough().describe(\"Response containing the configuration and status of a Pinecone Assistant.\");\n\nexport const pineconeGetAssistant = action(\"PINECONE_GET_ASSISTANT\", {\n slug: \"pinecone-get-assistant\",\n name: \"Get Assistant Status\",\n description: \"Tool to retrieve the status and details of a Pinecone assistant. Use when you need to check assistant configuration, deployment status, or metadata.\",\n input: PineconeGetAssistantInput,\n output: PineconeGetAssistantOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACzH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;AAC9O,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qLAAqL,CAAC,CAAC,SAAS;CAC1N,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACzE,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6IAA6I,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxN,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2EAA2E;AAErG,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,23 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-assistant.d.ts
4
- declare const PineconeGetAssistantInput: z.ZodTypeAny;
5
- declare const PineconeGetAssistantOutput: z.ZodTypeAny;
6
- declare const pineconeGetAssistant: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PineconeGetAssistantInput: z.ZodObject<{
5
+ api_version: z.ZodOptional<z.ZodDefault<z.ZodString>>;
6
+ assistant_name: z.ZodString;
7
+ }, z.core.$strip>;
8
+ declare const PineconeGetAssistantOutput: z.ZodObject<{
9
+ host: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ name: z.ZodNullable<z.ZodString>;
11
+ status: z.ZodNullable<z.ZodString>;
12
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
13
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ }, z.core.$loose>;
17
+ declare const pineconeGetAssistant: import("@keystrokehq/action").WorkflowActionDefinition<{
18
+ assistant_name: string;
19
+ api_version?: string | undefined;
20
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
21
  //#endregion
8
22
  export { pineconeGetAssistant };
9
23
  //# sourceMappingURL=get-assistant.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-assistant.d.cts","names":[],"sources":["../../src/actions/get-assistant.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAGyC;AAAA,cACtE,0BAAA,EAA4B,CAAA,CAAE,UAQ6C;AAAA,cAE3E,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-assistant.d.cts","names":[],"sources":["../../src/actions/get-assistant.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;cAIzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;cAU1B,oBAAA,gCAAoB,wBAAA"}
@@ -1,9 +1,23 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-assistant.d.ts
4
- declare const PineconeGetAssistantInput: z.ZodTypeAny;
5
- declare const PineconeGetAssistantOutput: z.ZodTypeAny;
6
- declare const pineconeGetAssistant: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PineconeGetAssistantInput: z.ZodObject<{
5
+ api_version: z.ZodOptional<z.ZodDefault<z.ZodString>>;
6
+ assistant_name: z.ZodString;
7
+ }, z.core.$strip>;
8
+ declare const PineconeGetAssistantOutput: z.ZodObject<{
9
+ host: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ name: z.ZodNullable<z.ZodString>;
11
+ status: z.ZodNullable<z.ZodString>;
12
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
13
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ }, z.core.$loose>;
17
+ declare const pineconeGetAssistant: import("@keystrokehq/action").WorkflowActionDefinition<{
18
+ assistant_name: string;
19
+ api_version?: string | undefined;
20
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
21
  //#endregion
8
22
  export { pineconeGetAssistant };
9
23
  //# sourceMappingURL=get-assistant.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-assistant.d.mts","names":[],"sources":["../../src/actions/get-assistant.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAGyC;AAAA,cACtE,0BAAA,EAA4B,CAAA,CAAE,UAQ6C;AAAA,cAE3E,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-assistant.d.mts","names":[],"sources":["../../src/actions/get-assistant.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;cAIzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;cAU1B,oBAAA,gCAAoB,wBAAA"}
@@ -10,13 +10,13 @@ const pineconeGetAssistant = action("PINECONE_GET_ASSISTANT", {
10
10
  }).describe("Request parameters for retrieving an assistant's status and details."),
11
11
  output: z.object({
12
12
  host: z.string().describe("The host where the assistant is deployed.").nullable().optional(),
13
- name: z.string().describe("The name of the assistant. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'."),
14
- status: z.string().describe("Current status of the assistant."),
15
- metadata: z.object({}).describe("Optional metadata associated with the assistant. Metadata is a JSON object that can store custom organizational data, tags, and attributes.").nullable().optional(),
13
+ name: z.string().describe("The name of the assistant. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.").nullable(),
14
+ status: z.string().describe("Current status of the assistant.").nullable(),
15
+ metadata: z.record(z.string(), z.unknown()).describe("Optional metadata associated with the assistant. Metadata is a JSON object that can store custom organizational data, tags, and attributes.").nullable().optional(),
16
16
  created_at: z.string().describe("Timestamp when the assistant was created (ISO 8601 format).").nullable().optional(),
17
17
  updated_at: z.string().describe("Timestamp when the assistant was last updated (ISO 8601 format).").nullable().optional(),
18
18
  instructions: z.string().describe("Description or directive for the assistant to apply to all responses.").nullable().optional()
19
- }).describe("Response containing the configuration and status of a Pinecone Assistant.")
19
+ }).passthrough().describe("Response containing the configuration and status of a Pinecone Assistant.")
20
20
  });
21
21
  //#endregion
22
22
  export { pineconeGetAssistant };
@@ -1 +1 @@
1
- {"version":3,"file":"get-assistant.mjs","names":[],"sources":["../../src/actions/get-assistant.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeGetAssistantInput: z.ZodTypeAny = z.object({\n api_version: z.string().default(\"2025-10\").describe(\"Required date-based version header for the Pinecone API.\").optional(),\n assistant_name: z.string().describe(\"The name of the assistant to get a status on. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.\"),\n}).describe(\"Request parameters for retrieving an assistant's status and details.\");\nexport const PineconeGetAssistantOutput: z.ZodTypeAny = z.object({\n host: z.string().describe(\"The host where the assistant is deployed.\").nullable().optional(),\n name: z.string().describe(\"The name of the assistant. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.\"),\n status: z.string().describe(\"Current status of the assistant.\"),\n metadata: z.object({}).describe(\"Optional metadata associated with the assistant. Metadata is a JSON object that can store custom organizational data, tags, and attributes.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the assistant was created (ISO 8601 format).\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the assistant was last updated (ISO 8601 format).\").nullable().optional(),\n instructions: z.string().describe(\"Description or directive for the assistant to apply to all responses.\").nullable().optional(),\n}).describe(\"Response containing the configuration and status of a Pinecone Assistant.\");\n\nexport const pineconeGetAssistant = action(\"PINECONE_GET_ASSISTANT\", {\n slug: \"pinecone-get-assistant\",\n name: \"Get Assistant Status\",\n description: \"Tool to retrieve the status and details of a Pinecone assistant. Use when you need to check assistant configuration, deployment status, or metadata.\",\n input: PineconeGetAssistantInput,\n output: PineconeGetAssistantOutput,\n});\n"],"mappings":";;AAkBA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlBqD,EAAE,OAAO;EAC9D,aAAa,EAAE,OAAO,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;EACzH,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;CAC9O,CAAC,CAAC,CAAC,SAAS,sEAeH;CACP,QAfsD,EAAE,OAAO;EAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qLAAqL;EAC/M,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EAC9D,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6IAA6I,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnM,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,CAAC,CAAC,CAAC,SAAS,2EAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-assistant.mjs","names":[],"sources":["../../src/actions/get-assistant.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeGetAssistantInput = z.object({\n api_version: z.string().default(\"2025-10\").describe(\"Required date-based version header for the Pinecone API.\").optional(),\n assistant_name: z.string().describe(\"The name of the assistant to get a status on. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.\"),\n}).describe(\"Request parameters for retrieving an assistant's status and details.\");\nexport const PineconeGetAssistantOutput = z.object({\n host: z.string().describe(\"The host where the assistant is deployed.\").nullable().optional(),\n name: z.string().describe(\"The name of the assistant. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.\").nullable(),\n status: z.string().describe(\"Current status of the assistant.\").nullable(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Optional metadata associated with the assistant. Metadata is a JSON object that can store custom organizational data, tags, and attributes.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the assistant was created (ISO 8601 format).\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the assistant was last updated (ISO 8601 format).\").nullable().optional(),\n instructions: z.string().describe(\"Description or directive for the assistant to apply to all responses.\").nullable().optional(),\n}).passthrough().describe(\"Response containing the configuration and status of a Pinecone Assistant.\");\n\nexport const pineconeGetAssistant = action(\"PINECONE_GET_ASSISTANT\", {\n slug: \"pinecone-get-assistant\",\n name: \"Get Assistant Status\",\n description: \"Tool to retrieve the status and details of a Pinecone assistant. Use when you need to check assistant configuration, deployment status, or metadata.\",\n input: PineconeGetAssistantInput,\n output: PineconeGetAssistantOutput,\n});\n"],"mappings":";;AAkBA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlBuC,EAAE,OAAO;EAChD,aAAa,EAAE,OAAO,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;EACzH,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;CAC9O,CAAC,CAAC,CAAC,SAAS,sEAeH;CACP,QAfwC,EAAE,OAAO;EACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qLAAqL,CAAC,CAAC,SAAS;EAC1N,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EACzE,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6IAA6I,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxN,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2EAOhB;AACV,CAAC"}
@@ -16,7 +16,7 @@ const PineconeGetModel_SupportedParameterSchema = zod.z.object({
16
16
  zod.z.boolean()
17
17
  ]).nullable().optional(),
18
18
  required: zod.z.boolean().describe("Whether the parameter is required").nullable().optional(),
19
- parameter: zod.z.string().describe("Parameter name"),
19
+ parameter: zod.z.string().describe("Parameter name").nullable(),
20
20
  value_type: zod.z.string().describe("Value type (e.g., 'string', 'integer', 'boolean')").nullable().optional(),
21
21
  allowed_values: zod.z.array(zod.z.union([
22
22
  zod.z.string(),
@@ -24,21 +24,21 @@ const PineconeGetModel_SupportedParameterSchema = zod.z.object({
24
24
  zod.z.number(),
25
25
  zod.z.boolean()
26
26
  ])).describe("List of allowed values for the parameter").nullable().optional()
27
- }).describe("Model parameter with its constraints, types, and defaults.");
27
+ }).passthrough().describe("Model parameter with its constraints, types, and defaults.");
28
28
  const PineconeGetModelOutput = zod.z.object({
29
- type: zod.z.string().describe("Model type: 'embed' or 'rerank'"),
30
- model: zod.z.string().describe("Model name"),
31
- modality: zod.z.string().describe("Input modality (e.g., 'text')"),
29
+ type: zod.z.string().describe("Model type: 'embed' or 'rerank'").nullable(),
30
+ model: zod.z.string().describe("Model name").nullable(),
31
+ modality: zod.z.string().describe("Input modality (e.g., 'text')").nullable(),
32
32
  vector_type: zod.z.string().describe("Vector type: 'dense' or 'sparse' for embedding models").nullable().optional(),
33
- provider_name: zod.z.string().describe("Model provider"),
34
- max_batch_size: zod.z.number().int().describe("Maximum number of sequences supported in a batch"),
33
+ provider_name: zod.z.string().describe("Model provider").nullable(),
34
+ max_batch_size: zod.z.number().int().describe("Maximum number of sequences supported in a batch").nullable(),
35
35
  default_dimension: zod.z.number().int().describe("Default embedding dimension").nullable().optional(),
36
- short_description: zod.z.string().describe("Summary of the model"),
36
+ short_description: zod.z.string().describe("Summary of the model").nullable(),
37
37
  supported_metrics: zod.z.array(zod.z.string()).describe("Supported distance metrics: 'cosine', 'euclidean', 'dotproduct'").nullable().optional(),
38
- max_sequence_length: zod.z.number().int().describe("Maximum tokens per sequence"),
38
+ max_sequence_length: zod.z.number().int().describe("Maximum tokens per sequence").nullable(),
39
39
  supported_dimensions: zod.z.array(zod.z.number().int()).describe("Available dimension options for the model").nullable().optional(),
40
40
  supported_parameters: zod.z.array(PineconeGetModel_SupportedParameterSchema).describe("Parameters with constraints, types, and defaults")
41
- }).describe("Response model containing detailed information about a model.");
41
+ }).passthrough().describe("Response model containing detailed information about a model.");
42
42
  const pineconeGetModel = require_action.action("PINECONE_GET_MODEL", {
43
43
  slug: "pinecone-get-model",
44
44
  name: "Get Model Information",
@@ -1 +1 @@
1
- {"version":3,"file":"get-model.cjs","names":["z","action"],"sources":["../../src/actions/get-model.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeGetModelInput: z.ZodTypeAny = z.object({\n model_name: z.string().describe(\"The name of the model to look up.\"),\n api_version: z.string().default(\"2025-10\").describe(\"Required date-based version header for the Pinecone API.\").optional(),\n}).describe(\"Request model for retrieving information about a specific model.\");\nconst PineconeGetModel_SupportedParameterSchema: z.ZodTypeAny = z.object({\n max: z.number().describe(\"Maximum value constraint\").nullable().optional(),\n min: z.number().describe(\"Minimum value constraint\").nullable().optional(),\n type: z.string().describe(\"Parameter type (e.g., 'one_of', 'numeric_range', 'any')\").nullable().optional(),\n \"default\": z.union([z.string(), z.number().int(), z.number(), z.boolean()]).nullable().optional(),\n required: z.boolean().describe(\"Whether the parameter is required\").nullable().optional(),\n parameter: z.string().describe(\"Parameter name\"),\n value_type: z.string().describe(\"Value type (e.g., 'string', 'integer', 'boolean')\").nullable().optional(),\n allowed_values: z.array(z.union([z.string(), z.number().int(), z.number(), z.boolean()])).describe(\"List of allowed values for the parameter\").nullable().optional(),\n}).describe(\"Model parameter with its constraints, types, and defaults.\");\nexport const PineconeGetModelOutput: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Model type: 'embed' or 'rerank'\"),\n model: z.string().describe(\"Model name\"),\n modality: z.string().describe(\"Input modality (e.g., 'text')\"),\n vector_type: z.string().describe(\"Vector type: 'dense' or 'sparse' for embedding models\").nullable().optional(),\n provider_name: z.string().describe(\"Model provider\"),\n max_batch_size: z.number().int().describe(\"Maximum number of sequences supported in a batch\"),\n default_dimension: z.number().int().describe(\"Default embedding dimension\").nullable().optional(),\n short_description: z.string().describe(\"Summary of the model\"),\n supported_metrics: z.array(z.string()).describe(\"Supported distance metrics: 'cosine', 'euclidean', 'dotproduct'\").nullable().optional(),\n max_sequence_length: z.number().int().describe(\"Maximum tokens per sequence\"),\n supported_dimensions: z.array(z.number().int()).describe(\"Available dimension options for the model\").nullable().optional(),\n supported_parameters: z.array(PineconeGetModel_SupportedParameterSchema).describe(\"Parameters with constraints, types, and defaults\"),\n}).describe(\"Response model containing detailed information about a model.\");\n\nexport const pineconeGetModel = action(\"PINECONE_GET_MODEL\", {\n slug: \"pinecone-get-model\",\n name: \"Get Model Information\",\n description: \"Tool to retrieve detailed information about a specific model hosted by Pinecone. Use when you need to understand model capabilities for embedding and reranking operations.\",\n input: PineconeGetModelInput,\n output: PineconeGetModelOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-model.cjs","names":["z","action"],"sources":["../../src/actions/get-model.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeGetModelInput = z.object({\n model_name: z.string().describe(\"The name of the model to look up.\"),\n api_version: z.string().default(\"2025-10\").describe(\"Required date-based version header for the Pinecone API.\").optional(),\n}).describe(\"Request model for retrieving information about a specific model.\");\nconst PineconeGetModel_SupportedParameterSchema = z.object({\n max: z.number().describe(\"Maximum value constraint\").nullable().optional(),\n min: z.number().describe(\"Minimum value constraint\").nullable().optional(),\n type: z.string().describe(\"Parameter type (e.g., 'one_of', 'numeric_range', 'any')\").nullable().optional(),\n \"default\": z.union([z.string(), z.number().int(), z.number(), z.boolean()]).nullable().optional(),\n required: z.boolean().describe(\"Whether the parameter is required\").nullable().optional(),\n parameter: z.string().describe(\"Parameter name\").nullable(),\n value_type: z.string().describe(\"Value type (e.g., 'string', 'integer', 'boolean')\").nullable().optional(),\n allowed_values: z.array(z.union([z.string(), z.number().int(), z.number(), z.boolean()])).describe(\"List of allowed values for the parameter\").nullable().optional(),\n}).passthrough().describe(\"Model parameter with its constraints, types, and defaults.\");\nexport const PineconeGetModelOutput = z.object({\n type: z.string().describe(\"Model type: 'embed' or 'rerank'\").nullable(),\n model: z.string().describe(\"Model name\").nullable(),\n modality: z.string().describe(\"Input modality (e.g., 'text')\").nullable(),\n vector_type: z.string().describe(\"Vector type: 'dense' or 'sparse' for embedding models\").nullable().optional(),\n provider_name: z.string().describe(\"Model provider\").nullable(),\n max_batch_size: z.number().int().describe(\"Maximum number of sequences supported in a batch\").nullable(),\n default_dimension: z.number().int().describe(\"Default embedding dimension\").nullable().optional(),\n short_description: z.string().describe(\"Summary of the model\").nullable(),\n supported_metrics: z.array(z.string()).describe(\"Supported distance metrics: 'cosine', 'euclidean', 'dotproduct'\").nullable().optional(),\n max_sequence_length: z.number().int().describe(\"Maximum tokens per sequence\").nullable(),\n supported_dimensions: z.array(z.number().int()).describe(\"Available dimension options for the model\").nullable().optional(),\n supported_parameters: z.array(PineconeGetModel_SupportedParameterSchema).describe(\"Parameters with constraints, types, and defaults\"),\n}).passthrough().describe(\"Response model containing detailed information about a model.\");\n\nexport const pineconeGetModel = action(\"PINECONE_GET_MODEL\", {\n slug: \"pinecone-get-model\",\n name: \"Get Model Information\",\n description: \"Tool to retrieve detailed information about a specific model hosted by Pinecone. Use when you need to understand model capabilities for embedding and reranking operations.\",\n input: PineconeGetModelInput,\n output: PineconeGetModelOutput,\n});\n"],"mappings":"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"}
@@ -1,9 +1,37 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-model.d.ts
4
- declare const PineconeGetModelInput: z.ZodTypeAny;
5
- declare const PineconeGetModelOutput: z.ZodTypeAny;
6
- declare const pineconeGetModel: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PineconeGetModelInput: z.ZodObject<{
5
+ model_name: z.ZodString;
6
+ api_version: z.ZodOptional<z.ZodDefault<z.ZodString>>;
7
+ }, z.core.$strip>;
8
+ declare const PineconeGetModelOutput: z.ZodObject<{
9
+ type: z.ZodNullable<z.ZodString>;
10
+ model: z.ZodNullable<z.ZodString>;
11
+ modality: z.ZodNullable<z.ZodString>;
12
+ vector_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ provider_name: z.ZodNullable<z.ZodString>;
14
+ max_batch_size: z.ZodNullable<z.ZodNumber>;
15
+ default_dimension: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
16
+ short_description: z.ZodNullable<z.ZodString>;
17
+ supported_metrics: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
18
+ max_sequence_length: z.ZodNullable<z.ZodNumber>;
19
+ supported_dimensions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
20
+ supported_parameters: z.ZodArray<z.ZodObject<{
21
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
22
+ min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
23
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ default: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodNumber, z.ZodBoolean]>>>;
25
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
26
+ parameter: z.ZodNullable<z.ZodString>;
27
+ value_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
+ allowed_values: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodNumber, z.ZodBoolean]>>>>;
29
+ }, z.core.$loose>>;
30
+ }, z.core.$loose>;
31
+ declare const pineconeGetModel: import("@keystrokehq/action").WorkflowActionDefinition<{
32
+ model_name: string;
33
+ api_version?: string | undefined;
34
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
35
  //#endregion
8
36
  export { pineconeGetModel };
9
37
  //# sourceMappingURL=get-model.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-model.d.cts","names":[],"sources":["../../src/actions/get-model.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAGyC;AAAA,cAWlE,sBAAA,EAAwB,CAAA,CAAE,UAaqC;AAAA,cAE/D,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-model.d.cts","names":[],"sources":["../../src/actions/get-model.ts"],"mappings":";;;cAIa,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;cAcrB,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;cAetB,gBAAA,gCAAgB,wBAAA"}
@@ -1,9 +1,37 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-model.d.ts
4
- declare const PineconeGetModelInput: z.ZodTypeAny;
5
- declare const PineconeGetModelOutput: z.ZodTypeAny;
6
- declare const pineconeGetModel: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PineconeGetModelInput: z.ZodObject<{
5
+ model_name: z.ZodString;
6
+ api_version: z.ZodOptional<z.ZodDefault<z.ZodString>>;
7
+ }, z.core.$strip>;
8
+ declare const PineconeGetModelOutput: z.ZodObject<{
9
+ type: z.ZodNullable<z.ZodString>;
10
+ model: z.ZodNullable<z.ZodString>;
11
+ modality: z.ZodNullable<z.ZodString>;
12
+ vector_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ provider_name: z.ZodNullable<z.ZodString>;
14
+ max_batch_size: z.ZodNullable<z.ZodNumber>;
15
+ default_dimension: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
16
+ short_description: z.ZodNullable<z.ZodString>;
17
+ supported_metrics: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
18
+ max_sequence_length: z.ZodNullable<z.ZodNumber>;
19
+ supported_dimensions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
20
+ supported_parameters: z.ZodArray<z.ZodObject<{
21
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
22
+ min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
23
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ default: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodNumber, z.ZodBoolean]>>>;
25
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
26
+ parameter: z.ZodNullable<z.ZodString>;
27
+ value_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
+ allowed_values: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodNumber, z.ZodBoolean]>>>>;
29
+ }, z.core.$loose>>;
30
+ }, z.core.$loose>;
31
+ declare const pineconeGetModel: import("@keystrokehq/action").WorkflowActionDefinition<{
32
+ model_name: string;
33
+ api_version?: string | undefined;
34
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
35
  //#endregion
8
36
  export { pineconeGetModel };
9
37
  //# sourceMappingURL=get-model.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-model.d.mts","names":[],"sources":["../../src/actions/get-model.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAGyC;AAAA,cAWlE,sBAAA,EAAwB,CAAA,CAAE,UAaqC;AAAA,cAE/D,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-model.d.mts","names":[],"sources":["../../src/actions/get-model.ts"],"mappings":";;;cAIa,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;cAcrB,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;cAetB,gBAAA,gCAAgB,wBAAA"}
@@ -16,7 +16,7 @@ const PineconeGetModel_SupportedParameterSchema = z.object({
16
16
  z.boolean()
17
17
  ]).nullable().optional(),
18
18
  required: z.boolean().describe("Whether the parameter is required").nullable().optional(),
19
- parameter: z.string().describe("Parameter name"),
19
+ parameter: z.string().describe("Parameter name").nullable(),
20
20
  value_type: z.string().describe("Value type (e.g., 'string', 'integer', 'boolean')").nullable().optional(),
21
21
  allowed_values: z.array(z.union([
22
22
  z.string(),
@@ -24,26 +24,26 @@ const PineconeGetModel_SupportedParameterSchema = z.object({
24
24
  z.number(),
25
25
  z.boolean()
26
26
  ])).describe("List of allowed values for the parameter").nullable().optional()
27
- }).describe("Model parameter with its constraints, types, and defaults.");
27
+ }).passthrough().describe("Model parameter with its constraints, types, and defaults.");
28
28
  const pineconeGetModel = action("PINECONE_GET_MODEL", {
29
29
  slug: "pinecone-get-model",
30
30
  name: "Get Model Information",
31
31
  description: "Tool to retrieve detailed information about a specific model hosted by Pinecone. Use when you need to understand model capabilities for embedding and reranking operations.",
32
32
  input: PineconeGetModelInput,
33
33
  output: z.object({
34
- type: z.string().describe("Model type: 'embed' or 'rerank'"),
35
- model: z.string().describe("Model name"),
36
- modality: z.string().describe("Input modality (e.g., 'text')"),
34
+ type: z.string().describe("Model type: 'embed' or 'rerank'").nullable(),
35
+ model: z.string().describe("Model name").nullable(),
36
+ modality: z.string().describe("Input modality (e.g., 'text')").nullable(),
37
37
  vector_type: z.string().describe("Vector type: 'dense' or 'sparse' for embedding models").nullable().optional(),
38
- provider_name: z.string().describe("Model provider"),
39
- max_batch_size: z.number().int().describe("Maximum number of sequences supported in a batch"),
38
+ provider_name: z.string().describe("Model provider").nullable(),
39
+ max_batch_size: z.number().int().describe("Maximum number of sequences supported in a batch").nullable(),
40
40
  default_dimension: z.number().int().describe("Default embedding dimension").nullable().optional(),
41
- short_description: z.string().describe("Summary of the model"),
41
+ short_description: z.string().describe("Summary of the model").nullable(),
42
42
  supported_metrics: z.array(z.string()).describe("Supported distance metrics: 'cosine', 'euclidean', 'dotproduct'").nullable().optional(),
43
- max_sequence_length: z.number().int().describe("Maximum tokens per sequence"),
43
+ max_sequence_length: z.number().int().describe("Maximum tokens per sequence").nullable(),
44
44
  supported_dimensions: z.array(z.number().int()).describe("Available dimension options for the model").nullable().optional(),
45
45
  supported_parameters: z.array(PineconeGetModel_SupportedParameterSchema).describe("Parameters with constraints, types, and defaults")
46
- }).describe("Response model containing detailed information about a model.")
46
+ }).passthrough().describe("Response model containing detailed information about a model.")
47
47
  });
48
48
  //#endregion
49
49
  export { pineconeGetModel };
@@ -1 +1 @@
1
- {"version":3,"file":"get-model.mjs","names":[],"sources":["../../src/actions/get-model.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeGetModelInput: z.ZodTypeAny = z.object({\n model_name: z.string().describe(\"The name of the model to look up.\"),\n api_version: z.string().default(\"2025-10\").describe(\"Required date-based version header for the Pinecone API.\").optional(),\n}).describe(\"Request model for retrieving information about a specific model.\");\nconst PineconeGetModel_SupportedParameterSchema: z.ZodTypeAny = z.object({\n max: z.number().describe(\"Maximum value constraint\").nullable().optional(),\n min: z.number().describe(\"Minimum value constraint\").nullable().optional(),\n type: z.string().describe(\"Parameter type (e.g., 'one_of', 'numeric_range', 'any')\").nullable().optional(),\n \"default\": z.union([z.string(), z.number().int(), z.number(), z.boolean()]).nullable().optional(),\n required: z.boolean().describe(\"Whether the parameter is required\").nullable().optional(),\n parameter: z.string().describe(\"Parameter name\"),\n value_type: z.string().describe(\"Value type (e.g., 'string', 'integer', 'boolean')\").nullable().optional(),\n allowed_values: z.array(z.union([z.string(), z.number().int(), z.number(), z.boolean()])).describe(\"List of allowed values for the parameter\").nullable().optional(),\n}).describe(\"Model parameter with its constraints, types, and defaults.\");\nexport const PineconeGetModelOutput: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Model type: 'embed' or 'rerank'\"),\n model: z.string().describe(\"Model name\"),\n modality: z.string().describe(\"Input modality (e.g., 'text')\"),\n vector_type: z.string().describe(\"Vector type: 'dense' or 'sparse' for embedding models\").nullable().optional(),\n provider_name: z.string().describe(\"Model provider\"),\n max_batch_size: z.number().int().describe(\"Maximum number of sequences supported in a batch\"),\n default_dimension: z.number().int().describe(\"Default embedding dimension\").nullable().optional(),\n short_description: z.string().describe(\"Summary of the model\"),\n supported_metrics: z.array(z.string()).describe(\"Supported distance metrics: 'cosine', 'euclidean', 'dotproduct'\").nullable().optional(),\n max_sequence_length: z.number().int().describe(\"Maximum tokens per sequence\"),\n supported_dimensions: z.array(z.number().int()).describe(\"Available dimension options for the model\").nullable().optional(),\n supported_parameters: z.array(PineconeGetModel_SupportedParameterSchema).describe(\"Parameters with constraints, types, and defaults\"),\n}).describe(\"Response model containing detailed information about a model.\");\n\nexport const pineconeGetModel = action(\"PINECONE_GET_MODEL\", {\n slug: \"pinecone-get-model\",\n name: \"Get Model Information\",\n description: \"Tool to retrieve detailed information about a specific model hosted by Pinecone. Use when you need to understand model capabilities for embedding and reranking operations.\",\n input: PineconeGetModelInput,\n output: PineconeGetModelOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsC,EAAE,OAAO;CAC1D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CACnE,aAAa,EAAE,OAAO,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AAC3H,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,4CAA0D,EAAE,OAAO;CACvE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,WAAW,EAAE,MAAM;EAAC,EAAE,OAAO;EAAG,EAAE,OAAO,CAAC,CAAC,IAAI;EAAG,EAAE,OAAO;EAAG,EAAE,QAAQ;CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;CAC/C,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,gBAAgB,EAAE,MAAM,EAAE,MAAM;EAAC,EAAE,OAAO;EAAG,EAAE,OAAO,CAAC,CAAC,IAAI;EAAG,EAAE,OAAO;EAAG,EAAE,QAAQ;CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrK,CAAC,CAAC,CAAC,SAAS,4DAA4D;AAgBxE,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QApBkD,EAAE,OAAO;EAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;EAC3D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY;EACvC,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EAC7D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9G,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;EACnD,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD;EAC5F,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EAC7D,mBAAmB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvI,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;EAC5E,sBAAsB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1H,sBAAsB,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,kDAAkD;CACtI,CAAC,CAAC,CAAC,SAAS,+DAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-model.mjs","names":[],"sources":["../../src/actions/get-model.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeGetModelInput = z.object({\n model_name: z.string().describe(\"The name of the model to look up.\"),\n api_version: z.string().default(\"2025-10\").describe(\"Required date-based version header for the Pinecone API.\").optional(),\n}).describe(\"Request model for retrieving information about a specific model.\");\nconst PineconeGetModel_SupportedParameterSchema = z.object({\n max: z.number().describe(\"Maximum value constraint\").nullable().optional(),\n min: z.number().describe(\"Minimum value constraint\").nullable().optional(),\n type: z.string().describe(\"Parameter type (e.g., 'one_of', 'numeric_range', 'any')\").nullable().optional(),\n \"default\": z.union([z.string(), z.number().int(), z.number(), z.boolean()]).nullable().optional(),\n required: z.boolean().describe(\"Whether the parameter is required\").nullable().optional(),\n parameter: z.string().describe(\"Parameter name\").nullable(),\n value_type: z.string().describe(\"Value type (e.g., 'string', 'integer', 'boolean')\").nullable().optional(),\n allowed_values: z.array(z.union([z.string(), z.number().int(), z.number(), z.boolean()])).describe(\"List of allowed values for the parameter\").nullable().optional(),\n}).passthrough().describe(\"Model parameter with its constraints, types, and defaults.\");\nexport const PineconeGetModelOutput = z.object({\n type: z.string().describe(\"Model type: 'embed' or 'rerank'\").nullable(),\n model: z.string().describe(\"Model name\").nullable(),\n modality: z.string().describe(\"Input modality (e.g., 'text')\").nullable(),\n vector_type: z.string().describe(\"Vector type: 'dense' or 'sparse' for embedding models\").nullable().optional(),\n provider_name: z.string().describe(\"Model provider\").nullable(),\n max_batch_size: z.number().int().describe(\"Maximum number of sequences supported in a batch\").nullable(),\n default_dimension: z.number().int().describe(\"Default embedding dimension\").nullable().optional(),\n short_description: z.string().describe(\"Summary of the model\").nullable(),\n supported_metrics: z.array(z.string()).describe(\"Supported distance metrics: 'cosine', 'euclidean', 'dotproduct'\").nullable().optional(),\n max_sequence_length: z.number().int().describe(\"Maximum tokens per sequence\").nullable(),\n supported_dimensions: z.array(z.number().int()).describe(\"Available dimension options for the model\").nullable().optional(),\n supported_parameters: z.array(PineconeGetModel_SupportedParameterSchema).describe(\"Parameters with constraints, types, and defaults\"),\n}).passthrough().describe(\"Response model containing detailed information about a model.\");\n\nexport const pineconeGetModel = action(\"PINECONE_GET_MODEL\", {\n slug: \"pinecone-get-model\",\n name: \"Get Model Information\",\n description: \"Tool to retrieve detailed information about a specific model hosted by Pinecone. Use when you need to understand model capabilities for embedding and reranking operations.\",\n input: PineconeGetModelInput,\n output: PineconeGetModelOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAwB,EAAE,OAAO;CAC5C,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CACnE,aAAa,EAAE,OAAO,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AAC3H,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,4CAA4C,EAAE,OAAO;CACzD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,WAAW,EAAE,MAAM;EAAC,EAAE,OAAO;EAAG,EAAE,OAAO,CAAC,CAAC,IAAI;EAAG,EAAE,OAAO;EAAG,EAAE,QAAQ;CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;CAC1D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,gBAAgB,EAAE,MAAM,EAAE,MAAM;EAAC,EAAE,OAAO;EAAG,EAAE,OAAO,CAAC,CAAC,IAAI;EAAG,EAAE,OAAO;EAAG,EAAE,QAAQ;CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4DAA4D;AAgBtF,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QApBoC,EAAE,OAAO;EAC7C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EACtE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS;EAClD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;EACxE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9G,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;EAC9D,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;EACvG,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EACxE,mBAAmB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvI,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EACvF,sBAAsB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1H,sBAAsB,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,kDAAkD;CACtI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+DAOhB;AACV,CAAC"}
@@ -7,18 +7,18 @@ const PineconeListAssistantsInput = zod.z.object({
7
7
  }).describe("Request model for listing assistants with optional pagination.");
8
8
  const PineconeListAssistants_AssistantInfoSchema = zod.z.object({
9
9
  host: zod.z.string().describe("Host URL for the assistant.").nullable().optional(),
10
- name: zod.z.string().describe("The name of the assistant."),
11
- status: zod.z.string().describe("Current status of the assistant."),
12
- metadata: zod.z.object({}).describe("Custom metadata associated with the assistant.").nullable().optional(),
10
+ name: zod.z.string().describe("The name of the assistant.").nullable(),
11
+ status: zod.z.string().describe("Current status of the assistant.").nullable(),
12
+ metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom metadata associated with the assistant.").nullable().optional(),
13
13
  created_at: zod.z.string().describe("Timestamp when the assistant was created.").nullable().optional(),
14
14
  updated_at: zod.z.string().describe("Timestamp when the assistant was last updated.").nullable().optional(),
15
15
  instructions: zod.z.string().describe("Instructions configured for the assistant.").nullable().optional()
16
- }).describe("Information about a single assistant.");
17
- const PineconeListAssistants_PaginationInfoSchema = zod.z.object({ next: zod.z.string().describe("Token for retrieving the next page of results.").nullable().optional() }).describe("Pagination information for list responses.");
16
+ }).passthrough().describe("Information about a single assistant.");
17
+ const PineconeListAssistants_PaginationInfoSchema = zod.z.object({ next: zod.z.string().describe("Token for retrieving the next page of results.").nullable().optional() }).passthrough().describe("Pagination information for list responses.");
18
18
  const PineconeListAssistantsOutput = zod.z.object({
19
19
  assistants: zod.z.array(PineconeListAssistants_AssistantInfoSchema).describe("List of assistants in the project.").nullable().optional(),
20
20
  pagination: PineconeListAssistants_PaginationInfoSchema.nullable().optional()
21
- }).describe("Response model for listing assistants.");
21
+ }).passthrough().describe("Response model for listing assistants.");
22
22
  const pineconeListAssistants = require_action.action("PINECONE_LIST_ASSISTANTS", {
23
23
  slug: "pinecone-list-assistants",
24
24
  name: "List Assistants",
@@ -1 +1 @@
1
- {"version":3,"file":"list-assistants.cjs","names":["z","action"],"sources":["../../src/actions/list-assistants.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeListAssistantsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"The number of assistants to return per page. Must be between 1 and 100.\").optional(),\n pagination_token: z.string().describe(\"Token for retrieving the next page of results from a previous list operation.\").optional(),\n}).describe(\"Request model for listing assistants with optional pagination.\");\nconst PineconeListAssistants_AssistantInfoSchema: z.ZodTypeAny = z.object({\n host: z.string().describe(\"Host URL for the assistant.\").nullable().optional(),\n name: z.string().describe(\"The name of the assistant.\"),\n status: z.string().describe(\"Current status of the assistant.\"),\n metadata: z.object({}).describe(\"Custom metadata associated with the assistant.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the assistant was created.\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the assistant was last updated.\").nullable().optional(),\n instructions: z.string().describe(\"Instructions configured for the assistant.\").nullable().optional(),\n}).describe(\"Information about a single assistant.\");\nconst PineconeListAssistants_PaginationInfoSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Token for retrieving the next page of results.\").nullable().optional(),\n}).describe(\"Pagination information for list responses.\");\nexport const PineconeListAssistantsOutput: z.ZodTypeAny = z.object({\n assistants: z.array(PineconeListAssistants_AssistantInfoSchema).describe(\"List of assistants in the project.\").nullable().optional(),\n pagination: PineconeListAssistants_PaginationInfoSchema.nullable().optional(),\n}).describe(\"Response model for listing assistants.\");\n\nexport const pineconeListAssistants = action(\"PINECONE_LIST_ASSISTANTS\", {\n slug: \"pinecone-list-assistants\",\n name: \"List Assistants\",\n description: \"Tool to list all assistants in a Pinecone project. Use when you need to retrieve all assistants with their configurations and status information.\",\n input: PineconeListAssistantsInput,\n output: PineconeListAssistantsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CACrH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;AAClI,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACtD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC9D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,8CAA4DA,IAAAA,EAAE,OAAO,EACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClG,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,YAAYA,IAAAA,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,YAAY,4CAA4C,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAEpD,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"list-assistants.cjs","names":["z","action"],"sources":["../../src/actions/list-assistants.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeListAssistantsInput = z.object({\n limit: z.number().int().describe(\"The number of assistants to return per page. Must be between 1 and 100.\").optional(),\n pagination_token: z.string().describe(\"Token for retrieving the next page of results from a previous list operation.\").optional(),\n}).describe(\"Request model for listing assistants with optional pagination.\");\nconst PineconeListAssistants_AssistantInfoSchema = z.object({\n host: z.string().describe(\"Host URL for the assistant.\").nullable().optional(),\n name: z.string().describe(\"The name of the assistant.\").nullable(),\n status: z.string().describe(\"Current status of the assistant.\").nullable(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata associated with the assistant.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the assistant was created.\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the assistant was last updated.\").nullable().optional(),\n instructions: z.string().describe(\"Instructions configured for the assistant.\").nullable().optional(),\n}).passthrough().describe(\"Information about a single assistant.\");\nconst PineconeListAssistants_PaginationInfoSchema = z.object({\n next: z.string().describe(\"Token for retrieving the next page of results.\").nullable().optional(),\n}).passthrough().describe(\"Pagination information for list responses.\");\nexport const PineconeListAssistantsOutput = z.object({\n assistants: z.array(PineconeListAssistants_AssistantInfoSchema).describe(\"List of assistants in the project.\").nullable().optional(),\n pagination: PineconeListAssistants_PaginationInfoSchema.nullable().optional(),\n}).passthrough().describe(\"Response model for listing assistants.\");\n\nexport const pineconeListAssistants = action(\"PINECONE_LIST_ASSISTANTS\", {\n slug: \"pinecone-list-assistants\",\n name: \"List Assistants\",\n description: \"Tool to list all assistants in a Pinecone project. Use when you need to retrieve all assistants with their configurations and status information.\",\n input: PineconeListAssistantsInput,\n output: PineconeListAssistantsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO;CAClD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CACrH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;AAClI,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,6CAA6CA,IAAAA,EAAE,OAAO;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACjE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACzE,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AACjE,MAAM,8CAA8CA,IAAAA,EAAE,OAAO,EAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4CAA4C;AACtE,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,YAAYA,IAAAA,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,YAAY,4CAA4C,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAElE,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,28 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-assistants.d.ts
4
- declare const PineconeListAssistantsInput: z.ZodTypeAny;
5
- declare const PineconeListAssistantsOutput: z.ZodTypeAny;
6
- declare const pineconeListAssistants: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PineconeListAssistantsInput: z.ZodObject<{
5
+ limit: z.ZodOptional<z.ZodNumber>;
6
+ pagination_token: z.ZodOptional<z.ZodString>;
7
+ }, z.core.$strip>;
8
+ declare const PineconeListAssistantsOutput: z.ZodObject<{
9
+ assistants: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
10
+ host: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ name: z.ZodNullable<z.ZodString>;
12
+ status: z.ZodNullable<z.ZodString>;
13
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
14
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ }, z.core.$loose>>>>;
18
+ pagination: z.ZodOptional<z.ZodNullable<z.ZodObject<{
19
+ next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
+ }, z.core.$loose>>>;
21
+ }, z.core.$loose>;
22
+ declare const pineconeListAssistants: import("@keystrokehq/action").WorkflowActionDefinition<{
23
+ limit?: number | undefined;
24
+ pagination_token?: string | undefined;
25
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
26
  //#endregion
8
27
  export { pineconeListAssistants };
9
28
  //# sourceMappingURL=list-assistants.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-assistants.d.cts","names":[],"sources":["../../src/actions/list-assistants.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGiC;AAAA,cAahE,4BAAA,EAA8B,CAAA,CAAE,UAGQ;AAAA,cAExC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-assistants.d.cts","names":[],"sources":["../../src/actions/list-assistants.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;cAgB3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAK5B,sBAAA,gCAAsB,wBAAA"}
@@ -1,9 +1,28 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-assistants.d.ts
4
- declare const PineconeListAssistantsInput: z.ZodTypeAny;
5
- declare const PineconeListAssistantsOutput: z.ZodTypeAny;
6
- declare const pineconeListAssistants: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PineconeListAssistantsInput: z.ZodObject<{
5
+ limit: z.ZodOptional<z.ZodNumber>;
6
+ pagination_token: z.ZodOptional<z.ZodString>;
7
+ }, z.core.$strip>;
8
+ declare const PineconeListAssistantsOutput: z.ZodObject<{
9
+ assistants: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
10
+ host: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ name: z.ZodNullable<z.ZodString>;
12
+ status: z.ZodNullable<z.ZodString>;
13
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
14
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ }, z.core.$loose>>>>;
18
+ pagination: z.ZodOptional<z.ZodNullable<z.ZodObject<{
19
+ next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
+ }, z.core.$loose>>>;
21
+ }, z.core.$loose>;
22
+ declare const pineconeListAssistants: import("@keystrokehq/action").WorkflowActionDefinition<{
23
+ limit?: number | undefined;
24
+ pagination_token?: string | undefined;
25
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
26
  //#endregion
8
27
  export { pineconeListAssistants };
9
28
  //# sourceMappingURL=list-assistants.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-assistants.d.mts","names":[],"sources":["../../src/actions/list-assistants.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGiC;AAAA,cAahE,4BAAA,EAA8B,CAAA,CAAE,UAGQ;AAAA,cAExC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-assistants.d.mts","names":[],"sources":["../../src/actions/list-assistants.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;cAgB3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAK5B,sBAAA,gCAAsB,wBAAA"}