@sap-ai-sdk/prompt-registry 2.3.1-20251223013357.0 → 2.4.0

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 (287) hide show
  1. package/dist/client/prompt-registry/index.d.ts +1 -0
  2. package/dist/client/prompt-registry/index.d.ts.map +1 -1
  3. package/dist/client/prompt-registry/index.js +1 -0
  4. package/dist/client/prompt-registry/index.js.map +1 -1
  5. package/dist/client/prompt-registry/orchestration-configs-api.d.ts +89 -0
  6. package/dist/client/prompt-registry/orchestration-configs-api.d.ts.map +1 -0
  7. package/dist/client/prompt-registry/orchestration-configs-api.js +90 -0
  8. package/dist/client/prompt-registry/orchestration-configs-api.js.map +1 -0
  9. package/dist/client/prompt-registry/prompt-templates-api.d.ts +42 -6
  10. package/dist/client/prompt-registry/prompt-templates-api.d.ts.map +1 -1
  11. package/dist/client/prompt-registry/prompt-templates-api.js +36 -18
  12. package/dist/client/prompt-registry/prompt-templates-api.js.map +1 -1
  13. package/dist/client/prompt-registry/schema/assistant-chat-message.d.ts +12 -0
  14. package/dist/client/prompt-registry/schema/assistant-chat-message.d.ts.map +1 -0
  15. package/dist/client/prompt-registry/schema/assistant-chat-message.js +2 -0
  16. package/dist/client/prompt-registry/schema/assistant-chat-message.js.map +1 -0
  17. package/dist/client/prompt-registry/schema/azure-content-safety-input-filter-config.d.ts +13 -0
  18. package/dist/client/prompt-registry/schema/azure-content-safety-input-filter-config.d.ts.map +1 -0
  19. package/dist/client/prompt-registry/schema/azure-content-safety-input-filter-config.js +2 -0
  20. package/dist/client/prompt-registry/schema/azure-content-safety-input-filter-config.js.map +1 -0
  21. package/dist/client/prompt-registry/schema/azure-content-safety-input.d.ts +15 -0
  22. package/dist/client/prompt-registry/schema/azure-content-safety-input.d.ts.map +1 -0
  23. package/dist/client/prompt-registry/schema/azure-content-safety-input.js +2 -0
  24. package/dist/client/prompt-registry/schema/azure-content-safety-input.js.map +1 -0
  25. package/dist/client/prompt-registry/schema/azure-content-safety-output-filter-config.d.ts +13 -0
  26. package/dist/client/prompt-registry/schema/azure-content-safety-output-filter-config.d.ts.map +1 -0
  27. package/dist/client/prompt-registry/schema/azure-content-safety-output-filter-config.js +2 -0
  28. package/dist/client/prompt-registry/schema/azure-content-safety-output-filter-config.js.map +1 -0
  29. package/dist/client/prompt-registry/schema/azure-content-safety-output.d.ts +15 -0
  30. package/dist/client/prompt-registry/schema/azure-content-safety-output.d.ts.map +1 -0
  31. package/dist/client/prompt-registry/schema/azure-content-safety-output.js +2 -0
  32. package/dist/client/prompt-registry/schema/azure-content-safety-output.js.map +1 -0
  33. package/dist/client/prompt-registry/schema/azure-threshold.d.ts +5 -0
  34. package/dist/client/prompt-registry/schema/azure-threshold.d.ts.map +1 -0
  35. package/dist/client/prompt-registry/schema/azure-threshold.js +7 -0
  36. package/dist/client/prompt-registry/schema/azure-threshold.js.map +1 -0
  37. package/dist/client/prompt-registry/schema/chat-message-content.d.ts +6 -0
  38. package/dist/client/prompt-registry/schema/chat-message-content.d.ts.map +1 -0
  39. package/dist/client/prompt-registry/schema/chat-message-content.js +2 -0
  40. package/dist/client/prompt-registry/schema/chat-message-content.js.map +1 -0
  41. package/dist/client/prompt-registry/schema/chat-message.d.ts +10 -0
  42. package/dist/client/prompt-registry/schema/chat-message.d.ts.map +1 -0
  43. package/dist/client/prompt-registry/schema/chat-message.js +2 -0
  44. package/dist/client/prompt-registry/schema/chat-message.js.map +1 -0
  45. package/dist/client/prompt-registry/schema/data-repository-type.d.ts +5 -0
  46. package/dist/client/prompt-registry/schema/data-repository-type.d.ts.map +1 -0
  47. package/dist/client/prompt-registry/schema/data-repository-type.js +7 -0
  48. package/dist/client/prompt-registry/schema/data-repository-type.js.map +1 -0
  49. package/dist/client/prompt-registry/schema/developer-chat-message.d.ts +9 -0
  50. package/dist/client/prompt-registry/schema/developer-chat-message.d.ts.map +1 -0
  51. package/dist/client/prompt-registry/schema/developer-chat-message.js +2 -0
  52. package/dist/client/prompt-registry/schema/developer-chat-message.js.map +1 -0
  53. package/dist/client/prompt-registry/schema/document-grounding-filter.d.ts +33 -0
  54. package/dist/client/prompt-registry/schema/document-grounding-filter.d.ts.map +1 -0
  55. package/dist/client/prompt-registry/schema/document-grounding-filter.js +2 -0
  56. package/dist/client/prompt-registry/schema/document-grounding-filter.js.map +1 -0
  57. package/dist/client/prompt-registry/schema/dpi-config.d.ts +34 -0
  58. package/dist/client/prompt-registry/schema/dpi-config.d.ts.map +1 -0
  59. package/dist/client/prompt-registry/schema/dpi-config.js +2 -0
  60. package/dist/client/prompt-registry/schema/dpi-config.js.map +1 -0
  61. package/dist/client/prompt-registry/schema/dpi-custom-entity.d.ts +15 -0
  62. package/dist/client/prompt-registry/schema/dpi-custom-entity.d.ts.map +1 -0
  63. package/dist/client/prompt-registry/schema/dpi-custom-entity.js +2 -0
  64. package/dist/client/prompt-registry/schema/dpi-custom-entity.js.map +1 -0
  65. package/dist/client/prompt-registry/schema/dpi-entities.d.ts +5 -0
  66. package/dist/client/prompt-registry/schema/dpi-entities.d.ts.map +1 -0
  67. package/dist/client/prompt-registry/schema/dpi-entities.js +7 -0
  68. package/dist/client/prompt-registry/schema/dpi-entities.js.map +1 -0
  69. package/dist/client/prompt-registry/schema/dpi-entity-config.d.ts +7 -0
  70. package/dist/client/prompt-registry/schema/dpi-entity-config.d.ts.map +1 -0
  71. package/dist/client/prompt-registry/schema/dpi-entity-config.js +2 -0
  72. package/dist/client/prompt-registry/schema/dpi-entity-config.js.map +1 -0
  73. package/dist/client/prompt-registry/schema/dpi-method-constant.d.ts +12 -0
  74. package/dist/client/prompt-registry/schema/dpi-method-constant.d.ts.map +1 -0
  75. package/dist/client/prompt-registry/schema/dpi-method-constant.js +7 -0
  76. package/dist/client/prompt-registry/schema/dpi-method-constant.js.map +1 -0
  77. package/dist/client/prompt-registry/schema/dpi-method-fabricated-data.d.ts +7 -0
  78. package/dist/client/prompt-registry/schema/dpi-method-fabricated-data.d.ts.map +1 -0
  79. package/dist/client/prompt-registry/schema/dpi-method-fabricated-data.js +7 -0
  80. package/dist/client/prompt-registry/schema/dpi-method-fabricated-data.js.map +1 -0
  81. package/dist/client/prompt-registry/schema/dpi-standard-entity.d.ts +14 -0
  82. package/dist/client/prompt-registry/schema/dpi-standard-entity.d.ts.map +1 -0
  83. package/dist/client/prompt-registry/schema/dpi-standard-entity.js +2 -0
  84. package/dist/client/prompt-registry/schema/dpi-standard-entity.js.map +1 -0
  85. package/dist/client/prompt-registry/schema/filtering-module-config.d.ts +16 -0
  86. package/dist/client/prompt-registry/schema/filtering-module-config.d.ts.map +1 -0
  87. package/dist/client/prompt-registry/schema/filtering-module-config.js +2 -0
  88. package/dist/client/prompt-registry/schema/filtering-module-config.js.map +1 -0
  89. package/dist/client/prompt-registry/schema/filtering-stream-options.d.ts +11 -0
  90. package/dist/client/prompt-registry/schema/filtering-stream-options.d.ts.map +1 -0
  91. package/dist/client/prompt-registry/schema/filtering-stream-options.js +7 -0
  92. package/dist/client/prompt-registry/schema/filtering-stream-options.js.map +1 -0
  93. package/dist/client/prompt-registry/schema/global-stream-options.d.ts +28 -0
  94. package/dist/client/prompt-registry/schema/global-stream-options.d.ts.map +1 -0
  95. package/dist/client/prompt-registry/schema/global-stream-options.js +7 -0
  96. package/dist/client/prompt-registry/schema/global-stream-options.js.map +1 -0
  97. package/dist/client/prompt-registry/schema/grounding-filter-id.d.ts +5 -0
  98. package/dist/client/prompt-registry/schema/grounding-filter-id.d.ts.map +1 -0
  99. package/dist/client/prompt-registry/schema/grounding-filter-id.js +7 -0
  100. package/dist/client/prompt-registry/schema/grounding-filter-id.js.map +1 -0
  101. package/dist/client/prompt-registry/schema/grounding-filter-search-configuration.d.ts +14 -0
  102. package/dist/client/prompt-registry/schema/grounding-filter-search-configuration.d.ts.map +1 -0
  103. package/dist/client/prompt-registry/schema/grounding-filter-search-configuration.js +7 -0
  104. package/dist/client/prompt-registry/schema/grounding-filter-search-configuration.js.map +1 -0
  105. package/dist/client/prompt-registry/schema/grounding-module-config.d.ts +36 -0
  106. package/dist/client/prompt-registry/schema/grounding-module-config.d.ts.map +1 -0
  107. package/dist/client/prompt-registry/schema/grounding-module-config.js +2 -0
  108. package/dist/client/prompt-registry/schema/grounding-module-config.js.map +1 -0
  109. package/dist/client/prompt-registry/schema/image-content-url.d.ts +11 -0
  110. package/dist/client/prompt-registry/schema/image-content-url.d.ts.map +1 -0
  111. package/dist/client/prompt-registry/schema/image-content-url.js +7 -0
  112. package/dist/client/prompt-registry/schema/image-content-url.js.map +1 -0
  113. package/dist/client/prompt-registry/schema/index.d.ts +65 -1
  114. package/dist/client/prompt-registry/schema/index.d.ts.map +1 -1
  115. package/dist/client/prompt-registry/schema/index.js +65 -1
  116. package/dist/client/prompt-registry/schema/index.js.map +1 -1
  117. package/dist/client/prompt-registry/schema/input-filter-config.d.ts +7 -0
  118. package/dist/client/prompt-registry/schema/input-filter-config.d.ts.map +1 -0
  119. package/dist/client/prompt-registry/schema/input-filter-config.js +2 -0
  120. package/dist/client/prompt-registry/schema/input-filter-config.js.map +1 -0
  121. package/dist/client/prompt-registry/schema/input-filtering-config.d.ts +12 -0
  122. package/dist/client/prompt-registry/schema/input-filtering-config.d.ts.map +1 -0
  123. package/dist/client/prompt-registry/schema/input-filtering-config.js +2 -0
  124. package/dist/client/prompt-registry/schema/input-filtering-config.js.map +1 -0
  125. package/dist/client/prompt-registry/schema/key-value-list-pair.d.ts +11 -0
  126. package/dist/client/prompt-registry/schema/key-value-list-pair.d.ts.map +1 -0
  127. package/dist/client/prompt-registry/schema/key-value-list-pair.js +7 -0
  128. package/dist/client/prompt-registry/schema/key-value-list-pair.js.map +1 -0
  129. package/dist/client/prompt-registry/schema/llama-guard-38-b-filter-config.d.ts +13 -0
  130. package/dist/client/prompt-registry/schema/llama-guard-38-b-filter-config.d.ts.map +1 -0
  131. package/dist/client/prompt-registry/schema/llama-guard-38-b-filter-config.js +2 -0
  132. package/dist/client/prompt-registry/schema/llama-guard-38-b-filter-config.js.map +1 -0
  133. package/dist/client/prompt-registry/schema/llama-guard-38-b.d.ts +20 -0
  134. package/dist/client/prompt-registry/schema/llama-guard-38-b.d.ts.map +1 -0
  135. package/dist/client/prompt-registry/schema/llama-guard-38-b.js +7 -0
  136. package/dist/client/prompt-registry/schema/llama-guard-38-b.js.map +1 -0
  137. package/dist/client/prompt-registry/schema/llm-model-details.d.ts +44 -0
  138. package/dist/client/prompt-registry/schema/llm-model-details.d.ts.map +1 -0
  139. package/dist/client/prompt-registry/schema/llm-model-details.js +7 -0
  140. package/dist/client/prompt-registry/schema/llm-model-details.js.map +1 -0
  141. package/dist/client/prompt-registry/schema/masking-module-config.d.ts +19 -0
  142. package/dist/client/prompt-registry/schema/masking-module-config.d.ts.map +1 -0
  143. package/dist/client/prompt-registry/schema/masking-module-config.js +2 -0
  144. package/dist/client/prompt-registry/schema/masking-module-config.js.map +1 -0
  145. package/dist/client/prompt-registry/schema/masking-provider-config.d.ts +6 -0
  146. package/dist/client/prompt-registry/schema/masking-provider-config.d.ts.map +1 -0
  147. package/dist/client/prompt-registry/schema/masking-provider-config.js +2 -0
  148. package/dist/client/prompt-registry/schema/masking-provider-config.js.map +1 -0
  149. package/dist/client/prompt-registry/schema/message-tool-call.d.ts +27 -0
  150. package/dist/client/prompt-registry/schema/message-tool-call.d.ts.map +1 -0
  151. package/dist/client/prompt-registry/schema/message-tool-call.js +7 -0
  152. package/dist/client/prompt-registry/schema/message-tool-call.js.map +1 -0
  153. package/dist/client/prompt-registry/schema/message-tool-calls.d.ts +6 -0
  154. package/dist/client/prompt-registry/schema/message-tool-calls.d.ts.map +1 -0
  155. package/dist/client/prompt-registry/schema/message-tool-calls.js +2 -0
  156. package/dist/client/prompt-registry/schema/message-tool-calls.js.map +1 -0
  157. package/dist/client/prompt-registry/schema/module-configs.d.ts +16 -0
  158. package/dist/client/prompt-registry/schema/module-configs.d.ts.map +1 -0
  159. package/dist/client/prompt-registry/schema/module-configs.js +2 -0
  160. package/dist/client/prompt-registry/schema/module-configs.js.map +1 -0
  161. package/dist/client/prompt-registry/schema/orchestration-config-delete-response.d.ts +7 -0
  162. package/dist/client/prompt-registry/schema/orchestration-config-delete-response.d.ts.map +1 -0
  163. package/dist/client/prompt-registry/schema/orchestration-config-delete-response.js +7 -0
  164. package/dist/client/prompt-registry/schema/orchestration-config-delete-response.js.map +1 -0
  165. package/dist/client/prompt-registry/schema/orchestration-config-get-response.d.ts +22 -0
  166. package/dist/client/prompt-registry/schema/orchestration-config-get-response.d.ts.map +1 -0
  167. package/dist/client/prompt-registry/schema/orchestration-config-get-response.js +2 -0
  168. package/dist/client/prompt-registry/schema/orchestration-config-get-response.js.map +1 -0
  169. package/dist/client/prompt-registry/schema/orchestration-config-list-response.d.ts +9 -0
  170. package/dist/client/prompt-registry/schema/orchestration-config-list-response.d.ts.map +1 -0
  171. package/dist/client/prompt-registry/schema/orchestration-config-list-response.js +2 -0
  172. package/dist/client/prompt-registry/schema/orchestration-config-list-response.js.map +1 -0
  173. package/dist/client/prompt-registry/schema/orchestration-config-post-request.d.ts +23 -0
  174. package/dist/client/prompt-registry/schema/orchestration-config-post-request.d.ts.map +1 -0
  175. package/dist/client/prompt-registry/schema/orchestration-config-post-request.js +2 -0
  176. package/dist/client/prompt-registry/schema/orchestration-config-post-request.js.map +1 -0
  177. package/dist/client/prompt-registry/schema/orchestration-config-post-response.d.ts +14 -0
  178. package/dist/client/prompt-registry/schema/orchestration-config-post-response.d.ts.map +1 -0
  179. package/dist/client/prompt-registry/schema/orchestration-config-post-response.js +7 -0
  180. package/dist/client/prompt-registry/schema/orchestration-config-post-response.js.map +1 -0
  181. package/dist/client/prompt-registry/schema/orchestration-config-resource.d.ts +22 -0
  182. package/dist/client/prompt-registry/schema/orchestration-config-resource.d.ts.map +1 -0
  183. package/dist/client/prompt-registry/schema/orchestration-config-resource.js +2 -0
  184. package/dist/client/prompt-registry/schema/orchestration-config-resource.js.map +1 -0
  185. package/dist/client/prompt-registry/schema/orchestration-config.d.ts +10 -0
  186. package/dist/client/prompt-registry/schema/orchestration-config.d.ts.map +1 -0
  187. package/dist/client/prompt-registry/schema/orchestration-config.js +2 -0
  188. package/dist/client/prompt-registry/schema/orchestration-config.js.map +1 -0
  189. package/dist/client/prompt-registry/schema/output-filter-config.d.ts +7 -0
  190. package/dist/client/prompt-registry/schema/output-filter-config.d.ts.map +1 -0
  191. package/dist/client/prompt-registry/schema/output-filter-config.js +2 -0
  192. package/dist/client/prompt-registry/schema/output-filter-config.js.map +1 -0
  193. package/dist/client/prompt-registry/schema/output-filtering-config.d.ts +14 -0
  194. package/dist/client/prompt-registry/schema/output-filtering-config.d.ts.map +1 -0
  195. package/dist/client/prompt-registry/schema/output-filtering-config.js +2 -0
  196. package/dist/client/prompt-registry/schema/output-filtering-config.js.map +1 -0
  197. package/dist/client/prompt-registry/schema/prompt-template-get-response.d.ts +1 -0
  198. package/dist/client/prompt-registry/schema/prompt-template-get-response.d.ts.map +1 -1
  199. package/dist/client/prompt-registry/schema/prompt-template-post-request.d.ts +3 -0
  200. package/dist/client/prompt-registry/schema/prompt-template-post-request.d.ts.map +1 -1
  201. package/dist/client/prompt-registry/schema/prompt-template-spec.d.ts +2 -2
  202. package/dist/client/prompt-registry/schema/prompt-template-spec.d.ts.map +1 -1
  203. package/dist/client/prompt-registry/schema/prompt-template-substitution-response.d.ts +2 -2
  204. package/dist/client/prompt-registry/schema/prompt-template-substitution-response.d.ts.map +1 -1
  205. package/dist/client/prompt-registry/schema/prompt-template.d.ts +7 -0
  206. package/dist/client/prompt-registry/schema/prompt-template.d.ts.map +1 -0
  207. package/dist/client/prompt-registry/schema/prompt-template.js +2 -0
  208. package/dist/client/prompt-registry/schema/prompt-template.js.map +1 -0
  209. package/dist/client/prompt-registry/schema/prompt-templating-module-config.d.ts +15 -0
  210. package/dist/client/prompt-registry/schema/prompt-templating-module-config.d.ts.map +1 -0
  211. package/dist/client/prompt-registry/schema/prompt-templating-module-config.js +2 -0
  212. package/dist/client/prompt-registry/schema/prompt-templating-module-config.js.map +1 -0
  213. package/dist/client/prompt-registry/schema/runtime-orchestration-config-file.d.ts +15 -0
  214. package/dist/client/prompt-registry/schema/runtime-orchestration-config-file.d.ts.map +1 -0
  215. package/dist/client/prompt-registry/schema/runtime-orchestration-config-file.js +2 -0
  216. package/dist/client/prompt-registry/schema/runtime-orchestration-config-file.js.map +1 -0
  217. package/dist/client/prompt-registry/schema/sap-document-translation-apply-to-selector.d.ts +24 -0
  218. package/dist/client/prompt-registry/schema/sap-document-translation-apply-to-selector.d.ts.map +1 -0
  219. package/dist/client/prompt-registry/schema/sap-document-translation-apply-to-selector.js +7 -0
  220. package/dist/client/prompt-registry/schema/sap-document-translation-apply-to-selector.js.map +1 -0
  221. package/dist/client/prompt-registry/schema/sap-document-translation-input.d.ts +36 -0
  222. package/dist/client/prompt-registry/schema/sap-document-translation-input.d.ts.map +1 -0
  223. package/dist/client/prompt-registry/schema/sap-document-translation-input.js +2 -0
  224. package/dist/client/prompt-registry/schema/sap-document-translation-input.js.map +1 -0
  225. package/dist/client/prompt-registry/schema/sap-document-translation-output-target-language.d.ts +6 -0
  226. package/dist/client/prompt-registry/schema/sap-document-translation-output-target-language.d.ts.map +1 -0
  227. package/dist/client/prompt-registry/schema/sap-document-translation-output-target-language.js +2 -0
  228. package/dist/client/prompt-registry/schema/sap-document-translation-output-target-language.js.map +1 -0
  229. package/dist/client/prompt-registry/schema/sap-document-translation-output.d.ts +20 -0
  230. package/dist/client/prompt-registry/schema/sap-document-translation-output.d.ts.map +1 -0
  231. package/dist/client/prompt-registry/schema/sap-document-translation-output.js +2 -0
  232. package/dist/client/prompt-registry/schema/sap-document-translation-output.js.map +1 -0
  233. package/dist/client/prompt-registry/schema/search-document-key-value-list-pair.d.ts +16 -0
  234. package/dist/client/prompt-registry/schema/search-document-key-value-list-pair.d.ts.map +1 -0
  235. package/dist/client/prompt-registry/schema/search-document-key-value-list-pair.js +2 -0
  236. package/dist/client/prompt-registry/schema/search-document-key-value-list-pair.js.map +1 -0
  237. package/dist/client/prompt-registry/schema/search-select-option-enum.d.ts +5 -0
  238. package/dist/client/prompt-registry/schema/search-select-option-enum.d.ts.map +1 -0
  239. package/dist/client/prompt-registry/schema/search-select-option-enum.js +7 -0
  240. package/dist/client/prompt-registry/schema/search-select-option-enum.js.map +1 -0
  241. package/dist/client/prompt-registry/schema/system-chat-message.d.ts +9 -0
  242. package/dist/client/prompt-registry/schema/system-chat-message.d.ts.map +1 -0
  243. package/dist/client/prompt-registry/schema/system-chat-message.js +2 -0
  244. package/dist/client/prompt-registry/schema/system-chat-message.js.map +1 -0
  245. package/dist/client/prompt-registry/schema/template-ref-by-id.d.ts +17 -0
  246. package/dist/client/prompt-registry/schema/template-ref-by-id.d.ts.map +1 -0
  247. package/dist/client/prompt-registry/schema/template-ref-by-id.js +7 -0
  248. package/dist/client/prompt-registry/schema/template-ref-by-id.js.map +1 -0
  249. package/dist/client/prompt-registry/schema/template-ref-by-scenario-name-version.d.ts +27 -0
  250. package/dist/client/prompt-registry/schema/template-ref-by-scenario-name-version.d.ts.map +1 -0
  251. package/dist/client/prompt-registry/schema/template-ref-by-scenario-name-version.js +7 -0
  252. package/dist/client/prompt-registry/schema/template-ref-by-scenario-name-version.js.map +1 -0
  253. package/dist/client/prompt-registry/schema/template-ref.d.ts +12 -0
  254. package/dist/client/prompt-registry/schema/template-ref.d.ts.map +1 -0
  255. package/dist/client/prompt-registry/schema/template-ref.js +2 -0
  256. package/dist/client/prompt-registry/schema/template-ref.js.map +1 -0
  257. package/dist/client/prompt-registry/schema/template.d.ts +36 -3
  258. package/dist/client/prompt-registry/schema/template.d.ts.map +1 -1
  259. package/dist/client/prompt-registry/schema/templating-chat-message.d.ts +7 -0
  260. package/dist/client/prompt-registry/schema/templating-chat-message.d.ts.map +1 -0
  261. package/dist/client/prompt-registry/schema/templating-chat-message.js +2 -0
  262. package/dist/client/prompt-registry/schema/templating-chat-message.js.map +1 -0
  263. package/dist/client/prompt-registry/schema/tool-chat-message.d.ts +13 -0
  264. package/dist/client/prompt-registry/schema/tool-chat-message.d.ts.map +1 -0
  265. package/dist/client/prompt-registry/schema/tool-chat-message.js +2 -0
  266. package/dist/client/prompt-registry/schema/tool-chat-message.js.map +1 -0
  267. package/dist/client/prompt-registry/schema/translation-module-config.d.ts +16 -0
  268. package/dist/client/prompt-registry/schema/translation-module-config.d.ts.map +1 -0
  269. package/dist/client/prompt-registry/schema/translation-module-config.js +2 -0
  270. package/dist/client/prompt-registry/schema/translation-module-config.js.map +1 -0
  271. package/dist/client/prompt-registry/schema/user-chat-message-content-item.d.ts +10 -0
  272. package/dist/client/prompt-registry/schema/user-chat-message-content-item.d.ts.map +1 -0
  273. package/dist/client/prompt-registry/schema/user-chat-message-content-item.js +2 -0
  274. package/dist/client/prompt-registry/schema/user-chat-message-content-item.js.map +1 -0
  275. package/dist/client/prompt-registry/schema/user-chat-message-content.d.ts +6 -0
  276. package/dist/client/prompt-registry/schema/user-chat-message-content.d.ts.map +1 -0
  277. package/dist/client/prompt-registry/schema/user-chat-message-content.js +2 -0
  278. package/dist/client/prompt-registry/schema/user-chat-message-content.js.map +1 -0
  279. package/dist/client/prompt-registry/schema/user-chat-message.d.ts +9 -0
  280. package/dist/client/prompt-registry/schema/user-chat-message.d.ts.map +1 -0
  281. package/dist/client/prompt-registry/schema/user-chat-message.js +2 -0
  282. package/dist/client/prompt-registry/schema/user-chat-message.js.map +1 -0
  283. package/dist/zod/prompt-registry.zod.d.ts +2011 -10
  284. package/dist/zod/prompt-registry.zod.d.ts.map +1 -1
  285. package/dist/zod/prompt-registry.zod.js +1764 -728
  286. package/dist/zod/prompt-registry.zod.js.map +1 -1
  287. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- export * from './template.js';
