@orq-ai/node 4.0.0-rc.45 → 4.0.0-rc.48

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 (188) hide show
  1. package/bin/mcp-server.js +764 -1540
  2. package/bin/mcp-server.js.map +58 -58
  3. package/docs/sdks/agents/README.md +4 -6
  4. package/examples/package-lock.json +1 -1
  5. package/funcs/agentsDuplicate.d.ts +1 -1
  6. package/funcs/agentsDuplicate.js +5 -4
  7. package/funcs/agentsDuplicate.js.map +1 -1
  8. package/jsr.json +1 -1
  9. package/lib/config.d.ts +2 -2
  10. package/lib/config.js +2 -2
  11. package/mcp-server/mcp-server.js +1 -1
  12. package/mcp-server/server.js +1 -1
  13. package/mcp-server/tools/agentsDuplicate.js +1 -1
  14. package/mcp-server/tools/agentsDuplicate.js.map +1 -1
  15. package/models/operations/createagent.d.ts +90 -10
  16. package/models/operations/createagent.d.ts.map +1 -1
  17. package/models/operations/createagent.js +87 -20
  18. package/models/operations/createagent.js.map +1 -1
  19. package/models/operations/createbudget.js +2 -2
  20. package/models/operations/createcontact.js +2 -2
  21. package/models/operations/createdataset.js +2 -2
  22. package/models/operations/createdatasetitem.js +8 -8
  23. package/models/operations/createdatasource.js +2 -2
  24. package/models/operations/createeval.d.ts +106 -106
  25. package/models/operations/createeval.d.ts.map +1 -1
  26. package/models/operations/createeval.js +242 -234
  27. package/models/operations/createeval.js.map +1 -1
  28. package/models/operations/creatememorystore.d.ts +10 -391
  29. package/models/operations/creatememorystore.d.ts.map +1 -1
  30. package/models/operations/creatememorystore.js +5 -565
  31. package/models/operations/creatememorystore.js.map +1 -1
  32. package/models/operations/createprompt.d.ts +40 -0
  33. package/models/operations/createprompt.d.ts.map +1 -1
  34. package/models/operations/createprompt.js +33 -7
  35. package/models/operations/createprompt.js.map +1 -1
  36. package/models/operations/createtool.js +12 -12
  37. package/models/operations/deploymentgetconfig.d.ts +20 -0
  38. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  39. package/models/operations/deploymentgetconfig.js +22 -8
  40. package/models/operations/deploymentgetconfig.js.map +1 -1
  41. package/models/operations/deployments.d.ts +20 -0
  42. package/models/operations/deployments.d.ts.map +1 -1
  43. package/models/operations/deployments.js +16 -3
  44. package/models/operations/deployments.js.map +1 -1
  45. package/models/operations/duplicateagent.d.ts +66 -3
  46. package/models/operations/duplicateagent.d.ts.map +1 -1
  47. package/models/operations/duplicateagent.js +77 -5
  48. package/models/operations/duplicateagent.js.map +1 -1
  49. package/models/operations/duplicatetool.js +12 -12
  50. package/models/operations/fileget.js +2 -2
  51. package/models/operations/filelist.js +2 -2
  52. package/models/operations/fileupload.js +2 -2
  53. package/models/operations/getagent.d.ts +40 -0
  54. package/models/operations/getagent.d.ts.map +1 -1
  55. package/models/operations/getagent.js +36 -3
  56. package/models/operations/getagent.js.map +1 -1
  57. package/models/operations/getallmemorystores.d.ts +5 -195
  58. package/models/operations/getallmemorystores.d.ts.map +1 -1
  59. package/models/operations/getallmemorystores.js +3 -273
  60. package/models/operations/getallmemorystores.js.map +1 -1
  61. package/models/operations/getallprompts.d.ts +20 -0
  62. package/models/operations/getallprompts.d.ts.map +1 -1
  63. package/models/operations/getallprompts.js +16 -3
  64. package/models/operations/getallprompts.js.map +1 -1
  65. package/models/operations/getalltools.js +12 -12
  66. package/models/operations/getbudget.js +2 -2
  67. package/models/operations/getevals.js +28 -28
  68. package/models/operations/getoneprompt.d.ts +20 -0
  69. package/models/operations/getoneprompt.d.ts.map +1 -1
  70. package/models/operations/getoneprompt.js +16 -3
  71. package/models/operations/getoneprompt.js.map +1 -1
  72. package/models/operations/getpromptversion.d.ts +20 -0
  73. package/models/operations/getpromptversion.d.ts.map +1 -1
  74. package/models/operations/getpromptversion.js +16 -2
  75. package/models/operations/getpromptversion.js.map +1 -1
  76. package/models/operations/listagents.d.ts +40 -0
  77. package/models/operations/listagents.d.ts.map +1 -1
  78. package/models/operations/listagents.js +37 -4
  79. package/models/operations/listagents.js.map +1 -1
  80. package/models/operations/listbudgets.js +2 -2
  81. package/models/operations/listcontacts.js +2 -2
  82. package/models/operations/listdatasetdatapoints.js +8 -8
  83. package/models/operations/listdatasets.js +2 -2
  84. package/models/operations/listdatasources.d.ts +5 -5
  85. package/models/operations/listdatasources.d.ts.map +1 -1
  86. package/models/operations/listdatasources.js +4 -4
  87. package/models/operations/listdatasources.js.map +1 -1
  88. package/models/operations/listpromptversions.d.ts +20 -0
  89. package/models/operations/listpromptversions.d.ts.map +1 -1
  90. package/models/operations/listpromptversions.js +16 -3
  91. package/models/operations/listpromptversions.js.map +1 -1
  92. package/models/operations/retrievecontact.js +2 -2
  93. package/models/operations/retrievedatapoint.js +8 -8
  94. package/models/operations/retrievedataset.js +2 -2
  95. package/models/operations/retrievedatasource.js +2 -2
  96. package/models/operations/retrievememorystore.d.ts +5 -196
  97. package/models/operations/retrievememorystore.d.ts.map +1 -1
  98. package/models/operations/retrievememorystore.js +3 -273
  99. package/models/operations/retrievememorystore.js.map +1 -1
  100. package/models/operations/retrievetool.js +12 -12
  101. package/models/operations/runagent.d.ts +40 -0
  102. package/models/operations/runagent.d.ts.map +1 -1
  103. package/models/operations/runagent.js +45 -10
  104. package/models/operations/runagent.js.map +1 -1
  105. package/models/operations/streamrunagent.d.ts +40 -0
  106. package/models/operations/streamrunagent.d.ts.map +1 -1
  107. package/models/operations/streamrunagent.js +44 -9
  108. package/models/operations/streamrunagent.js.map +1 -1
  109. package/models/operations/syncmcptool.js +12 -12
  110. package/models/operations/updateagent.d.ts +80 -0
  111. package/models/operations/updateagent.d.ts.map +1 -1
  112. package/models/operations/updateagent.js +73 -8
  113. package/models/operations/updateagent.js.map +1 -1
  114. package/models/operations/updatebudget.js +2 -2
  115. package/models/operations/updatecontact.js +2 -2
  116. package/models/operations/updatedatapoint.js +8 -8
  117. package/models/operations/updatedataset.js +2 -2
  118. package/models/operations/updatedatasource.js +2 -2
  119. package/models/operations/updateeval.js +28 -28
  120. package/models/operations/updatememorystore.d.ts +5 -195
  121. package/models/operations/updatememorystore.d.ts.map +1 -1
  122. package/models/operations/updatememorystore.js +3 -290
  123. package/models/operations/updatememorystore.js.map +1 -1
  124. package/models/operations/updateprompt.d.ts +40 -0
  125. package/models/operations/updateprompt.d.ts.map +1 -1
  126. package/models/operations/updateprompt.js +33 -7
  127. package/models/operations/updateprompt.js.map +1 -1
  128. package/models/operations/updatetool.js +14 -14
  129. package/package.json +1 -1
  130. package/sdk/agents.d.ts +1 -1
  131. package/sdk/agents.js +1 -1
  132. package/src/funcs/agentsDuplicate.ts +6 -5
  133. package/src/lib/config.ts +2 -2
  134. package/src/mcp-server/mcp-server.ts +1 -1
  135. package/src/mcp-server/server.ts +1 -1
  136. package/src/mcp-server/tools/agentsDuplicate.ts +1 -1
  137. package/src/models/operations/createagent.ts +170 -43
  138. package/src/models/operations/createbudget.ts +2 -2
  139. package/src/models/operations/createcontact.ts +2 -2
  140. package/src/models/operations/createdataset.ts +2 -2
  141. package/src/models/operations/createdatasetitem.ts +8 -8
  142. package/src/models/operations/createdatasource.ts +2 -2
  143. package/src/models/operations/createeval.ts +423 -524
  144. package/src/models/operations/creatememorystore.ts +14 -1094
  145. package/src/models/operations/createprompt.ts +60 -0
  146. package/src/models/operations/createtool.ts +12 -12
  147. package/src/models/operations/deploymentgetconfig.ts +30 -0
  148. package/src/models/operations/deployments.ts +30 -0
  149. package/src/models/operations/duplicateagent.ts +153 -5
  150. package/src/models/operations/duplicatetool.ts +12 -12
  151. package/src/models/operations/fileget.ts +2 -2
  152. package/src/models/operations/filelist.ts +2 -2
  153. package/src/models/operations/fileupload.ts +2 -2
  154. package/src/models/operations/getagent.ts +65 -0
  155. package/src/models/operations/getallmemorystores.ts +7 -595
  156. package/src/models/operations/getallprompts.ts +30 -0
  157. package/src/models/operations/getalltools.ts +12 -12
  158. package/src/models/operations/getbudget.ts +2 -2
  159. package/src/models/operations/getevals.ts +28 -28
  160. package/src/models/operations/getoneprompt.ts +30 -0
  161. package/src/models/operations/getpromptversion.ts +30 -0
  162. package/src/models/operations/listagents.ts +68 -0
  163. package/src/models/operations/listbudgets.ts +2 -2
  164. package/src/models/operations/listcontacts.ts +2 -2
  165. package/src/models/operations/listdatasetdatapoints.ts +8 -8
  166. package/src/models/operations/listdatasets.ts +2 -2
  167. package/src/models/operations/listdatasources.ts +9 -9
  168. package/src/models/operations/listpromptversions.ts +30 -0
  169. package/src/models/operations/retrievecontact.ts +2 -2
  170. package/src/models/operations/retrievedatapoint.ts +8 -8
  171. package/src/models/operations/retrievedataset.ts +2 -2
  172. package/src/models/operations/retrievedatasource.ts +2 -2
  173. package/src/models/operations/retrievememorystore.ts +7 -596
  174. package/src/models/operations/retrievetool.ts +12 -12
  175. package/src/models/operations/runagent.ts +71 -2
  176. package/src/models/operations/streamrunagent.ts +76 -2
  177. package/src/models/operations/syncmcptool.ts +12 -12
  178. package/src/models/operations/updateagent.ts +141 -0
  179. package/src/models/operations/updatebudget.ts +2 -2
  180. package/src/models/operations/updatecontact.ts +2 -2
  181. package/src/models/operations/updatedatapoint.ts +8 -8
  182. package/src/models/operations/updatedataset.ts +2 -2
  183. package/src/models/operations/updatedatasource.ts +2 -2
  184. package/src/models/operations/updateeval.ts +28 -28
  185. package/src/models/operations/updatememorystore.ts +7 -527
  186. package/src/models/operations/updateprompt.ts +60 -0
  187. package/src/models/operations/updatetool.ts +14 -14
  188. package/src/sdk/agents.ts +1 -1