1
+ export * from './prompt-template.js';
2
2
  export * from './single-chat-template.js';
3
3
  export * from './multi-chat-template.js';
4
4
  export * from './multi-chat-content.js';
@@ -21,4 +21,68 @@ export * from './runtime-prompt-template-file.js';
21
21
  export * from './prompt-template-substitution-request.js';
22
22
  export * from './prompt-template-substitution-response.js';
23
23
  export * from './error-response.js';
24
+ export * from './orchestration-config-resource.js';
25
+ export * from './orchestration-config-list-response.js';
26
+ export * from './orchestration-config-post-request.js';
27
+ export * from './orchestration-config-post-response.js';
28
+ export * from './orchestration-config-get-response.js';
29
+ export * from './orchestration-config-delete-response.js';
30
+ export * from './runtime-orchestration-config-file.js';
31
+ export * from './chat-message-content.js';
32
+ export * from './system-chat-message.js';
33
+ export * from './image-content-url.js';
34
+ export * from './user-chat-message-content-item.js';
35
+ export * from './user-chat-message-content.js';
36
+ export * from './user-chat-message.js';
37
+ export * from './message-tool-call.js';
38
+ export * from './message-tool-calls.js';
39
+ export * from './assistant-chat-message.js';
40
+ export * from './tool-chat-message.js';
41
+ export * from './developer-chat-message.js';
42
+ export * from './chat-message.js';
43
+ export * from './templating-chat-message.js';
44
+ export * from './template.js';
45
+ export * from './template-ref-by-id.js';
46
+ export * from './template-ref-by-scenario-name-version.js';
47
+ export * from './template-ref.js';
48
+ export * from './llm-model-details.js';
49
+ export * from './prompt-templating-module-config.js';
50
+ export * from './azure-threshold.js';
51
+ export * from './azure-content-safety-input.js';
52
+ export * from './azure-content-safety-input-filter-config.js';
53
+ export * from './llama-guard-38-b.js';
54
+ export * from './llama-guard-38-b-filter-config.js';
55
+ export * from './input-filter-config.js';
56
+ export * from './input-filtering-config.js';
57
+ export * from './azure-content-safety-output.js';
58
+ export * from './azure-content-safety-output-filter-config.js';
59
+ export * from './output-filter-config.js';
60
+ export * from './filtering-stream-options.js';
61
+ export * from './output-filtering-config.js';
62
+ export * from './filtering-module-config.js';
63
+ export * from './dpi-entities.js';
64
+ export * from './dpi-method-constant.js';
65
+ export * from './dpi-method-fabricated-data.js';
66
+ export * from './dpi-standard-entity.js';
67
+ export * from './dpi-custom-entity.js';
68
+ export * from './dpi-entity-config.js';
69
+ export * from './dpi-config.js';
70
+ export * from './masking-provider-config.js';
71
+ export * from './masking-module-config.js';
72
+ export * from './grounding-filter-id.js';
73
+ export * from './grounding-filter-search-configuration.js';
74
+ export * from './data-repository-type.js';
75
+ export * from './key-value-list-pair.js';
76
+ export * from './search-select-option-enum.js';
77
+ export * from './search-document-key-value-list-pair.js';
78
+ export * from './document-grounding-filter.js';
79
+ export * from './grounding-module-config.js';
80
+ export * from './sap-document-translation-apply-to-selector.js';
81
+ export * from './sap-document-translation-input.js';
82
+ export * from './sap-document-translation-output-target-language.js';
83
+ export * from './sap-document-translation-output.js';
84
+ export * from './translation-module-config.js';
85
+ export * from './module-configs.js';
86
+ export * from './global-stream-options.js';
87
+ export * from './orchestration-config.js';
24
88
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/index.ts"],"names":[],"mappings":"AAKA,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,yCAAyC,CAAC;AACxD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,sCAAsC,CAAC;AACrD,cAAc,mCAAmC,CAAC;AAClD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/index.ts"],"names":[],"mappings":"AAKA,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,yCAAyC,CAAC;AACxD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,sCAAsC,CAAC;AACrD,cAAc,mCAAmC,CAAC;AAClD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,qBAAqB,CAAC;AACpC,cAAc,oCAAoC,CAAC;AACnD,cAAc,yCAAyC,CAAC;AACxD,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,wCAAwC,CAAC;AACvD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,wCAAwC,CAAC;AACvD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,4CAA4C,CAAC;AAC3D,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sCAAsC,CAAC;AACrD,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,uBAAuB,CAAC;AACtC,cAAc,qCAAqC,CAAC;AACpD,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iCAAiC,CAAC;AAChD,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4CAA4C,CAAC;AAC3D,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0CAA0C,CAAC;AACzD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iDAAiD,CAAC;AAChE,cAAc,qCAAqC,CAAC;AACpD,cAAc,sDAAsD,CAAC;AACrE,cAAc,sCAAsC,CAAC;AACrD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC"}
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
5
  */
6
- export * from './template.js';
6
+ export * from './prompt-template.js';
7
7
  export * from './single-chat-template.js';
8
8
  export * from './multi-chat-template.js';
9
9
  export * from './multi-chat-content.js';
@@ -26,4 +26,68 @@ export * from './runtime-prompt-template-file.js';
26
26
  export * from './prompt-template-substitution-request.js';
27
27
  export * from './prompt-template-substitution-response.js';
28
28
  export * from './error-response.js';
29
+ export * from './orchestration-config-resource.js';
30
+ export * from './orchestration-config-list-response.js';
31
+ export * from './orchestration-config-post-request.js';
32
+ export * from './orchestration-config-post-response.js';
33
+ export * from './orchestration-config-get-response.js';
34
+ export * from './orchestration-config-delete-response.js';
35
+ export * from './runtime-orchestration-config-file.js';
36
+ export * from './chat-message-content.js';
37
+ export * from './system-chat-message.js';
38
+ export * from './image-content-url.js';
39
+ export * from './user-chat-message-content-item.js';
40
+ export * from './user-chat-message-content.js';
41
+ export * from './user-chat-message.js';
42
+ export * from './message-tool-call.js';
43
+ export * from './message-tool-calls.js';
44
+ export * from './assistant-chat-message.js';
45
+ export * from './tool-chat-message.js';
46
+ export * from './developer-chat-message.js';
47
+ export * from './chat-message.js';
48
+ export * from './templating-chat-message.js';
49
+ export * from './template.js';
50
+ export * from './template-ref-by-id.js';
51
+ export * from './template-ref-by-scenario-name-version.js';
52
+ export * from './template-ref.js';
53
+ export * from './llm-model-details.js';
54
+ export * from './prompt-templating-module-config.js';
55
+ export * from './azure-threshold.js';
56
+ export * from './azure-content-safety-input.js';
57
+ export * from './azure-content-safety-input-filter-config.js';
58
+ export * from './llama-guard-38-b.js';
59
+ export * from './llama-guard-38-b-filter-config.js';
60
+ export * from './input-filter-config.js';
61
+ export * from './input-filtering-config.js';
62
+ export * from './azure-content-safety-output.js';
63
+ export * from './azure-content-safety-output-filter-config.js';
64
+ export * from './output-filter-config.js';
65
+ export * from './filtering-stream-options.js';
66
+ export * from './output-filtering-config.js';
67
+ export * from './filtering-module-config.js';
68
+ export * from './dpi-entities.js';
69
+ export * from './dpi-method-constant.js';
70
+ export * from './dpi-method-fabricated-data.js';
71
+ export * from './dpi-standard-entity.js';
72
+ export * from './dpi-custom-entity.js';
73
+ export * from './dpi-entity-config.js';
74
+ export * from './dpi-config.js';
75
+ export * from './masking-provider-config.js';
76
+ export * from './masking-module-config.js';
77
+ export * from './grounding-filter-id.js';
78
+ export * from './grounding-filter-search-configuration.js';
79
+ export * from './data-repository-type.js';
80
+ export * from './key-value-list-pair.js';
81
+ export * from './search-select-option-enum.js';
82
+ export * from './search-document-key-value-list-pair.js';
83
+ export * from './document-grounding-filter.js';
84
+ export * from './grounding-module-config.js';
85
+ export * from './sap-document-translation-apply-to-selector.js';
86
+ export * from './sap-document-translation-input.js';
87
+ export * from './sap-document-translation-output-target-language.js';
88
+ export * from './sap-document-translation-output.js';
89
+ export * from './translation-module-config.js';
90
+ export * from './module-configs.js';
91
+ export * from './global-stream-options.js';
92
+ export * from './orchestration-config.js';
29
93
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,yCAAyC,CAAC;AACxD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,sCAAsC,CAAC;AACrD,cAAc,mCAAmC,CAAC;AAClD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,yCAAyC,CAAC;AACxD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,sCAAsC,CAAC;AACrD,cAAc,mCAAmC,CAAC;AAClD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,qBAAqB,CAAC;AACpC,cAAc,oCAAoC,CAAC;AACnD,cAAc,yCAAyC,CAAC;AACxD,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,wCAAwC,CAAC;AACvD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,wCAAwC,CAAC;AACvD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,4CAA4C,CAAC;AAC3D,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sCAAsC,CAAC;AACrD,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,uBAAuB,CAAC;AACtC,cAAc,qCAAqC,CAAC;AACpD,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iCAAiC,CAAC;AAChD,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4CAA4C,CAAC;AAC3D,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0CAA0C,CAAC;AACzD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iDAAiD,CAAC;AAChE,cAAc,qCAAqC,CAAC;AACpD,cAAc,sDAAsD,CAAC;AACrE,cAAc,sCAAsC,CAAC;AACrD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { AzureContentSafetyInputFilterConfig } from './azure-content-safety-input-filter-config.js';
2
+ import type { LlamaGuard38BFilterConfig } from './llama-guard-38-b-filter-config.js';
3
+ /**
4
+ * Representation of the 'InputFilterConfig' schema.
5
+ */
6
+ export type InputFilterConfig = AzureContentSafetyInputFilterConfig | LlamaGuard38BFilterConfig;
7
+ //# sourceMappingURL=input-filter-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-filter-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/input-filter-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,+CAA+C,CAAC;AACzG,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AACrF;;GAEG;AACH,MAAM,MAAM,iBAAiB,GACzB,mCAAmC,GACnC,yBAAyB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=input-filter-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-filter-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/input-filter-config.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ import type { InputFilterConfig } from './input-filter-config.js';
2
+ /**
3
+ * Representation of the 'InputFilteringConfig' schema.
4
+ */
5
+ export type InputFilteringConfig = {
6
+ /**
7
+ * Configuration for content filtering services that should be used for the given filtering step (input filtering).
8
+ * Min Items: 1.
9
+ */
10
+ filters: InputFilterConfig[];
11
+ };
12
+ //# sourceMappingURL=input-filtering-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-filtering-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/input-filtering-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC;;;OAGG;IACH,OAAO,EAAE,iBAAiB,EAAE,CAAC;CAC9B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=input-filtering-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-filtering-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/input-filtering-config.ts"],"names":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Representation of the 'KeyValueListPair' schema.
3
+ */
4
+ export type KeyValueListPair = {
5
+ /**
6
+ * Max Length: 1024.
7
+ */
8
+ key: string;
9
+ value: string[];
10
+ };
11
+ //# sourceMappingURL=key-value-list-pair.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"key-value-list-pair.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/key-value-list-pair.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,EAAE,CAAC;CACjB,CAAC"}
@@ -0,0 +1,7 @@
1
+ /*
2
+ * Copyright (c) 2025 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=key-value-list-pair.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"key-value-list-pair.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/key-value-list-pair.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,13 @@
1
+ import type { LlamaGuard38B } from './llama-guard-38-b.js';
2
+ /**
3
+ * Representation of the 'LlamaGuard38BFilterConfig' schema.
4
+ */
5
+ export type LlamaGuard38BFilterConfig = {
6
+ /**
7
+ * Name of the filter provider type
8
+ * @example "llama_guard_3_8b"
9
+ */
10
+ type: 'llama_guard_3_8b';
11
+ config: LlamaGuard38B;
12
+ };
13
+ //# sourceMappingURL=llama-guard-38-b-filter-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"llama-guard-38-b-filter-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/llama-guard-38-b-filter-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC;;;OAGG;IACH,IAAI,EAAE,kBAAkB,CAAC;IACzB,MAAM,EAAE,aAAa,CAAC;CACvB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=llama-guard-38-b-filter-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"llama-guard-38-b-filter-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/llama-guard-38-b-filter-config.ts"],"names":[],"mappings":""}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Filter configuration for Llama Guard 3 8B
3
+ */
4
+ export type LlamaGuard38B = {
5
+ violent_crimes?: boolean;
6
+ non_violent_crimes?: boolean;
7
+ sex_crimes?: boolean;
8
+ child_exploitation?: boolean;
9
+ defamation?: boolean;
10
+ specialized_advice?: boolean;
11
+ privacy?: boolean;
12
+ intellectual_property?: boolean;
13
+ indiscriminate_weapons?: boolean;
14
+ hate?: boolean;
15
+ self_harm?: boolean;
16
+ sexual_content?: boolean;
17
+ elections?: boolean;
18
+ code_interpreter_abuse?: boolean;
19
+ };
20
+ //# sourceMappingURL=llama-guard-38-b.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"llama-guard-38-b.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/llama-guard-38-b.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,sBAAsB,CAAC,EAAE,OAAO,CAAC;CAClC,CAAC"}
@@ -0,0 +1,7 @@
1
+ /*
2
+ * Copyright (c) 2025 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=llama-guard-38-b.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"llama-guard-38-b.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/llama-guard-38-b.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,44 @@
1
+ /**
2
+ * The model and parameters to be used for the prompt templating. This is the model that will be used to generate the response.
3
+ *
4
+ */
5
+ export type LLMModelDetails = {
6
+ /**
7
+ * Name of the model as in LLM Access configuration
8
+ * @example "gpt-4o-mini"
9
+ */
10
+ name: string;
11
+ /**
12
+ * Version of the model to be used
13
+ * Default: "latest".
14
+ */
15
+ version?: string;
16
+ /**
17
+ * Additional parameters for the model. Default values are used for mandatory parameters.
18
+ * @example {
19
+ * "max_tokens": 300,
20
+ * "temperature": 0.1,
21
+ * "frequency_penalty": 0,
22
+ * "presence_penalty": 0,
23
+ * "n": 2,
24
+ * "stream_options": {
25
+ * "include_usage": true
26
+ * }
27
+ * }
28
+ */
29
+ params?: Record<string, any>;
30
+ /**
31
+ * Timeout for the LLM request in seconds. This parameter is currently ignored for Vertex AI models.
32
+ * Default: 600.
33
+ * Maximum: 600.
34
+ * Minimum: 1.
35
+ */
36
+ timeout?: number;
37
+ /**
38
+ * Maximum number of retries for the LLM request. This parameter is currently ignored for Vertex AI models.
39
+ * Default: 2.
40
+ * Maximum: 5.
41
+ */
42
+ max_retries?: number;
43
+ };
44
+ //# sourceMappingURL=llm-model-details.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"llm-model-details.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/llm-model-details.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC7B;;;;;OAKG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
@@ -0,0 +1,7 @@
1
+ /*
2
+ * Copyright (c) 2025 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=llm-model-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"llm-model-details.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/llm-model-details.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,19 @@
1
+ import type { MaskingProviderConfig } from './masking-provider-config.js';
2
+ /**
3
+ * Representation of the 'MaskingModuleConfig' schema.
4
+ */
5
+ export type MaskingModuleConfig = {
6
+ /**
7
+ * List of masking service providers
8
+ * Min Items: 1.
9
+ */
10
+ providers: MaskingProviderConfig[];
11
+ } | {
12
+ /**
13
+ * List of masking service providers. **DEPRECATED**: will be removed Sept 15, 2026. Use `providers` property instead.
14
+ * @deprecated
15
+ * Min Items: 1.
16
+ */
17
+ masking_providers: MaskingProviderConfig[];
18
+ };
19
+ //# sourceMappingURL=masking-module-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"masking-module-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/masking-module-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAC1E;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAC3B;IACE;;;OAGG;IACH,SAAS,EAAE,qBAAqB,EAAE,CAAC;CACpC,GACD;IACE;;;;OAIG;IACH,iBAAiB,EAAE,qBAAqB,EAAE,CAAC;CAC5C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=masking-module-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"masking-module-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/masking-module-config.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import type { DPIConfig } from './dpi-config.js';
2
+ /**
3
+ * Representation of the 'MaskingProviderConfig' schema.
4
+ */
5
+ export type MaskingProviderConfig = DPIConfig;
6
+ //# sourceMappingURL=masking-provider-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"masking-provider-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/masking-provider-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,SAAS,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=masking-provider-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"masking-provider-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/masking-provider-config.ts"],"names":[],"mappings":""}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Representation of the 'MessageToolCall' schema.
3
+ */
4
+ export type MessageToolCall = {
5
+ /**
6
+ * The ID of the tool call.
7
+ */
8
+ id: string;
9
+ /**
10
+ * The type of the tool. Currently, only `function` is supported.
11
+ */
12
+ type: 'function';
13
+ /**
14
+ * The function that the model called.
15
+ */
16
+ function: {
17
+ /**
18
+ * The name of the function to call.
19
+ */
20
+ name: string;
21
+ /**
22
+ * The arguments to call the function with, as generated by the model in JSON format. Note that the model does not always generate valid JSON, and may hallucinate parameters not defined by your function schema. Validate the arguments in your code before calling your function.
23
+ */
24
+ arguments: string;
25
+ } & Record<string, any>;
26
+ } & Record<string, any>;
27
+ //# sourceMappingURL=message-tool-call.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message-tool-call.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/message-tool-call.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,UAAU,CAAC;IACjB;;OAEG;IACH,QAAQ,EAAE;QACR;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;QACb;;WAEG;QACH,SAAS,EAAE,MAAM,CAAC;KACnB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,7 @@
1
+ /*
2
+ * Copyright (c) 2025 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=message-tool-call.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message-tool-call.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/message-tool-call.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,6 @@
1
+ import type { MessageToolCall } from './message-tool-call.js';
2
+ /**
3
+ * The tool calls generated by the model, such as function calls.
4
+ */
5
+ export type MessageToolCalls = MessageToolCall[];
6
+ //# sourceMappingURL=message-tool-calls.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message-tool-calls.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/message-tool-calls.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,eAAe,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=message-tool-calls.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message-tool-calls.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/message-tool-calls.ts"],"names":[],"mappings":""}
@@ -0,0 +1,16 @@
1
+ import type { PromptTemplatingModuleConfig } from './prompt-templating-module-config.js';
2
+ import type { FilteringModuleConfig } from './filtering-module-config.js';
3
+ import type { MaskingModuleConfig } from './masking-module-config.js';
4
+ import type { GroundingModuleConfig } from './grounding-module-config.js';
5
+ import type { TranslationModuleConfig } from './translation-module-config.js';
6
+ /**
7
+ * Representation of the 'ModuleConfigs' schema.
8
+ */
9
+ export type ModuleConfigs = {
10
+ prompt_templating: PromptTemplatingModuleConfig;
11
+ filtering?: FilteringModuleConfig;
12
+ masking?: MaskingModuleConfig;
13
+ grounding?: GroundingModuleConfig;
14
+ translation?: TranslationModuleConfig;
15
+ };
16
+ //# sourceMappingURL=module-configs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module-configs.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/module-configs.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AACzF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAC9E;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B,iBAAiB,EAAE,4BAA4B,CAAC;IAChD,SAAS,CAAC,EAAE,qBAAqB,CAAC;IAClC,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAC9B,SAAS,CAAC,EAAE,qBAAqB,CAAC;IAClC,WAAW,CAAC,EAAE,uBAAuB,CAAC;CACvC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=module-configs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module-configs.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/module-configs.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Representation of the 'OrchestrationConfigDeleteResponse' schema.
3
+ */
4
+ export type OrchestrationConfigDeleteResponse = {
5
+ message: string;
6
+ } & Record<string, any>;
7
+ //# sourceMappingURL=orchestration-config-delete-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"orchestration-config-delete-response.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config-delete-response.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,iCAAiC,GAAG;IAC9C,OAAO,EAAE,MAAM,CAAC;CACjB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,7 @@
1
+ /*
2
+ * Copyright (c) 2025 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=orchestration-config-delete-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"orchestration-config-delete-response.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config-delete-response.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,22 @@
1
+ import type { OrchestrationConfig } from './orchestration-config.js';
2
+ /**
3
+ * Representation of the 'OrchestrationConfigGetResponse' schema.
4
+ */
5
+ export type OrchestrationConfigGetResponse = {
6
+ /**
7
+ * Format: "uuid".
8
+ */
9
+ id?: string;
10
+ name?: string;
11
+ version?: string;
12
+ scenario?: string;
13
+ /**
14
+ * Format: "timestamp".
15
+ */
16
+ creation_timestamp?: string;
17
+ managed_by?: string;
18
+ is_version_head?: boolean;
19
+ resource_group_id?: string;
20
+ spec?: OrchestrationConfig;
21
+ } & Record<string, any>;
22
+ //# sourceMappingURL=orchestration-config-get-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"orchestration-config-get-response.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config-get-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AACrE;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG;IAC3C;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,IAAI,CAAC,EAAE,mBAAmB,CAAC;CAC5B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=orchestration-config-get-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"orchestration-config-get-response.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config-get-response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ import type { OrchestrationConfigGetResponse } from './orchestration-config-get-response.js';
2
+ /**
3
+ * Representation of the 'OrchestrationConfigListResponse' schema.
4
+ */
5
+ export type OrchestrationConfigListResponse = {
6
+ count: number;
7
+ resources: OrchestrationConfigGetResponse[];
8
+ } & Record<string, any>;
9
+ //# sourceMappingURL=orchestration-config-list-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"orchestration-config-list-response.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config-list-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,wCAAwC,CAAC;AAC7F;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG;IAC5C,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,8BAA8B,EAAE,CAAC;CAC7C,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=orchestration-config-list-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"orchestration-config-list-response.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config-list-response.ts"],"names":[],"mappings":""}