@@ -1,102 +1,11 @@
1
1
  import * as z from "zod/v3";
2
- import { ClosedEnum } from "../../types/enums.js";
3
2
  import { Result as SafeParseResult } from "../../types/fp.js";
4
3
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
- export declare const TwentyThree: {
6
- readonly JinaJinaEmbeddingsV3: "jina/jina-embeddings-v3";
7
- };
8
- export type TwentyThree = ClosedEnum<typeof TwentyThree>;
9
- export declare const TwentyTwo: {
10
- readonly JinaJinaClipV2: "jina/jina-clip-v2";
11
- };
12
- export type TwentyTwo = ClosedEnum<typeof TwentyTwo>;
13
- export declare const TwentyOne: {
14
- readonly JinaJinaEmbeddingsV2BaseDe: "jina/jina-embeddings-v2-base-de";
15
- };
16
- export type TwentyOne = ClosedEnum<typeof TwentyOne>;
17
- export declare const Twenty: {
18
- readonly JinaJinaEmbeddingsV2BaseCode: "jina/jina-embeddings-v2-base-code";
19
- };
20
- export type Twenty = ClosedEnum<typeof Twenty>;
21
- export declare const Nineteen: {
22
- readonly JinaJinaEmbeddingsV2BaseZh: "jina/jina-embeddings-v2-base-zh";
23
- };
24
- export type Nineteen = ClosedEnum<typeof Nineteen>;
25
- export declare const Eighteen: {
26
- readonly JinaJinaEmbeddingsV2BaseEn: "jina/jina-embeddings-v2-base-en";
27
- };
28
- export type Eighteen = ClosedEnum<typeof Eighteen>;
29
- export declare const Seventeen: {
30
- readonly JinaJinaEmbeddingsV2BaseEs: "jina/jina-embeddings-v2-base-es";
31
- };
32
- export type Seventeen = ClosedEnum<typeof Seventeen>;
33
- export declare const Sixteen: {
34
- readonly JinaJinaClipV1: "jina/jina-clip-v1";
35
- };
36
- export type Sixteen = ClosedEnum<typeof Sixteen>;
37
- export declare const Fifteen: {
38
- readonly MistralMistralEmbed: "mistral/mistral-embed";
39
- };
40
- export type Fifteen = ClosedEnum<typeof Fifteen>;
41
- export declare const Fourteen: {
42
- readonly GoogleAiTextEmbedding004: "google-ai/text-embedding-004";
43
- };
44
- export type Fourteen = ClosedEnum<typeof Fourteen>;
45
- export declare const Thirteen: {
46
- readonly GoogleMultimodalembeddingAt001: "google/multimodalembedding@001";
47
- };
48
- export type Thirteen = ClosedEnum<typeof Thirteen>;
49
- export declare const Twelve: {
50
- readonly GoogleTextMultilingualEmbedding002: "google/text-multilingual-embedding-002";
51
- };
52
- export type Twelve = ClosedEnum<typeof Twelve>;
53
- export declare const Eleven: {
54
- readonly GoogleGeminiEmbedding001: "google/gemini-embedding-001";
55
- };
56
- export type Eleven = ClosedEnum<typeof Eleven>;
57
- export declare const Ten: {
58
- readonly OpenaiTextEmbeddingAda002: "openai/text-embedding-ada-002";
59
- };
60
- export type Ten = ClosedEnum<typeof Ten>;
61
- export declare const Nine: {
62
- readonly OpenaiTextEmbedding3Small: "openai/text-embedding-3-small";
63
- };
64
- export type Nine = ClosedEnum<typeof Nine>;
65
- export declare const Eight: {
66
- readonly OpenaiTextEmbedding3Large: "openai/text-embedding-3-large";
67
- };
68
- export type Eight = ClosedEnum<typeof Eight>;
69
- export declare const Seven: {
70
- readonly AzureTextEmbedding3Small: "azure/text-embedding-3-small";
71
- };
72
- export type Seven = ClosedEnum<typeof Seven>;
73
- export declare const Model6: {
74
- readonly AzureTextEmbeddingAda002: "azure/text-embedding-ada-002";
75
- };
76
- export type Model6 = ClosedEnum<typeof Model6>;
77
- export declare const Model5: {
78
- readonly CohereEmbedV40: "cohere/embed-v4.0";
79
- };
80
- export type Model5 = ClosedEnum<typeof Model5>;
81
- export declare const Model4: {
82
- readonly CohereEmbedEnglishV30: "cohere/embed-english-v3.0";
83
- };
84
- export type Model4 = ClosedEnum<typeof Model4>;
85
- export declare const Model3: {
86
- readonly CohereEmbedEnglishLightV30: "cohere/embed-english-light-v3.0";
87
- };
88
- export type Model3 = ClosedEnum<typeof Model3>;
89
- export declare const Model2: {
90
- readonly CohereEmbedMultilingualLightV30: "cohere/embed-multilingual-light-v3.0";
91
- };
92
- export type Model2 = ClosedEnum<typeof Model2>;
93
- export declare const Model1: {
94
- readonly CohereEmbedMultilingualV30: "cohere/embed-multilingual-v3.0";
95
- };
96
- export type Model1 = ClosedEnum<typeof Model1>;
97
- export type Model = Model1 | Model2 | Model3 | Model4 | Model5 | Model6 | Seven | Eight | Nine | Ten | Eleven | Twelve | Thirteen | Fourteen | Fifteen | Sixteen | Seventeen | Eighteen | Nineteen | Twenty | TwentyOne | TwentyTwo | TwentyThree;
98
4
  export type EmbeddingConfig = {
99
- model: Model1 | Model2 | Model3 | Model4 | Model5 | Model6 | Seven | Eight | Nine | Ten | Eleven | Twelve | Thirteen | Fourteen | Fifteen | Sixteen | Seventeen | Eighteen | Nineteen | Twenty | TwentyOne | TwentyTwo | TwentyThree;
5
+ /**
6
+ * The embeddings model to use for the knowledge base in the format "provider/model" for public models or "workspaceKey@provider/model" for private workspace models. This model will be used to embed the chunks when they are added to the knowledge base. Refer to the (Supported models)[/docs/proxy/supported-models] to browse available models.
7
+ */
8
+ model: string;
100
9
  };
101
10
  export type CreateMemoryStoreRequestBody = {
102
11
  /**
@@ -123,101 +32,11 @@ export type CreateMemoryStoreRequestBody = {
123
32
  */
124
33
  path: string;
125
34
  };
126
- export declare const CreateMemoryStoreModel23: {
127
- readonly JinaJinaEmbeddingsV3: "jina/jina-embeddings-v3";
128
- };
129
- export type CreateMemoryStoreModel23 = ClosedEnum<typeof CreateMemoryStoreModel23>;
130
- export declare const CreateMemoryStoreModel22: {
131
- readonly JinaJinaClipV2: "jina/jina-clip-v2";
132
- };
133
- export type CreateMemoryStoreModel22 = ClosedEnum<typeof CreateMemoryStoreModel22>;
134
- export declare const CreateMemoryStoreModel21: {
135
- readonly JinaJinaEmbeddingsV2BaseDe: "jina/jina-embeddings-v2-base-de";
136
- };
137
- export type CreateMemoryStoreModel21 = ClosedEnum<typeof CreateMemoryStoreModel21>;
138
- export declare const CreateMemoryStoreModel20: {
139
- readonly JinaJinaEmbeddingsV2BaseCode: "jina/jina-embeddings-v2-base-code";
140
- };
141
- export type CreateMemoryStoreModel20 = ClosedEnum<typeof CreateMemoryStoreModel20>;
142
- export declare const CreateMemoryStoreModel19: {
143
- readonly JinaJinaEmbeddingsV2BaseZh: "jina/jina-embeddings-v2-base-zh";
144
- };
145
- export type CreateMemoryStoreModel19 = ClosedEnum<typeof CreateMemoryStoreModel19>;
146
- export declare const CreateMemoryStoreModel18: {
147
- readonly JinaJinaEmbeddingsV2BaseEn: "jina/jina-embeddings-v2-base-en";
148
- };
149
- export type CreateMemoryStoreModel18 = ClosedEnum<typeof CreateMemoryStoreModel18>;
150
- export declare const CreateMemoryStoreModel17: {
151
- readonly JinaJinaEmbeddingsV2BaseEs: "jina/jina-embeddings-v2-base-es";
152
- };
153
- export type CreateMemoryStoreModel17 = ClosedEnum<typeof CreateMemoryStoreModel17>;
154
- export declare const CreateMemoryStoreModel16: {
155
- readonly JinaJinaClipV1: "jina/jina-clip-v1";
156
- };
157
- export type CreateMemoryStoreModel16 = ClosedEnum<typeof CreateMemoryStoreModel16>;
158
- export declare const CreateMemoryStoreModel15: {
159
- readonly MistralMistralEmbed: "mistral/mistral-embed";
160
- };
161
- export type CreateMemoryStoreModel15 = ClosedEnum<typeof CreateMemoryStoreModel15>;
162
- export declare const CreateMemoryStoreModel14: {
163
- readonly GoogleAiTextEmbedding004: "google-ai/text-embedding-004";
164
- };
165
- export type CreateMemoryStoreModel14 = ClosedEnum<typeof CreateMemoryStoreModel14>;
166
- export declare const CreateMemoryStoreModel13: {
167
- readonly GoogleMultimodalembeddingAt001: "google/multimodalembedding@001";
168
- };
169
- export type CreateMemoryStoreModel13 = ClosedEnum<typeof CreateMemoryStoreModel13>;
170
- export declare const CreateMemoryStoreModel12: {
171
- readonly GoogleTextMultilingualEmbedding002: "google/text-multilingual-embedding-002";
172
- };
173
- export type CreateMemoryStoreModel12 = ClosedEnum<typeof CreateMemoryStoreModel12>;
174
- export declare const CreateMemoryStoreModel11: {
175
- readonly GoogleGeminiEmbedding001: "google/gemini-embedding-001";
176
- };
177
- export type CreateMemoryStoreModel11 = ClosedEnum<typeof CreateMemoryStoreModel11>;
178
- export declare const CreateMemoryStoreModel10: {
179
- readonly OpenaiTextEmbeddingAda002: "openai/text-embedding-ada-002";
180
- };
181
- export type CreateMemoryStoreModel10 = ClosedEnum<typeof CreateMemoryStoreModel10>;
182
- export declare const CreateMemoryStoreModel9: {
183
- readonly OpenaiTextEmbedding3Small: "openai/text-embedding-3-small";
184
- };
185
- export type CreateMemoryStoreModel9 = ClosedEnum<typeof CreateMemoryStoreModel9>;
186
- export declare const CreateMemoryStoreModel8: {
187
- readonly OpenaiTextEmbedding3Large: "openai/text-embedding-3-large";
188
- };
189
- export type CreateMemoryStoreModel8 = ClosedEnum<typeof CreateMemoryStoreModel8>;
190
- export declare const CreateMemoryStoreModel7: {
191
- readonly AzureTextEmbedding3Small: "azure/text-embedding-3-small";
192
- };
193
- export type CreateMemoryStoreModel7 = ClosedEnum<typeof CreateMemoryStoreModel7>;
194
- export declare const CreateMemoryStoreModel6: {
195
- readonly AzureTextEmbeddingAda002: "azure/text-embedding-ada-002";
196
- };
197
- export type CreateMemoryStoreModel6 = ClosedEnum<typeof CreateMemoryStoreModel6>;
198
- export declare const CreateMemoryStoreModel5: {
199
- readonly CohereEmbedV40: "cohere/embed-v4.0";
200
- };
201
- export type CreateMemoryStoreModel5 = ClosedEnum<typeof CreateMemoryStoreModel5>;
202
- export declare const CreateMemoryStoreModel4: {
203
- readonly CohereEmbedEnglishV30: "cohere/embed-english-v3.0";
204
- };
205
- export type CreateMemoryStoreModel4 = ClosedEnum<typeof CreateMemoryStoreModel4>;
206
- export declare const CreateMemoryStoreModel3: {
207
- readonly CohereEmbedEnglishLightV30: "cohere/embed-english-light-v3.0";
208
- };
209
- export type CreateMemoryStoreModel3 = ClosedEnum<typeof CreateMemoryStoreModel3>;
210
- export declare const CreateMemoryStoreModel2: {
211
- readonly CohereEmbedMultilingualLightV30: "cohere/embed-multilingual-light-v3.0";
212
- };
213
- export type CreateMemoryStoreModel2 = ClosedEnum<typeof CreateMemoryStoreModel2>;
214
- export declare const CreateMemoryStoreModel1: {
215
- readonly CohereEmbedMultilingualV30: "cohere/embed-multilingual-v3.0";
216
- };
217
- export type CreateMemoryStoreModel1 = ClosedEnum<typeof CreateMemoryStoreModel1>;
218
- export type CreateMemoryStoreModel = CreateMemoryStoreModel1 | CreateMemoryStoreModel2 | CreateMemoryStoreModel3 | CreateMemoryStoreModel4 | CreateMemoryStoreModel5 | CreateMemoryStoreModel6 | CreateMemoryStoreModel7 | CreateMemoryStoreModel8 | CreateMemoryStoreModel9 | CreateMemoryStoreModel10 | CreateMemoryStoreModel11 | CreateMemoryStoreModel12 | CreateMemoryStoreModel13 | CreateMemoryStoreModel14 | CreateMemoryStoreModel15 | CreateMemoryStoreModel16 | CreateMemoryStoreModel17 | CreateMemoryStoreModel18 | CreateMemoryStoreModel19 | CreateMemoryStoreModel20 | CreateMemoryStoreModel21 | CreateMemoryStoreModel22 | CreateMemoryStoreModel23;
219
35
  export type CreateMemoryStoreEmbeddingConfig = {
220
- model: CreateMemoryStoreModel1 | CreateMemoryStoreModel2 | CreateMemoryStoreModel3 | CreateMemoryStoreModel4 | CreateMemoryStoreModel5 | CreateMemoryStoreModel6 | CreateMemoryStoreModel7 | CreateMemoryStoreModel8 | CreateMemoryStoreModel9 | CreateMemoryStoreModel10 | CreateMemoryStoreModel11 | CreateMemoryStoreModel12 | CreateMemoryStoreModel13 | CreateMemoryStoreModel14 | CreateMemoryStoreModel15 | CreateMemoryStoreModel16 | CreateMemoryStoreModel17 | CreateMemoryStoreModel18 | CreateMemoryStoreModel19 | CreateMemoryStoreModel20 | CreateMemoryStoreModel21 | CreateMemoryStoreModel22 | CreateMemoryStoreModel23;
36
+ /**
37
+ * The embeddings model to use for the knowledge base in the format "provider/model" for public models or "workspaceKey@provider/model" for private workspace models. This model will be used to embed the chunks when they are added to the knowledge base. Refer to the (Supported models)[/docs/proxy/supported-models] to browse available models.
38
+ */
39
+ model: string;
221
40
  };
222
41
  /**
223
42
  * Memory store successfully created with the specified configuration.
@@ -258,110 +77,10 @@ export type CreateMemoryStoreResponseBody = {
258
77
  embeddingConfig: CreateMemoryStoreEmbeddingConfig;
259
78
  };
260
79
  /** @internal */
261
- export declare const TwentyThree$inboundSchema: z.ZodNativeEnum<typeof TwentyThree>;
262
- /** @internal */
263
- export declare const TwentyThree$outboundSchema: z.ZodNativeEnum<typeof TwentyThree>;
264
- /** @internal */
265
- export declare const TwentyTwo$inboundSchema: z.ZodNativeEnum<typeof TwentyTwo>;
266
- /** @internal */
267
- export declare const TwentyTwo$outboundSchema: z.ZodNativeEnum<typeof TwentyTwo>;
268
- /** @internal */
269
- export declare const TwentyOne$inboundSchema: z.ZodNativeEnum<typeof TwentyOne>;
270
- /** @internal */
271
- export declare const TwentyOne$outboundSchema: z.ZodNativeEnum<typeof TwentyOne>;
272
- /** @internal */
273
- export declare const Twenty$inboundSchema: z.ZodNativeEnum<typeof Twenty>;
274
- /** @internal */
275
- export declare const Twenty$outboundSchema: z.ZodNativeEnum<typeof Twenty>;
276
- /** @internal */
277
- export declare const Nineteen$inboundSchema: z.ZodNativeEnum<typeof Nineteen>;
278
- /** @internal */
279
- export declare const Nineteen$outboundSchema: z.ZodNativeEnum<typeof Nineteen>;
280
- /** @internal */
281
- export declare const Eighteen$inboundSchema: z.ZodNativeEnum<typeof Eighteen>;
282
- /** @internal */
283
- export declare const Eighteen$outboundSchema: z.ZodNativeEnum<typeof Eighteen>;
284
- /** @internal */
285
- export declare const Seventeen$inboundSchema: z.ZodNativeEnum<typeof Seventeen>;
286
- /** @internal */
287
- export declare const Seventeen$outboundSchema: z.ZodNativeEnum<typeof Seventeen>;
288
- /** @internal */
289
- export declare const Sixteen$inboundSchema: z.ZodNativeEnum<typeof Sixteen>;
290
- /** @internal */
291
- export declare const Sixteen$outboundSchema: z.ZodNativeEnum<typeof Sixteen>;
292
- /** @internal */
293
- export declare const Fifteen$inboundSchema: z.ZodNativeEnum<typeof Fifteen>;
294
- /** @internal */
295
- export declare const Fifteen$outboundSchema: z.ZodNativeEnum<typeof Fifteen>;
296
- /** @internal */
297
- export declare const Fourteen$inboundSchema: z.ZodNativeEnum<typeof Fourteen>;
298
- /** @internal */
299
- export declare const Fourteen$outboundSchema: z.ZodNativeEnum<typeof Fourteen>;
300
- /** @internal */
301
- export declare const Thirteen$inboundSchema: z.ZodNativeEnum<typeof Thirteen>;
302
- /** @internal */
303
- export declare const Thirteen$outboundSchema: z.ZodNativeEnum<typeof Thirteen>;
304
- /** @internal */
305
- export declare const Twelve$inboundSchema: z.ZodNativeEnum<typeof Twelve>;
306
- /** @internal */
307
- export declare const Twelve$outboundSchema: z.ZodNativeEnum<typeof Twelve>;
308
- /** @internal */
309
- export declare const Eleven$inboundSchema: z.ZodNativeEnum<typeof Eleven>;
310
- /** @internal */
311
- export declare const Eleven$outboundSchema: z.ZodNativeEnum<typeof Eleven>;
312
- /** @internal */
313
- export declare const Ten$inboundSchema: z.ZodNativeEnum<typeof Ten>;
314
- /** @internal */
315
- export declare const Ten$outboundSchema: z.ZodNativeEnum<typeof Ten>;
316
- /** @internal */
317
- export declare const Nine$inboundSchema: z.ZodNativeEnum<typeof Nine>;
318
- /** @internal */
319
- export declare const Nine$outboundSchema: z.ZodNativeEnum<typeof Nine>;
320
- /** @internal */
321
- export declare const Eight$inboundSchema: z.ZodNativeEnum<typeof Eight>;
322
- /** @internal */
323
- export declare const Eight$outboundSchema: z.ZodNativeEnum<typeof Eight>;
324
- /** @internal */
325
- export declare const Seven$inboundSchema: z.ZodNativeEnum<typeof Seven>;
326
- /** @internal */
327
- export declare const Seven$outboundSchema: z.ZodNativeEnum<typeof Seven>;
328
- /** @internal */
329
- export declare const Model6$inboundSchema: z.ZodNativeEnum<typeof Model6>;
330
- /** @internal */
331
- export declare const Model6$outboundSchema: z.ZodNativeEnum<typeof Model6>;
332
- /** @internal */
333
- export declare const Model5$inboundSchema: z.ZodNativeEnum<typeof Model5>;
334
- /** @internal */
335
- export declare const Model5$outboundSchema: z.ZodNativeEnum<typeof Model5>;
336
- /** @internal */
337
- export declare const Model4$inboundSchema: z.ZodNativeEnum<typeof Model4>;
338
- /** @internal */
339
- export declare const Model4$outboundSchema: z.ZodNativeEnum<typeof Model4>;
340
- /** @internal */
341
- export declare const Model3$inboundSchema: z.ZodNativeEnum<typeof Model3>;
342
- /** @internal */
343
- export declare const Model3$outboundSchema: z.ZodNativeEnum<typeof Model3>;
344
- /** @internal */
345
- export declare const Model2$inboundSchema: z.ZodNativeEnum<typeof Model2>;
346
- /** @internal */
347
- export declare const Model2$outboundSchema: z.ZodNativeEnum<typeof Model2>;
348
- /** @internal */
349
- export declare const Model1$inboundSchema: z.ZodNativeEnum<typeof Model1>;
350
- /** @internal */
351
- export declare const Model1$outboundSchema: z.ZodNativeEnum<typeof Model1>;
352
- /** @internal */
353
- export declare const Model$inboundSchema: z.ZodType<Model, z.ZodTypeDef, unknown>;
354
- /** @internal */
355
- export type Model$Outbound = string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string;
356
- /** @internal */
357
- export declare const Model$outboundSchema: z.ZodType<Model$Outbound, z.ZodTypeDef, Model>;
358
- export declare function modelToJSON(model: Model): string;
359
- export declare function modelFromJSON(jsonString: string): SafeParseResult<Model, SDKValidationError>;
360
- /** @internal */
361
80
  export declare const EmbeddingConfig$inboundSchema: z.ZodType<EmbeddingConfig, z.ZodTypeDef, unknown>;
362
81
  /** @internal */
363
82
  export type EmbeddingConfig$Outbound = {
364
- model: string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string;
83
+ model: string;
365
84
  };
366
85
  /** @internal */
367
86
  export declare const EmbeddingConfig$outboundSchema: z.ZodType<EmbeddingConfig$Outbound, z.ZodTypeDef, EmbeddingConfig>;
@@ -382,110 +101,10 @@ export declare const CreateMemoryStoreRequestBody$outboundSchema: z.ZodType<Crea
382
101
  export declare function createMemoryStoreRequestBodyToJSON(createMemoryStoreRequestBody: CreateMemoryStoreRequestBody): string;
383
102
  export declare function createMemoryStoreRequestBodyFromJSON(jsonString: string): SafeParseResult<CreateMemoryStoreRequestBody, SDKValidationError>;
384
103
  /** @internal */
385
- export declare const CreateMemoryStoreModel23$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel23>;
386
- /** @internal */
387
- export declare const CreateMemoryStoreModel23$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel23>;
388
- /** @internal */
389
- export declare const CreateMemoryStoreModel22$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel22>;
390
- /** @internal */
391
- export declare const CreateMemoryStoreModel22$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel22>;
392
- /** @internal */
393
- export declare const CreateMemoryStoreModel21$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel21>;
394
- /** @internal */
395
- export declare const CreateMemoryStoreModel21$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel21>;
396
- /** @internal */
397
- export declare const CreateMemoryStoreModel20$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel20>;
398
- /** @internal */
399
- export declare const CreateMemoryStoreModel20$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel20>;
400
- /** @internal */
401
- export declare const CreateMemoryStoreModel19$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel19>;
402
- /** @internal */
403
- export declare const CreateMemoryStoreModel19$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel19>;
404
- /** @internal */
405
- export declare const CreateMemoryStoreModel18$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel18>;
406
- /** @internal */
407
- export declare const CreateMemoryStoreModel18$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel18>;
408
- /** @internal */
409
- export declare const CreateMemoryStoreModel17$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel17>;
410
- /** @internal */
411
- export declare const CreateMemoryStoreModel17$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel17>;
412
- /** @internal */
413
- export declare const CreateMemoryStoreModel16$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel16>;
414
- /** @internal */
415
- export declare const CreateMemoryStoreModel16$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel16>;
416
- /** @internal */
417
- export declare const CreateMemoryStoreModel15$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel15>;
418
- /** @internal */
419
- export declare const CreateMemoryStoreModel15$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel15>;
420
- /** @internal */
421
- export declare const CreateMemoryStoreModel14$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel14>;
422
- /** @internal */
423
- export declare const CreateMemoryStoreModel14$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel14>;
424
- /** @internal */
425
- export declare const CreateMemoryStoreModel13$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel13>;
426
- /** @internal */
427
- export declare const CreateMemoryStoreModel13$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel13>;
428
- /** @internal */
429
- export declare const CreateMemoryStoreModel12$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel12>;
430
- /** @internal */
431
- export declare const CreateMemoryStoreModel12$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel12>;
432
- /** @internal */
433
- export declare const CreateMemoryStoreModel11$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel11>;
434
- /** @internal */
435
- export declare const CreateMemoryStoreModel11$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel11>;
436
- /** @internal */
437
- export declare const CreateMemoryStoreModel10$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel10>;
438
- /** @internal */
439
- export declare const CreateMemoryStoreModel10$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel10>;
440
- /** @internal */
441
- export declare const CreateMemoryStoreModel9$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel9>;
442
- /** @internal */
443
- export declare const CreateMemoryStoreModel9$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel9>;
444
- /** @internal */
445
- export declare const CreateMemoryStoreModel8$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel8>;
446
- /** @internal */
447
- export declare const CreateMemoryStoreModel8$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel8>;
448
- /** @internal */
449
- export declare const CreateMemoryStoreModel7$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel7>;
450
- /** @internal */
451
- export declare const CreateMemoryStoreModel7$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel7>;
452
- /** @internal */
453
- export declare const CreateMemoryStoreModel6$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel6>;
454
- /** @internal */
455
- export declare const CreateMemoryStoreModel6$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel6>;
456
- /** @internal */
457
- export declare const CreateMemoryStoreModel5$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel5>;
458
- /** @internal */
459
- export declare const CreateMemoryStoreModel5$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel5>;
460
- /** @internal */
461
- export declare const CreateMemoryStoreModel4$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel4>;
462
- /** @internal */
463
- export declare const CreateMemoryStoreModel4$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel4>;
464
- /** @internal */
465
- export declare const CreateMemoryStoreModel3$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel3>;
466
- /** @internal */
467
- export declare const CreateMemoryStoreModel3$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel3>;
468
- /** @internal */
469
- export declare const CreateMemoryStoreModel2$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel2>;
470
- /** @internal */
471
- export declare const CreateMemoryStoreModel2$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel2>;
472
- /** @internal */
473
- export declare const CreateMemoryStoreModel1$inboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel1>;
474
- /** @internal */
475
- export declare const CreateMemoryStoreModel1$outboundSchema: z.ZodNativeEnum<typeof CreateMemoryStoreModel1>;
476
- /** @internal */
477
- export declare const CreateMemoryStoreModel$inboundSchema: z.ZodType<CreateMemoryStoreModel, z.ZodTypeDef, unknown>;
478
- /** @internal */
479
- export type CreateMemoryStoreModel$Outbound = string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string;
480
- /** @internal */
481
- export declare const CreateMemoryStoreModel$outboundSchema: z.ZodType<CreateMemoryStoreModel$Outbound, z.ZodTypeDef, CreateMemoryStoreModel>;
482
- export declare function createMemoryStoreModelToJSON(createMemoryStoreModel: CreateMemoryStoreModel): string;
483
- export declare function createMemoryStoreModelFromJSON(jsonString: string): SafeParseResult<CreateMemoryStoreModel, SDKValidationError>;
484
- /** @internal */
485
104
  export declare const CreateMemoryStoreEmbeddingConfig$inboundSchema: z.ZodType<CreateMemoryStoreEmbeddingConfig, z.ZodTypeDef, unknown>;
486
105
  /** @internal */
487
106
  export type CreateMemoryStoreEmbeddingConfig$Outbound = {
488
- model: string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string | string;
107
+ model: string;
489
108
  };
490
109
  /** @internal */
491
110
  export declare const CreateMemoryStoreEmbeddingConfig$outboundSchema: z.ZodType<CreateMemoryStoreEmbeddingConfig$Outbound, z.ZodTypeDef, CreateMemoryStoreEmbeddingConfig>;
@@ -1 +1 @@
1
- {"version":3,"file":"creatememorystore.d.ts","sourceRoot":"","sources":["../../src/models/operations/creatememorystore.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"creatememorystore.d.ts","sourceRoot":"","sources":["../../src/models/operations/creatememorystore.ts"],"names":[],"mappings":"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"}