@sap-ai-sdk/prompt-registry 2.3.1-20251222013429.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
@@ -3,15 +3,27 @@
3
3
  * Do not edit manually.
4
4
  * Prompt Registry API
5
5
  * Prompt Storage service for Design time & Runtime prompt templates.
6
- * OpenAPI spec version: 0.0.1.
6
+ * OpenAPI spec version: 0.0.1
7
7
  */
8
8
  import * as zod from 'zod';
9
9
  /**
10
- * Create or update a prompt template.
10
+ * Create or update a prompt template
11
11
  */
12
+ export declare const registryControllerPromptControllerCreateUpdatePromptTemplateHeader: zod.ZodObject<{
13
+ "AI-Resource-Group": zod.ZodOptional<zod.ZodString>;
14
+ "AI-Resource-Group-Scope": zod.ZodOptional<zod.ZodEnum<{
15
+ true: "true";
16
+ True: "True";
17
+ false: "false";
18
+ False: "False";
19
+ }>>;
20
+ }, zod.z.core.$strip>;
12
21
  export declare const registryControllerPromptControllerCreateUpdatePromptTemplateBodyNameMax = 120;
22
+ export declare const registryControllerPromptControllerCreateUpdatePromptTemplateBodyNameRegExp: RegExp;
13
23
  export declare const registryControllerPromptControllerCreateUpdatePromptTemplateBodyVersionMax = 10;
24
+ export declare const registryControllerPromptControllerCreateUpdatePromptTemplateBodyVersionRegExp: RegExp;
14
25
  export declare const registryControllerPromptControllerCreateUpdatePromptTemplateBodyScenarioMax = 120;
26
+ export declare const registryControllerPromptControllerCreateUpdatePromptTemplateBodyScenarioRegExp: RegExp;
15
27
  export declare const registryControllerPromptControllerCreateUpdatePromptTemplateBodySpecTemplateItemContentItemImageUrlDetailDefault = "auto";
16
28
  export declare const registryControllerPromptControllerCreateUpdatePromptTemplateBodySpecResponseFormatJsonSchemaNameMax = 64;
17
29
  export declare const registryControllerPromptControllerCreateUpdatePromptTemplateBodySpecResponseFormatJsonSchemaNameRegExp: RegExp;
@@ -86,7 +98,7 @@ export declare const registryControllerPromptControllerCreateUpdatePromptTemplat
86
98
  version: zod.ZodString;
87
99
  }, zod.z.core.$strip>;
88
100
  /**
89
- * List prompt templates.
101
+ * List prompt templates
90
102
  */
91
103
  export declare const registryControllerPromptControllerListPromptTemplatesQueryRetrieveDefault = "both";
92
104
  export declare const registryControllerPromptControllerListPromptTemplatesQueryIncludeSpecDefault = false;
@@ -97,6 +109,15 @@ export declare const registryControllerPromptControllerListPromptTemplatesQueryP
97
109
  retrieve: zod.ZodDefault<zod.ZodString>;
98
110
  includeSpec: zod.ZodOptional<zod.ZodBoolean>;
99
111
  }, zod.z.core.$strip>;
112
+ export declare const registryControllerPromptControllerListPromptTemplatesHeader: zod.ZodObject<{
113
+ "AI-Resource-Group": zod.ZodOptional<zod.ZodString>;
114
+ "AI-Resource-Group-Scope": zod.ZodOptional<zod.ZodEnum<{
115
+ true: "true";
116
+ True: "True";
117
+ false: "false";
118
+ False: "False";
119
+ }>>;
120
+ }, zod.z.core.$strip>;
100
121
  export declare const registryControllerPromptControllerListPromptTemplatesResponseResourcesItemSpecTemplateItemContentItemImageUrlDetailDefault = "auto";
101
122
  export declare const registryControllerPromptControllerListPromptTemplatesResponseResourcesItemSpecResponseFormatJsonSchemaNameMax = 64;
102
123
  export declare const registryControllerPromptControllerListPromptTemplatesResponseResourcesItemSpecResponseFormatJsonSchemaNameRegExp: RegExp;
@@ -114,6 +135,7 @@ export declare const registryControllerPromptControllerListPromptTemplatesRespon
114
135
  creationTimestamp: zod.ZodOptional<zod.ZodString>;
115
136
  managedBy: zod.ZodOptional<zod.ZodString>;
116
137
  isVersionHead: zod.ZodOptional<zod.ZodBoolean>;
138
+ resourceGroupId: zod.ZodOptional<zod.ZodString>;
117
139
  spec: zod.ZodOptional<zod.ZodObject<{
118
140
  template: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
119
141
  role: zod.ZodString;
@@ -171,13 +193,22 @@ export declare const registryControllerPromptControllerListPromptTemplatesRespon
171
193
  }, zod.z.core.$strip>>;
172
194
  }, zod.z.core.$strip>;
173
195
  /**
174
- * List prompt template history.
196
+ * List prompt template history
175
197
  */
176
198
  export declare const registryControllerPromptControllerListPromptTemplateHistoryParams: zod.ZodObject<{
177
199
  scenario: zod.ZodString;
178
200
  version: zod.ZodString;
179
201
  name: zod.ZodString;
180
202
  }, zod.z.core.$strip>;
203
+ export declare const registryControllerPromptControllerListPromptTemplateHistoryHeader: zod.ZodObject<{
204
+ "AI-Resource-Group": zod.ZodOptional<zod.ZodString>;
205
+ "AI-Resource-Group-Scope": zod.ZodOptional<zod.ZodEnum<{
206
+ true: "true";
207
+ True: "True";
208
+ false: "false";
209
+ False: "False";
210
+ }>>;
211
+ }, zod.z.core.$strip>;
181
212
  export declare const registryControllerPromptControllerListPromptTemplateHistoryResponseResourcesItemSpecTemplateItemContentItemImageUrlDetailDefault = "auto";
182
213
  export declare const registryControllerPromptControllerListPromptTemplateHistoryResponseResourcesItemSpecResponseFormatJsonSchemaNameMax = 64;
183
214
  export declare const registryControllerPromptControllerListPromptTemplateHistoryResponseResourcesItemSpecResponseFormatJsonSchemaNameRegExp: RegExp;
@@ -195,6 +226,7 @@ export declare const registryControllerPromptControllerListPromptTemplateHistory
195
226
  creationTimestamp: zod.ZodOptional<zod.ZodString>;
196
227
  managedBy: zod.ZodOptional<zod.ZodString>;
197
228
  isVersionHead: zod.ZodOptional<zod.ZodBoolean>;
229
+ resourceGroupId: zod.ZodOptional<zod.ZodString>;
198
230
  spec: zod.ZodOptional<zod.ZodObject<{
199
231
  template: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
200
232
  role: zod.ZodString;
@@ -252,11 +284,20 @@ export declare const registryControllerPromptControllerListPromptTemplateHistory
252
284
  }, zod.z.core.$strip>>;
253
285
  }, zod.z.core.$strip>;
254
286
  /**
255
- * Get prompt template by UUID.
287
+ * Get prompt template by UUID
256
288
  */
257
289
  export declare const registryControllerPromptControllerGetPromptTemplateByUuidParams: zod.ZodObject<{
258
290
  promptTemplateId: zod.ZodUUID;
259
291
  }, zod.z.core.$strip>;
292
+ export declare const registryControllerPromptControllerGetPromptTemplateByUuidHeader: zod.ZodObject<{
293
+ "AI-Resource-Group": zod.ZodOptional<zod.ZodString>;
294
+ "AI-Resource-Group-Scope": zod.ZodOptional<zod.ZodEnum<{
295
+ true: "true";
296
+ True: "True";
297
+ false: "false";
298
+ False: "False";
299
+ }>>;
300
+ }, zod.z.core.$strip>;
260
301
  export declare const registryControllerPromptControllerGetPromptTemplateByUuidResponseSpecTemplateItemContentItemImageUrlDetailDefault = "auto";
261
302
  export declare const registryControllerPromptControllerGetPromptTemplateByUuidResponseSpecResponseFormatJsonSchemaNameMax = 64;
262
303
  export declare const registryControllerPromptControllerGetPromptTemplateByUuidResponseSpecResponseFormatJsonSchemaNameRegExp: RegExp;
@@ -272,6 +313,7 @@ export declare const registryControllerPromptControllerGetPromptTemplateByUuidRe
272
313
  creationTimestamp: zod.ZodOptional<zod.ZodString>;
273
314
  managedBy: zod.ZodOptional<zod.ZodString>;
274
315
  isVersionHead: zod.ZodOptional<zod.ZodBoolean>;
316
+ resourceGroupId: zod.ZodOptional<zod.ZodString>;
275
317
  spec: zod.ZodOptional<zod.ZodObject<{
276
318
  template: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
277
319
  role: zod.ZodString;
@@ -328,17 +370,35 @@ export declare const registryControllerPromptControllerGetPromptTemplateByUuidRe
328
370
  }, zod.z.core.$strip>>;
329
371
  }, zod.z.core.$strip>;
330
372
  /**
331
- * Delete prompt template.
373
+ * Delete prompt template
332
374
  */
333
375
  export declare const registryControllerPromptControllerDeletePromptTemplateParams: zod.ZodObject<{
334
376
  promptTemplateId: zod.ZodUUID;
335
377
  }, zod.z.core.$strip>;
378
+ export declare const registryControllerPromptControllerDeletePromptTemplateHeader: zod.ZodObject<{
379
+ "AI-Resource-Group": zod.ZodOptional<zod.ZodString>;
380
+ "AI-Resource-Group-Scope": zod.ZodOptional<zod.ZodEnum<{
381
+ true: "true";
382
+ True: "True";
383
+ false: "false";
384
+ False: "False";
385
+ }>>;
386
+ }, zod.z.core.$strip>;
336
387
  export declare const registryControllerPromptControllerDeletePromptTemplateResponse: zod.ZodObject<{
337
388
  message: zod.ZodString;
338
389
  }, zod.z.core.$strip>;
339
390
  /**
340
- * Import prompt template.
391
+ * Import prompt template
341
392
  */
393
+ export declare const registryControllerPromptControllerImportPromptTemplateHeader: zod.ZodObject<{
394
+ "AI-Resource-Group": zod.ZodOptional<zod.ZodString>;
395
+ "AI-Resource-Group-Scope": zod.ZodOptional<zod.ZodEnum<{
396
+ true: "true";
397
+ True: "True";
398
+ false: "false";
399
+ False: "False";
400
+ }>>;
401
+ }, zod.z.core.$strip>;
342
402
  export declare const registryControllerPromptControllerImportPromptTemplateBody: zod.ZodObject<{
343
403
  file: zod.ZodOptional<zod.ZodCustom<File, File>>;
344
404
  }, zod.z.core.$strip>;
@@ -350,13 +410,22 @@ export declare const registryControllerPromptControllerImportPromptTemplateRespo
350
410
  version: zod.ZodString;
351
411
  }, zod.z.core.$strip>;
352
412
  /**
353
- * Export prompt template.
413
+ * Export prompt template
354
414
  */
355
415
  export declare const registryControllerPromptControllerExportPromptTemplateParams: zod.ZodObject<{
356
416
  promptTemplateId: zod.ZodUUID;
357
417
  }, zod.z.core.$strip>;
418
+ export declare const registryControllerPromptControllerExportPromptTemplateHeader: zod.ZodObject<{
419
+ "AI-Resource-Group": zod.ZodOptional<zod.ZodString>;
420
+ "AI-Resource-Group-Scope": zod.ZodOptional<zod.ZodEnum<{
421
+ true: "true";
422
+ True: "True";
423
+ false: "false";
424
+ False: "False";
425
+ }>>;
426
+ }, zod.z.core.$strip>;
358
427
  /**
359
- * Parse prompt template by ID.
428
+ * Parse prompt template by ID
360
429
  */
361
430
  export declare const registryControllerPromptControllerParsePromptTemplateByIdParams: zod.ZodObject<{
362
431
  promptTemplateId: zod.ZodUUID;
@@ -365,6 +434,15 @@ export declare const registryControllerPromptControllerParsePromptTemplateByIdQu
365
434
  export declare const registryControllerPromptControllerParsePromptTemplateByIdQueryParams: zod.ZodObject<{
366
435
  metadata: zod.ZodOptional<zod.ZodBoolean>;
367
436
  }, zod.z.core.$strip>;
437
+ export declare const registryControllerPromptControllerParsePromptTemplateByIdHeader: zod.ZodObject<{
438
+ "AI-Resource-Group": zod.ZodOptional<zod.ZodString>;
439
+ "AI-Resource-Group-Scope": zod.ZodOptional<zod.ZodEnum<{
440
+ true: "true";
441
+ True: "True";
442
+ false: "false";
443
+ False: "False";
444
+ }>>;
445
+ }, zod.z.core.$strip>;
368
446
  export declare const registryControllerPromptControllerParsePromptTemplateByIdBody: zod.ZodObject<{
369
447
  inputParams: zod.ZodOptional<zod.ZodObject<{}, zod.z.core.$strip>>;
370
448
  }, zod.z.core.$strip>;
@@ -405,6 +483,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByIdRe
405
483
  creationTimestamp: zod.ZodOptional<zod.ZodString>;
406
484
  managedBy: zod.ZodOptional<zod.ZodString>;
407
485
  isVersionHead: zod.ZodOptional<zod.ZodBoolean>;
486
+ resourceGroupId: zod.ZodOptional<zod.ZodString>;
408
487
  spec: zod.ZodOptional<zod.ZodObject<{
409
488
  template: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
410
489
  role: zod.ZodString;
@@ -462,7 +541,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByIdRe
462
541
  }, zod.z.core.$strip>>;
463
542
  }, zod.z.core.$strip>;
464
543
  /**
465
- * Parse prompt template by name and version.
544
+ * Parse prompt template by name and version
466
545
  */
467
546
  export declare const registryControllerPromptControllerParsePromptTemplateByNameVersionParams: zod.ZodObject<{
468
547
  scenario: zod.ZodString;
@@ -473,6 +552,15 @@ export declare const registryControllerPromptControllerParsePromptTemplateByName
473
552
  export declare const registryControllerPromptControllerParsePromptTemplateByNameVersionQueryParams: zod.ZodObject<{
474
553
  metadata: zod.ZodOptional<zod.ZodBoolean>;
475
554
  }, zod.z.core.$strip>;
555
+ export declare const registryControllerPromptControllerParsePromptTemplateByNameVersionHeader: zod.ZodObject<{
556
+ "AI-Resource-Group": zod.ZodOptional<zod.ZodString>;
557
+ "AI-Resource-Group-Scope": zod.ZodOptional<zod.ZodEnum<{
558
+ true: "true";
559
+ True: "True";
560
+ false: "false";
561
+ False: "False";
562
+ }>>;
563
+ }, zod.z.core.$strip>;
476
564
  export declare const registryControllerPromptControllerParsePromptTemplateByNameVersionBody: zod.ZodObject<{
477
565
  inputParams: zod.ZodOptional<zod.ZodObject<{}, zod.z.core.$strip>>;
478
566
  }, zod.z.core.$strip>;
@@ -513,6 +601,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByName
513
601
  creationTimestamp: zod.ZodOptional<zod.ZodString>;
514
602
  managedBy: zod.ZodOptional<zod.ZodString>;
515
603
  isVersionHead: zod.ZodOptional<zod.ZodBoolean>;
604
+ resourceGroupId: zod.ZodOptional<zod.ZodString>;
516
605
  spec: zod.ZodOptional<zod.ZodObject<{
517
606
  template: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
518
607
  role: zod.ZodString;
@@ -569,4 +658,1916 @@ export declare const registryControllerPromptControllerParsePromptTemplateByName
569
658
  }, zod.z.core.$strip>>;
570
659
  }, zod.z.core.$strip>>;
571
660
  }, zod.z.core.$strip>;
661
+ /**
662
+ * Create or update an orchestration config
663
+ */
664
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigHeader: zod.ZodObject<{
665
+ "AI-Resource-Group": zod.ZodOptional<zod.ZodString>;
666
+ }, zod.z.core.$strip>;
667
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodyNameMax = 120;
668
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodyNameRegExp: RegExp;
669
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodyVersionMax = 10;
670
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodyVersionRegExp: RegExp;
671
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodyScenarioMax = 120;
672
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodyScenarioRegExp: RegExp;
673
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesPromptTemplatingPromptTemplateItemContentItemImageUrlDetailDefault = "auto";
674
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesPromptTemplatingPromptResponseFormatJsonSchemaNameMax = 64;
675
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesPromptTemplatingPromptResponseFormatJsonSchemaNameRegExp: RegExp;
676
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesPromptTemplatingPromptResponseFormatJsonSchemaStrictDefault = false;
677
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesPromptTemplatingPromptToolsItemFunctionNameMax = 64;
678
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesPromptTemplatingPromptToolsItemFunctionNameRegExp: RegExp;
679
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesPromptTemplatingPromptToolsItemFunctionStrictDefault = false;
680
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesPromptTemplatingPromptTemplateRefScopeDefault = "tenant";
681
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesPromptTemplatingPromptTemplateRefScopeDefaultOne = "tenant";
682
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesPromptTemplatingModelVersionDefault = "latest";
683
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesPromptTemplatingModelTimeoutDefault = 600;
684
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesPromptTemplatingModelTimeoutMax = 600;
685
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesPromptTemplatingModelMaxRetriesDefault = 2;
686
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesPromptTemplatingModelMaxRetriesMin = 0;
687
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesPromptTemplatingModelMaxRetriesMax = 5;
688
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesFilteringInputFiltersItemConfigPromptShieldDefault = false;
689
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesFilteringOutputFiltersItemConfigProtectedMaterialCodeDefault = false;
690
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesFilteringOutputStreamOptionsOverlapDefault = 0;
691
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesFilteringOutputStreamOptionsOverlapMin = 0;
692
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesFilteringOutputStreamOptionsOverlapMax = 10000;
693
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesMaskingProvidersItemMaskGroundingInputEnabledDefault = false;
694
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesMaskingMaskingProvidersItemMaskGroundingInputEnabledDefault = false;
695
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesGroundingConfigFiltersItemSearchConfigMaxChunkCountMin = 0;
696
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesGroundingConfigFiltersItemSearchConfigMaxDocumentCountMin = 0;
697
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesGroundingConfigFiltersItemDataRepositoriesDefault: string[];
698
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesGroundingConfigFiltersItemDataRepositoryMetadataItemKeyMax = 1024;
699
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesGroundingConfigFiltersItemDataRepositoryMetadataItemValueItemMax = 1024;
700
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesGroundingConfigFiltersItemDocumentMetadataItemKeyMax = 1024;
701
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesGroundingConfigFiltersItemDocumentMetadataItemValueItemMax = 1024;
702
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesGroundingConfigFiltersItemChunkMetadataItemKeyMax = 1024;
703
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesGroundingConfigFiltersItemChunkMetadataItemValueItemMax = 1024;
704
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecModulesTranslationInputTranslateMessagesHistoryDefault = true;
705
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecStreamEnabledDefault = false;
706
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecStreamChunkSizeDefault = 100;
707
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBodySpecStreamChunkSizeMax = 10000;
708
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigBody: zod.ZodObject<{
709
+ name: zod.ZodString;
710
+ version: zod.ZodString;
711
+ scenario: zod.ZodString;
712
+ spec: zod.ZodObject<{
713
+ modules: zod.ZodObject<{
714
+ prompt_templating: zod.ZodObject<{
715
+ prompt: zod.ZodUnion<readonly [zod.ZodObject<{
716
+ template: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
717
+ role: zod.ZodEnum<{
718
+ system: "system";
719
+ }>;
720
+ content: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
721
+ type: zod.ZodEnum<{
722
+ text: "text";
723
+ }>;
724
+ text: zod.ZodString;
725
+ }, zod.z.core.$strip>>]>;
726
+ }, zod.z.core.$strip>, zod.ZodObject<{
727
+ content: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
728
+ type: zod.ZodEnum<{
729
+ image_url: "image_url";
730
+ text: "text";
731
+ }>;
732
+ text: zod.ZodOptional<zod.ZodString>;
733
+ image_url: zod.ZodOptional<zod.ZodObject<{
734
+ url: zod.ZodString;
735
+ detail: zod.ZodDefault<zod.ZodString>;
736
+ }, zod.z.core.$strip>>;
737
+ }, zod.z.core.$strip>>]>;
738
+ role: zod.ZodEnum<{
739
+ user: "user";
740
+ }>;
741
+ }, zod.z.core.$strip>, zod.ZodObject<{
742
+ role: zod.ZodEnum<{
743
+ assistant: "assistant";
744
+ }>;
745
+ content: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
746
+ type: zod.ZodEnum<{
747
+ text: "text";
748
+ }>;
749
+ text: zod.ZodString;
750
+ }, zod.z.core.$strip>>]>>;
751
+ refusal: zod.ZodOptional<zod.ZodString>;
752
+ tool_calls: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
753
+ id: zod.ZodString;
754
+ type: zod.ZodEnum<{
755
+ function: "function";
756
+ }>;
757
+ function: zod.ZodObject<{
758
+ name: zod.ZodString;
759
+ arguments: zod.ZodString;
760
+ }, zod.z.core.$strip>;
761
+ }, zod.z.core.$strip>>>;
762
+ }, zod.z.core.$strip>, zod.ZodObject<{
763
+ role: zod.ZodEnum<{
764
+ tool: "tool";
765
+ }>;
766
+ tool_call_id: zod.ZodString;
767
+ content: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
768
+ type: zod.ZodEnum<{
769
+ text: "text";
770
+ }>;
771
+ text: zod.ZodString;
772
+ }, zod.z.core.$strip>>]>;
773
+ }, zod.z.core.$strip>, zod.ZodObject<{
774
+ role: zod.ZodEnum<{
775
+ developer: "developer";
776
+ }>;
777
+ content: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
778
+ type: zod.ZodEnum<{
779
+ text: "text";
780
+ }>;
781
+ text: zod.ZodString;
782
+ }, zod.z.core.$strip>>]>;
783
+ }, zod.z.core.$strip>]>>;
784
+ defaults: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
785
+ response_format: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
786
+ type: zod.ZodEnum<{
787
+ text: "text";
788
+ }>;
789
+ }, zod.z.core.$strip>, zod.ZodObject<{
790
+ type: zod.ZodEnum<{
791
+ json_object: "json_object";
792
+ }>;
793
+ }, zod.z.core.$strip>, zod.ZodObject<{
794
+ type: zod.ZodEnum<{
795
+ json_schema: "json_schema";
796
+ }>;
797
+ json_schema: zod.ZodObject<{
798
+ description: zod.ZodOptional<zod.ZodString>;
799
+ name: zod.ZodString;
800
+ schema: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
801
+ strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
802
+ }, zod.z.core.$strip>;
803
+ }, zod.z.core.$strip>]>>;
804
+ tools: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
805
+ type: zod.ZodEnum<{
806
+ function: "function";
807
+ }>;
808
+ function: zod.ZodObject<{
809
+ description: zod.ZodOptional<zod.ZodString>;
810
+ name: zod.ZodString;
811
+ parameters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
812
+ strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
813
+ }, zod.z.core.$strip>;
814
+ }, zod.z.core.$strip>>>;
815
+ }, zod.z.core.$strip>, zod.ZodObject<{
816
+ template_ref: zod.ZodUnion<readonly [zod.ZodObject<{
817
+ id: zod.ZodString;
818
+ scope: zod.ZodDefault<zod.ZodEnum<{
819
+ resource_group: "resource_group";
820
+ tenant: "tenant";
821
+ }>>;
822
+ }, zod.z.core.$strip>, zod.ZodObject<{
823
+ scenario: zod.ZodString;
824
+ name: zod.ZodString;
825
+ version: zod.ZodString;
826
+ scope: zod.ZodDefault<zod.ZodEnum<{
827
+ resource_group: "resource_group";
828
+ tenant: "tenant";
829
+ }>>;
830
+ }, zod.z.core.$strip>]>;
831
+ }, zod.z.core.$strip>]>;
832
+ model: zod.ZodObject<{
833
+ name: zod.ZodString;
834
+ version: zod.ZodDefault<zod.ZodString>;
835
+ params: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
836
+ timeout: zod.ZodDefault<zod.ZodNumber>;
837
+ max_retries: zod.ZodDefault<zod.ZodNumber>;
838
+ }, zod.z.core.$strip>;
839
+ }, zod.z.core.$strip>;
840
+ filtering: zod.ZodOptional<zod.ZodObject<{
841
+ input: zod.ZodOptional<zod.ZodObject<{
842
+ filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
843
+ type: zod.ZodEnum<{
844
+ azure_content_safety: "azure_content_safety";
845
+ }>;
846
+ config: zod.ZodOptional<zod.ZodObject<{
847
+ hate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
848
+ self_harm: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
849
+ sexual: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
850
+ violence: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
851
+ prompt_shield: zod.ZodOptional<zod.ZodBoolean>;
852
+ }, zod.z.core.$strip>>;
853
+ }, zod.z.core.$strip>, zod.ZodObject<{
854
+ type: zod.ZodEnum<{
855
+ llama_guard_3_8b: "llama_guard_3_8b";
856
+ }>;
857
+ config: zod.ZodObject<{
858
+ violent_crimes: zod.ZodOptional<zod.ZodBoolean>;
859
+ non_violent_crimes: zod.ZodOptional<zod.ZodBoolean>;
860
+ sex_crimes: zod.ZodOptional<zod.ZodBoolean>;
861
+ child_exploitation: zod.ZodOptional<zod.ZodBoolean>;
862
+ defamation: zod.ZodOptional<zod.ZodBoolean>;
863
+ specialized_advice: zod.ZodOptional<zod.ZodBoolean>;
864
+ privacy: zod.ZodOptional<zod.ZodBoolean>;
865
+ intellectual_property: zod.ZodOptional<zod.ZodBoolean>;
866
+ indiscriminate_weapons: zod.ZodOptional<zod.ZodBoolean>;
867
+ hate: zod.ZodOptional<zod.ZodBoolean>;
868
+ self_harm: zod.ZodOptional<zod.ZodBoolean>;
869
+ sexual_content: zod.ZodOptional<zod.ZodBoolean>;
870
+ elections: zod.ZodOptional<zod.ZodBoolean>;
871
+ code_interpreter_abuse: zod.ZodOptional<zod.ZodBoolean>;
872
+ }, zod.z.core.$strip>;
873
+ }, zod.z.core.$strip>]>>;
874
+ }, zod.z.core.$strip>>;
875
+ output: zod.ZodOptional<zod.ZodObject<{
876
+ filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
877
+ type: zod.ZodEnum<{
878
+ azure_content_safety: "azure_content_safety";
879
+ }>;
880
+ config: zod.ZodOptional<zod.ZodObject<{
881
+ hate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
882
+ self_harm: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
883
+ sexual: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
884
+ violence: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
885
+ protected_material_code: zod.ZodOptional<zod.ZodBoolean>;
886
+ }, zod.z.core.$strip>>;
887
+ }, zod.z.core.$strip>, zod.ZodObject<{
888
+ type: zod.ZodEnum<{
889
+ llama_guard_3_8b: "llama_guard_3_8b";
890
+ }>;
891
+ config: zod.ZodObject<{
892
+ violent_crimes: zod.ZodOptional<zod.ZodBoolean>;
893
+ non_violent_crimes: zod.ZodOptional<zod.ZodBoolean>;
894
+ sex_crimes: zod.ZodOptional<zod.ZodBoolean>;
895
+ child_exploitation: zod.ZodOptional<zod.ZodBoolean>;
896
+ defamation: zod.ZodOptional<zod.ZodBoolean>;
897
+ specialized_advice: zod.ZodOptional<zod.ZodBoolean>;
898
+ privacy: zod.ZodOptional<zod.ZodBoolean>;
899
+ intellectual_property: zod.ZodOptional<zod.ZodBoolean>;
900
+ indiscriminate_weapons: zod.ZodOptional<zod.ZodBoolean>;
901
+ hate: zod.ZodOptional<zod.ZodBoolean>;
902
+ self_harm: zod.ZodOptional<zod.ZodBoolean>;
903
+ sexual_content: zod.ZodOptional<zod.ZodBoolean>;
904
+ elections: zod.ZodOptional<zod.ZodBoolean>;
905
+ code_interpreter_abuse: zod.ZodOptional<zod.ZodBoolean>;
906
+ }, zod.z.core.$strip>;
907
+ }, zod.z.core.$strip>]>>;
908
+ stream_options: zod.ZodOptional<zod.ZodObject<{
909
+ overlap: zod.ZodOptional<zod.ZodNumber>;
910
+ }, zod.z.core.$strip>>;
911
+ }, zod.z.core.$strip>>;
912
+ }, zod.z.core.$strip>>;
913
+ masking: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
914
+ providers: zod.ZodArray<zod.ZodObject<{
915
+ type: zod.ZodEnum<{
916
+ sap_data_privacy_integration: "sap_data_privacy_integration";
917
+ }>;
918
+ method: zod.ZodEnum<{
919
+ anonymization: "anonymization";
920
+ pseudonymization: "pseudonymization";
921
+ }>;
922
+ entities: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
923
+ type: zod.ZodEnum<{
924
+ "profile-person": "profile-person";
925
+ "profile-org": "profile-org";
926
+ "profile-university": "profile-university";
927
+ "profile-location": "profile-location";
928
+ "profile-email": "profile-email";
929
+ "profile-phone": "profile-phone";
930
+ "profile-address": "profile-address";
931
+ "profile-sapids-internal": "profile-sapids-internal";
932
+ "profile-sapids-public": "profile-sapids-public";
933
+ "profile-url": "profile-url";
934
+ "profile-username-password": "profile-username-password";
935
+ "profile-nationalid": "profile-nationalid";
936
+ "profile-iban": "profile-iban";
937
+ "profile-ssn": "profile-ssn";
938
+ "profile-credit-card-number": "profile-credit-card-number";
939
+ "profile-passport": "profile-passport";
940
+ "profile-driverlicense": "profile-driverlicense";
941
+ "profile-nationality": "profile-nationality";
942
+ "profile-religious-group": "profile-religious-group";
943
+ "profile-political-group": "profile-political-group";
944
+ "profile-pronouns-gender": "profile-pronouns-gender";
945
+ "profile-ethnicity": "profile-ethnicity";
946
+ "profile-gender": "profile-gender";
947
+ "profile-sexual-orientation": "profile-sexual-orientation";
948
+ "profile-trade-union": "profile-trade-union";
949
+ "profile-sensitive-data": "profile-sensitive-data";
950
+ }>;
951
+ replacement_strategy: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
952
+ method: zod.ZodEnum<{
953
+ constant: "constant";
954
+ }>;
955
+ value: zod.ZodString;
956
+ }, zod.z.core.$strip>, zod.ZodObject<{
957
+ method: zod.ZodEnum<{
958
+ fabricated_data: "fabricated_data";
959
+ }>;
960
+ }, zod.z.core.$strip>]>>;
961
+ }, zod.z.core.$strip>, zod.ZodObject<{
962
+ regex: zod.ZodString;
963
+ replacement_strategy: zod.ZodObject<{
964
+ method: zod.ZodEnum<{
965
+ constant: "constant";
966
+ }>;
967
+ value: zod.ZodString;
968
+ }, zod.z.core.$strip>;
969
+ }, zod.z.core.$strip>]>>;
970
+ allowlist: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
971
+ mask_grounding_input: zod.ZodOptional<zod.ZodObject<{
972
+ enabled: zod.ZodOptional<zod.ZodBoolean>;
973
+ }, zod.z.core.$strip>>;
974
+ }, zod.z.core.$strip>>;
975
+ }, zod.z.core.$strip>, zod.ZodObject<{
976
+ masking_providers: zod.ZodArray<zod.ZodObject<{
977
+ type: zod.ZodEnum<{
978
+ sap_data_privacy_integration: "sap_data_privacy_integration";
979
+ }>;
980
+ method: zod.ZodEnum<{
981
+ anonymization: "anonymization";
982
+ pseudonymization: "pseudonymization";
983
+ }>;
984
+ entities: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
985
+ type: zod.ZodEnum<{
986
+ "profile-person": "profile-person";
987
+ "profile-org": "profile-org";
988
+ "profile-university": "profile-university";
989
+ "profile-location": "profile-location";
990
+ "profile-email": "profile-email";
991
+ "profile-phone": "profile-phone";
992
+ "profile-address": "profile-address";
993
+ "profile-sapids-internal": "profile-sapids-internal";
994
+ "profile-sapids-public": "profile-sapids-public";
995
+ "profile-url": "profile-url";
996
+ "profile-username-password": "profile-username-password";
997
+ "profile-nationalid": "profile-nationalid";
998
+ "profile-iban": "profile-iban";
999
+ "profile-ssn": "profile-ssn";
1000
+ "profile-credit-card-number": "profile-credit-card-number";
1001
+ "profile-passport": "profile-passport";
1002
+ "profile-driverlicense": "profile-driverlicense";
1003
+ "profile-nationality": "profile-nationality";
1004
+ "profile-religious-group": "profile-religious-group";
1005
+ "profile-political-group": "profile-political-group";
1006
+ "profile-pronouns-gender": "profile-pronouns-gender";
1007
+ "profile-ethnicity": "profile-ethnicity";
1008
+ "profile-gender": "profile-gender";
1009
+ "profile-sexual-orientation": "profile-sexual-orientation";
1010
+ "profile-trade-union": "profile-trade-union";
1011
+ "profile-sensitive-data": "profile-sensitive-data";
1012
+ }>;
1013
+ replacement_strategy: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
1014
+ method: zod.ZodEnum<{
1015
+ constant: "constant";
1016
+ }>;
1017
+ value: zod.ZodString;
1018
+ }, zod.z.core.$strip>, zod.ZodObject<{
1019
+ method: zod.ZodEnum<{
1020
+ fabricated_data: "fabricated_data";
1021
+ }>;
1022
+ }, zod.z.core.$strip>]>>;
1023
+ }, zod.z.core.$strip>, zod.ZodObject<{
1024
+ regex: zod.ZodString;
1025
+ replacement_strategy: zod.ZodObject<{
1026
+ method: zod.ZodEnum<{
1027
+ constant: "constant";
1028
+ }>;
1029
+ value: zod.ZodString;
1030
+ }, zod.z.core.$strip>;
1031
+ }, zod.z.core.$strip>]>>;
1032
+ allowlist: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1033
+ mask_grounding_input: zod.ZodOptional<zod.ZodObject<{
1034
+ enabled: zod.ZodOptional<zod.ZodBoolean>;
1035
+ }, zod.z.core.$strip>>;
1036
+ }, zod.z.core.$strip>>;
1037
+ }, zod.z.core.$strip>]>>;
1038
+ grounding: zod.ZodOptional<zod.ZodObject<{
1039
+ type: zod.ZodString;
1040
+ config: zod.ZodObject<{
1041
+ filters: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1042
+ id: zod.ZodOptional<zod.ZodString>;
1043
+ search_config: zod.ZodOptional<zod.ZodObject<{
1044
+ max_chunk_count: zod.ZodOptional<zod.ZodNumber>;
1045
+ max_document_count: zod.ZodOptional<zod.ZodNumber>;
1046
+ }, zod.z.core.$strip>>;
1047
+ data_repositories: zod.ZodDefault<zod.ZodArray<zod.ZodString>>;
1048
+ data_repository_type: zod.ZodEnum<{
1049
+ vector: "vector";
1050
+ "help.sap.com": "help.sap.com";
1051
+ }>;
1052
+ data_repository_metadata: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1053
+ key: zod.ZodString;
1054
+ value: zod.ZodArray<zod.ZodString>;
1055
+ }, zod.z.core.$strip>>>;
1056
+ document_metadata: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1057
+ key: zod.ZodString;
1058
+ value: zod.ZodArray<zod.ZodString>;
1059
+ select_mode: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
1060
+ ignoreIfKeyAbsent: "ignoreIfKeyAbsent";
1061
+ }>>>;
1062
+ }, zod.z.core.$strip>>>;
1063
+ chunk_metadata: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1064
+ key: zod.ZodString;
1065
+ value: zod.ZodArray<zod.ZodString>;
1066
+ }, zod.z.core.$strip>>>;
1067
+ }, zod.z.core.$strip>>>;
1068
+ placeholders: zod.ZodObject<{
1069
+ input: zod.ZodArray<zod.ZodString>;
1070
+ output: zod.ZodString;
1071
+ }, zod.z.core.$strip>;
1072
+ metadata_params: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1073
+ }, zod.z.core.$strip>;
1074
+ }, zod.z.core.$strip>>;
1075
+ translation: zod.ZodOptional<zod.ZodObject<{
1076
+ input: zod.ZodOptional<zod.ZodObject<{
1077
+ type: zod.ZodEnum<{
1078
+ sap_document_translation: "sap_document_translation";
1079
+ }>;
1080
+ translate_messages_history: zod.ZodDefault<zod.ZodBoolean>;
1081
+ config: zod.ZodObject<{
1082
+ source_language: zod.ZodOptional<zod.ZodString>;
1083
+ apply_to: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1084
+ category: zod.ZodEnum<{
1085
+ placeholders: "placeholders";
1086
+ template_roles: "template_roles";
1087
+ }>;
1088
+ items: zod.ZodArray<zod.ZodString>;
1089
+ source_language: zod.ZodOptional<zod.ZodString>;
1090
+ }, zod.z.core.$strip>>>;
1091
+ target_language: zod.ZodString;
1092
+ }, zod.z.core.$strip>;
1093
+ }, zod.z.core.$strip>>;
1094
+ output: zod.ZodOptional<zod.ZodObject<{
1095
+ type: zod.ZodEnum<{
1096
+ sap_document_translation: "sap_document_translation";
1097
+ }>;
1098
+ config: zod.ZodObject<{
1099
+ source_language: zod.ZodOptional<zod.ZodString>;
1100
+ target_language: zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
1101
+ category: zod.ZodEnum<{
1102
+ placeholders: "placeholders";
1103
+ template_roles: "template_roles";
1104
+ }>;
1105
+ items: zod.ZodArray<zod.ZodString>;
1106
+ source_language: zod.ZodOptional<zod.ZodString>;
1107
+ }, zod.z.core.$strip>]>;
1108
+ }, zod.z.core.$strip>;
1109
+ }, zod.z.core.$strip>>;
1110
+ }, zod.z.core.$strip>>;
1111
+ }, zod.z.core.$strip>;
1112
+ stream: zod.ZodOptional<zod.ZodObject<{
1113
+ enabled: zod.ZodOptional<zod.ZodBoolean>;
1114
+ chunk_size: zod.ZodDefault<zod.ZodNumber>;
1115
+ delimiters: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1116
+ }, zod.z.core.$strip>>;
1117
+ }, zod.z.core.$strip>;
1118
+ }, zod.z.core.$strip>;
1119
+ export declare const registryControllerOrchestrationConfigControllerCreateUpdateOrchestrationConfigResponse: zod.ZodObject<{
1120
+ message: zod.ZodString;
1121
+ id: zod.ZodUUID;
1122
+ scenario: zod.ZodString;
1123
+ name: zod.ZodString;
1124
+ version: zod.ZodString;
1125
+ }, zod.z.core.$strip>;
1126
+ /**
1127
+ * List orchestration configs
1128
+ */
1129
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsQueryRetrieveDefault = "both";
1130
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsQueryIncludeSpecDefault = false;
1131
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsQueryResolveTemplateRefDefault = false;
1132
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsQueryParams: zod.ZodObject<{
1133
+ scenario: zod.ZodOptional<zod.ZodString>;
1134
+ name: zod.ZodOptional<zod.ZodString>;
1135
+ version: zod.ZodOptional<zod.ZodString>;
1136
+ retrieve: zod.ZodDefault<zod.ZodEnum<{
1137
+ both: "both";
1138
+ imperative: "imperative";
1139
+ declarative: "declarative";
1140
+ }>>;
1141
+ include_spec: zod.ZodOptional<zod.ZodBoolean>;
1142
+ resolve_template_ref: zod.ZodOptional<zod.ZodBoolean>;
1143
+ }, zod.z.core.$strip>;
1144
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsHeader: zod.ZodObject<{
1145
+ "AI-Resource-Group": zod.ZodOptional<zod.ZodString>;
1146
+ }, zod.z.core.$strip>;
1147
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesPromptTemplatingPromptTemplateItemContentItemImageUrlDetailDefault = "auto";
1148
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesPromptTemplatingPromptResponseFormatJsonSchemaNameMax = 64;
1149
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesPromptTemplatingPromptResponseFormatJsonSchemaNameRegExp: RegExp;
1150
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesPromptTemplatingPromptResponseFormatJsonSchemaStrictDefault = false;
1151
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesPromptTemplatingPromptToolsItemFunctionNameMax = 64;
1152
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesPromptTemplatingPromptToolsItemFunctionNameRegExp: RegExp;
1153
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesPromptTemplatingPromptToolsItemFunctionStrictDefault = false;
1154
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesPromptTemplatingPromptTemplateRefScopeDefault = "tenant";
1155
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesPromptTemplatingPromptTemplateRefScopeDefaultOne = "tenant";
1156
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesPromptTemplatingModelVersionDefault = "latest";
1157
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesPromptTemplatingModelTimeoutDefault = 600;
1158
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesPromptTemplatingModelTimeoutMax = 600;
1159
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesPromptTemplatingModelMaxRetriesDefault = 2;
1160
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesPromptTemplatingModelMaxRetriesMin = 0;
1161
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesPromptTemplatingModelMaxRetriesMax = 5;
1162
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesFilteringInputFiltersItemConfigPromptShieldDefault = false;
1163
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesFilteringOutputFiltersItemConfigProtectedMaterialCodeDefault = false;
1164
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesFilteringOutputStreamOptionsOverlapDefault = 0;
1165
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesFilteringOutputStreamOptionsOverlapMin = 0;
1166
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesFilteringOutputStreamOptionsOverlapMax = 10000;
1167
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesMaskingProvidersItemMaskGroundingInputEnabledDefault = false;
1168
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesMaskingMaskingProvidersItemMaskGroundingInputEnabledDefault = false;
1169
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesGroundingConfigFiltersItemSearchConfigMaxChunkCountMin = 0;
1170
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesGroundingConfigFiltersItemSearchConfigMaxDocumentCountMin = 0;
1171
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesGroundingConfigFiltersItemDataRepositoriesDefault: string[];
1172
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesGroundingConfigFiltersItemDataRepositoryMetadataItemKeyMax = 1024;
1173
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesGroundingConfigFiltersItemDataRepositoryMetadataItemValueItemMax = 1024;
1174
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesGroundingConfigFiltersItemDocumentMetadataItemKeyMax = 1024;
1175
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesGroundingConfigFiltersItemDocumentMetadataItemValueItemMax = 1024;
1176
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesGroundingConfigFiltersItemChunkMetadataItemKeyMax = 1024;
1177
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesGroundingConfigFiltersItemChunkMetadataItemValueItemMax = 1024;
1178
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecModulesTranslationInputTranslateMessagesHistoryDefault = true;
1179
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecStreamEnabledDefault = false;
1180
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecStreamChunkSizeDefault = 100;
1181
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponseResourcesItemSpecStreamChunkSizeMax = 10000;
1182
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigsResponse: zod.ZodObject<{
1183
+ count: zod.ZodNumber;
1184
+ resources: zod.ZodArray<zod.ZodObject<{
1185
+ id: zod.ZodOptional<zod.ZodUUID>;
1186
+ name: zod.ZodOptional<zod.ZodString>;
1187
+ version: zod.ZodOptional<zod.ZodString>;
1188
+ scenario: zod.ZodOptional<zod.ZodString>;
1189
+ creation_timestamp: zod.ZodOptional<zod.ZodString>;
1190
+ managed_by: zod.ZodOptional<zod.ZodString>;
1191
+ is_version_head: zod.ZodOptional<zod.ZodBoolean>;
1192
+ resource_group_id: zod.ZodOptional<zod.ZodString>;
1193
+ spec: zod.ZodOptional<zod.ZodObject<{
1194
+ modules: zod.ZodObject<{
1195
+ prompt_templating: zod.ZodObject<{
1196
+ prompt: zod.ZodUnion<readonly [zod.ZodObject<{
1197
+ template: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
1198
+ role: zod.ZodEnum<{
1199
+ system: "system";
1200
+ }>;
1201
+ content: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
1202
+ type: zod.ZodEnum<{
1203
+ text: "text";
1204
+ }>;
1205
+ text: zod.ZodString;
1206
+ }, zod.z.core.$strip>>]>;
1207
+ }, zod.z.core.$strip>, zod.ZodObject<{
1208
+ content: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
1209
+ type: zod.ZodEnum<{
1210
+ image_url: "image_url";
1211
+ text: "text";
1212
+ }>;
1213
+ text: zod.ZodOptional<zod.ZodString>;
1214
+ image_url: zod.ZodOptional<zod.ZodObject<{
1215
+ url: zod.ZodString;
1216
+ detail: zod.ZodDefault<zod.ZodString>;
1217
+ }, zod.z.core.$strip>>;
1218
+ }, zod.z.core.$strip>>]>;
1219
+ role: zod.ZodEnum<{
1220
+ user: "user";
1221
+ }>;
1222
+ }, zod.z.core.$strip>, zod.ZodObject<{
1223
+ role: zod.ZodEnum<{
1224
+ assistant: "assistant";
1225
+ }>;
1226
+ content: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
1227
+ type: zod.ZodEnum<{
1228
+ text: "text";
1229
+ }>;
1230
+ text: zod.ZodString;
1231
+ }, zod.z.core.$strip>>]>>;
1232
+ refusal: zod.ZodOptional<zod.ZodString>;
1233
+ tool_calls: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1234
+ id: zod.ZodString;
1235
+ type: zod.ZodEnum<{
1236
+ function: "function";
1237
+ }>;
1238
+ function: zod.ZodObject<{
1239
+ name: zod.ZodString;
1240
+ arguments: zod.ZodString;
1241
+ }, zod.z.core.$strip>;
1242
+ }, zod.z.core.$strip>>>;
1243
+ }, zod.z.core.$strip>, zod.ZodObject<{
1244
+ role: zod.ZodEnum<{
1245
+ tool: "tool";
1246
+ }>;
1247
+ tool_call_id: zod.ZodString;
1248
+ content: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
1249
+ type: zod.ZodEnum<{
1250
+ text: "text";
1251
+ }>;
1252
+ text: zod.ZodString;
1253
+ }, zod.z.core.$strip>>]>;
1254
+ }, zod.z.core.$strip>, zod.ZodObject<{
1255
+ role: zod.ZodEnum<{
1256
+ developer: "developer";
1257
+ }>;
1258
+ content: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
1259
+ type: zod.ZodEnum<{
1260
+ text: "text";
1261
+ }>;
1262
+ text: zod.ZodString;
1263
+ }, zod.z.core.$strip>>]>;
1264
+ }, zod.z.core.$strip>]>>;
1265
+ defaults: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
1266
+ response_format: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
1267
+ type: zod.ZodEnum<{
1268
+ text: "text";
1269
+ }>;
1270
+ }, zod.z.core.$strip>, zod.ZodObject<{
1271
+ type: zod.ZodEnum<{
1272
+ json_object: "json_object";
1273
+ }>;
1274
+ }, zod.z.core.$strip>, zod.ZodObject<{
1275
+ type: zod.ZodEnum<{
1276
+ json_schema: "json_schema";
1277
+ }>;
1278
+ json_schema: zod.ZodObject<{
1279
+ description: zod.ZodOptional<zod.ZodString>;
1280
+ name: zod.ZodString;
1281
+ schema: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
1282
+ strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1283
+ }, zod.z.core.$strip>;
1284
+ }, zod.z.core.$strip>]>>;
1285
+ tools: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1286
+ type: zod.ZodEnum<{
1287
+ function: "function";
1288
+ }>;
1289
+ function: zod.ZodObject<{
1290
+ description: zod.ZodOptional<zod.ZodString>;
1291
+ name: zod.ZodString;
1292
+ parameters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
1293
+ strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1294
+ }, zod.z.core.$strip>;
1295
+ }, zod.z.core.$strip>>>;
1296
+ }, zod.z.core.$strip>, zod.ZodObject<{
1297
+ template_ref: zod.ZodUnion<readonly [zod.ZodObject<{
1298
+ id: zod.ZodString;
1299
+ scope: zod.ZodDefault<zod.ZodEnum<{
1300
+ resource_group: "resource_group";
1301
+ tenant: "tenant";
1302
+ }>>;
1303
+ }, zod.z.core.$strip>, zod.ZodObject<{
1304
+ scenario: zod.ZodString;
1305
+ name: zod.ZodString;
1306
+ version: zod.ZodString;
1307
+ scope: zod.ZodDefault<zod.ZodEnum<{
1308
+ resource_group: "resource_group";
1309
+ tenant: "tenant";
1310
+ }>>;
1311
+ }, zod.z.core.$strip>]>;
1312
+ }, zod.z.core.$strip>]>;
1313
+ model: zod.ZodObject<{
1314
+ name: zod.ZodString;
1315
+ version: zod.ZodDefault<zod.ZodString>;
1316
+ params: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
1317
+ timeout: zod.ZodDefault<zod.ZodNumber>;
1318
+ max_retries: zod.ZodDefault<zod.ZodNumber>;
1319
+ }, zod.z.core.$strip>;
1320
+ }, zod.z.core.$strip>;
1321
+ filtering: zod.ZodOptional<zod.ZodObject<{
1322
+ input: zod.ZodOptional<zod.ZodObject<{
1323
+ filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
1324
+ type: zod.ZodEnum<{
1325
+ azure_content_safety: "azure_content_safety";
1326
+ }>;
1327
+ config: zod.ZodOptional<zod.ZodObject<{
1328
+ hate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
1329
+ self_harm: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
1330
+ sexual: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
1331
+ violence: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
1332
+ prompt_shield: zod.ZodOptional<zod.ZodBoolean>;
1333
+ }, zod.z.core.$strip>>;
1334
+ }, zod.z.core.$strip>, zod.ZodObject<{
1335
+ type: zod.ZodEnum<{
1336
+ llama_guard_3_8b: "llama_guard_3_8b";
1337
+ }>;
1338
+ config: zod.ZodObject<{
1339
+ violent_crimes: zod.ZodOptional<zod.ZodBoolean>;
1340
+ non_violent_crimes: zod.ZodOptional<zod.ZodBoolean>;
1341
+ sex_crimes: zod.ZodOptional<zod.ZodBoolean>;
1342
+ child_exploitation: zod.ZodOptional<zod.ZodBoolean>;
1343
+ defamation: zod.ZodOptional<zod.ZodBoolean>;
1344
+ specialized_advice: zod.ZodOptional<zod.ZodBoolean>;
1345
+ privacy: zod.ZodOptional<zod.ZodBoolean>;
1346
+ intellectual_property: zod.ZodOptional<zod.ZodBoolean>;
1347
+ indiscriminate_weapons: zod.ZodOptional<zod.ZodBoolean>;
1348
+ hate: zod.ZodOptional<zod.ZodBoolean>;
1349
+ self_harm: zod.ZodOptional<zod.ZodBoolean>;
1350
+ sexual_content: zod.ZodOptional<zod.ZodBoolean>;
1351
+ elections: zod.ZodOptional<zod.ZodBoolean>;
1352
+ code_interpreter_abuse: zod.ZodOptional<zod.ZodBoolean>;
1353
+ }, zod.z.core.$strip>;
1354
+ }, zod.z.core.$strip>]>>;
1355
+ }, zod.z.core.$strip>>;
1356
+ output: zod.ZodOptional<zod.ZodObject<{
1357
+ filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
1358
+ type: zod.ZodEnum<{
1359
+ azure_content_safety: "azure_content_safety";
1360
+ }>;
1361
+ config: zod.ZodOptional<zod.ZodObject<{
1362
+ hate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
1363
+ self_harm: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
1364
+ sexual: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
1365
+ violence: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
1366
+ protected_material_code: zod.ZodOptional<zod.ZodBoolean>;
1367
+ }, zod.z.core.$strip>>;
1368
+ }, zod.z.core.$strip>, zod.ZodObject<{
1369
+ type: zod.ZodEnum<{
1370
+ llama_guard_3_8b: "llama_guard_3_8b";
1371
+ }>;
1372
+ config: zod.ZodObject<{
1373
+ violent_crimes: zod.ZodOptional<zod.ZodBoolean>;
1374
+ non_violent_crimes: zod.ZodOptional<zod.ZodBoolean>;
1375
+ sex_crimes: zod.ZodOptional<zod.ZodBoolean>;
1376
+ child_exploitation: zod.ZodOptional<zod.ZodBoolean>;
1377
+ defamation: zod.ZodOptional<zod.ZodBoolean>;
1378
+ specialized_advice: zod.ZodOptional<zod.ZodBoolean>;
1379
+ privacy: zod.ZodOptional<zod.ZodBoolean>;
1380
+ intellectual_property: zod.ZodOptional<zod.ZodBoolean>;
1381
+ indiscriminate_weapons: zod.ZodOptional<zod.ZodBoolean>;
1382
+ hate: zod.ZodOptional<zod.ZodBoolean>;
1383
+ self_harm: zod.ZodOptional<zod.ZodBoolean>;
1384
+ sexual_content: zod.ZodOptional<zod.ZodBoolean>;
1385
+ elections: zod.ZodOptional<zod.ZodBoolean>;
1386
+ code_interpreter_abuse: zod.ZodOptional<zod.ZodBoolean>;
1387
+ }, zod.z.core.$strip>;
1388
+ }, zod.z.core.$strip>]>>;
1389
+ stream_options: zod.ZodOptional<zod.ZodObject<{
1390
+ overlap: zod.ZodOptional<zod.ZodNumber>;
1391
+ }, zod.z.core.$strip>>;
1392
+ }, zod.z.core.$strip>>;
1393
+ }, zod.z.core.$strip>>;
1394
+ masking: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
1395
+ providers: zod.ZodArray<zod.ZodObject<{
1396
+ type: zod.ZodEnum<{
1397
+ sap_data_privacy_integration: "sap_data_privacy_integration";
1398
+ }>;
1399
+ method: zod.ZodEnum<{
1400
+ anonymization: "anonymization";
1401
+ pseudonymization: "pseudonymization";
1402
+ }>;
1403
+ entities: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
1404
+ type: zod.ZodEnum<{
1405
+ "profile-person": "profile-person";
1406
+ "profile-org": "profile-org";
1407
+ "profile-university": "profile-university";
1408
+ "profile-location": "profile-location";
1409
+ "profile-email": "profile-email";
1410
+ "profile-phone": "profile-phone";
1411
+ "profile-address": "profile-address";
1412
+ "profile-sapids-internal": "profile-sapids-internal";
1413
+ "profile-sapids-public": "profile-sapids-public";
1414
+ "profile-url": "profile-url";
1415
+ "profile-username-password": "profile-username-password";
1416
+ "profile-nationalid": "profile-nationalid";
1417
+ "profile-iban": "profile-iban";
1418
+ "profile-ssn": "profile-ssn";
1419
+ "profile-credit-card-number": "profile-credit-card-number";
1420
+ "profile-passport": "profile-passport";
1421
+ "profile-driverlicense": "profile-driverlicense";
1422
+ "profile-nationality": "profile-nationality";
1423
+ "profile-religious-group": "profile-religious-group";
1424
+ "profile-political-group": "profile-political-group";
1425
+ "profile-pronouns-gender": "profile-pronouns-gender";
1426
+ "profile-ethnicity": "profile-ethnicity";
1427
+ "profile-gender": "profile-gender";
1428
+ "profile-sexual-orientation": "profile-sexual-orientation";
1429
+ "profile-trade-union": "profile-trade-union";
1430
+ "profile-sensitive-data": "profile-sensitive-data";
1431
+ }>;
1432
+ replacement_strategy: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
1433
+ method: zod.ZodEnum<{
1434
+ constant: "constant";
1435
+ }>;
1436
+ value: zod.ZodString;
1437
+ }, zod.z.core.$strip>, zod.ZodObject<{
1438
+ method: zod.ZodEnum<{
1439
+ fabricated_data: "fabricated_data";
1440
+ }>;
1441
+ }, zod.z.core.$strip>]>>;
1442
+ }, zod.z.core.$strip>, zod.ZodObject<{
1443
+ regex: zod.ZodString;
1444
+ replacement_strategy: zod.ZodObject<{
1445
+ method: zod.ZodEnum<{
1446
+ constant: "constant";
1447
+ }>;
1448
+ value: zod.ZodString;
1449
+ }, zod.z.core.$strip>;
1450
+ }, zod.z.core.$strip>]>>;
1451
+ allowlist: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1452
+ mask_grounding_input: zod.ZodOptional<zod.ZodObject<{
1453
+ enabled: zod.ZodOptional<zod.ZodBoolean>;
1454
+ }, zod.z.core.$strip>>;
1455
+ }, zod.z.core.$strip>>;
1456
+ }, zod.z.core.$strip>, zod.ZodObject<{
1457
+ masking_providers: zod.ZodArray<zod.ZodObject<{
1458
+ type: zod.ZodEnum<{
1459
+ sap_data_privacy_integration: "sap_data_privacy_integration";
1460
+ }>;
1461
+ method: zod.ZodEnum<{
1462
+ anonymization: "anonymization";
1463
+ pseudonymization: "pseudonymization";
1464
+ }>;
1465
+ entities: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
1466
+ type: zod.ZodEnum<{
1467
+ "profile-person": "profile-person";
1468
+ "profile-org": "profile-org";
1469
+ "profile-university": "profile-university";
1470
+ "profile-location": "profile-location";
1471
+ "profile-email": "profile-email";
1472
+ "profile-phone": "profile-phone";
1473
+ "profile-address": "profile-address";
1474
+ "profile-sapids-internal": "profile-sapids-internal";
1475
+ "profile-sapids-public": "profile-sapids-public";
1476
+ "profile-url": "profile-url";
1477
+ "profile-username-password": "profile-username-password";
1478
+ "profile-nationalid": "profile-nationalid";
1479
+ "profile-iban": "profile-iban";
1480
+ "profile-ssn": "profile-ssn";
1481
+ "profile-credit-card-number": "profile-credit-card-number";
1482
+ "profile-passport": "profile-passport";
1483
+ "profile-driverlicense": "profile-driverlicense";
1484
+ "profile-nationality": "profile-nationality";
1485
+ "profile-religious-group": "profile-religious-group";
1486
+ "profile-political-group": "profile-political-group";
1487
+ "profile-pronouns-gender": "profile-pronouns-gender";
1488
+ "profile-ethnicity": "profile-ethnicity";
1489
+ "profile-gender": "profile-gender";
1490
+ "profile-sexual-orientation": "profile-sexual-orientation";
1491
+ "profile-trade-union": "profile-trade-union";
1492
+ "profile-sensitive-data": "profile-sensitive-data";
1493
+ }>;
1494
+ replacement_strategy: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
1495
+ method: zod.ZodEnum<{
1496
+ constant: "constant";
1497
+ }>;
1498
+ value: zod.ZodString;
1499
+ }, zod.z.core.$strip>, zod.ZodObject<{
1500
+ method: zod.ZodEnum<{
1501
+ fabricated_data: "fabricated_data";
1502
+ }>;
1503
+ }, zod.z.core.$strip>]>>;
1504
+ }, zod.z.core.$strip>, zod.ZodObject<{
1505
+ regex: zod.ZodString;
1506
+ replacement_strategy: zod.ZodObject<{
1507
+ method: zod.ZodEnum<{
1508
+ constant: "constant";
1509
+ }>;
1510
+ value: zod.ZodString;
1511
+ }, zod.z.core.$strip>;
1512
+ }, zod.z.core.$strip>]>>;
1513
+ allowlist: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1514
+ mask_grounding_input: zod.ZodOptional<zod.ZodObject<{
1515
+ enabled: zod.ZodOptional<zod.ZodBoolean>;
1516
+ }, zod.z.core.$strip>>;
1517
+ }, zod.z.core.$strip>>;
1518
+ }, zod.z.core.$strip>]>>;
1519
+ grounding: zod.ZodOptional<zod.ZodObject<{
1520
+ type: zod.ZodString;
1521
+ config: zod.ZodObject<{
1522
+ filters: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1523
+ id: zod.ZodOptional<zod.ZodString>;
1524
+ search_config: zod.ZodOptional<zod.ZodObject<{
1525
+ max_chunk_count: zod.ZodOptional<zod.ZodNumber>;
1526
+ max_document_count: zod.ZodOptional<zod.ZodNumber>;
1527
+ }, zod.z.core.$strip>>;
1528
+ data_repositories: zod.ZodDefault<zod.ZodArray<zod.ZodString>>;
1529
+ data_repository_type: zod.ZodEnum<{
1530
+ vector: "vector";
1531
+ "help.sap.com": "help.sap.com";
1532
+ }>;
1533
+ data_repository_metadata: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1534
+ key: zod.ZodString;
1535
+ value: zod.ZodArray<zod.ZodString>;
1536
+ }, zod.z.core.$strip>>>;
1537
+ document_metadata: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1538
+ key: zod.ZodString;
1539
+ value: zod.ZodArray<zod.ZodString>;
1540
+ select_mode: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
1541
+ ignoreIfKeyAbsent: "ignoreIfKeyAbsent";
1542
+ }>>>;
1543
+ }, zod.z.core.$strip>>>;
1544
+ chunk_metadata: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1545
+ key: zod.ZodString;
1546
+ value: zod.ZodArray<zod.ZodString>;
1547
+ }, zod.z.core.$strip>>>;
1548
+ }, zod.z.core.$strip>>>;
1549
+ placeholders: zod.ZodObject<{
1550
+ input: zod.ZodArray<zod.ZodString>;
1551
+ output: zod.ZodString;
1552
+ }, zod.z.core.$strip>;
1553
+ metadata_params: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1554
+ }, zod.z.core.$strip>;
1555
+ }, zod.z.core.$strip>>;
1556
+ translation: zod.ZodOptional<zod.ZodObject<{
1557
+ input: zod.ZodOptional<zod.ZodObject<{
1558
+ type: zod.ZodEnum<{
1559
+ sap_document_translation: "sap_document_translation";
1560
+ }>;
1561
+ translate_messages_history: zod.ZodDefault<zod.ZodBoolean>;
1562
+ config: zod.ZodObject<{
1563
+ source_language: zod.ZodOptional<zod.ZodString>;
1564
+ apply_to: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1565
+ category: zod.ZodEnum<{
1566
+ placeholders: "placeholders";
1567
+ template_roles: "template_roles";
1568
+ }>;
1569
+ items: zod.ZodArray<zod.ZodString>;
1570
+ source_language: zod.ZodOptional<zod.ZodString>;
1571
+ }, zod.z.core.$strip>>>;
1572
+ target_language: zod.ZodString;
1573
+ }, zod.z.core.$strip>;
1574
+ }, zod.z.core.$strip>>;
1575
+ output: zod.ZodOptional<zod.ZodObject<{
1576
+ type: zod.ZodEnum<{
1577
+ sap_document_translation: "sap_document_translation";
1578
+ }>;
1579
+ config: zod.ZodObject<{
1580
+ source_language: zod.ZodOptional<zod.ZodString>;
1581
+ target_language: zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
1582
+ category: zod.ZodEnum<{
1583
+ placeholders: "placeholders";
1584
+ template_roles: "template_roles";
1585
+ }>;
1586
+ items: zod.ZodArray<zod.ZodString>;
1587
+ source_language: zod.ZodOptional<zod.ZodString>;
1588
+ }, zod.z.core.$strip>]>;
1589
+ }, zod.z.core.$strip>;
1590
+ }, zod.z.core.$strip>>;
1591
+ }, zod.z.core.$strip>>;
1592
+ }, zod.z.core.$strip>;
1593
+ stream: zod.ZodOptional<zod.ZodObject<{
1594
+ enabled: zod.ZodOptional<zod.ZodBoolean>;
1595
+ chunk_size: zod.ZodDefault<zod.ZodNumber>;
1596
+ delimiters: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1597
+ }, zod.z.core.$strip>>;
1598
+ }, zod.z.core.$strip>>;
1599
+ }, zod.z.core.$strip>>;
1600
+ }, zod.z.core.$strip>;
1601
+ /**
1602
+ * List orchestration config history
1603
+ */
1604
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryParams: zod.ZodObject<{
1605
+ scenario: zod.ZodString;
1606
+ version: zod.ZodString;
1607
+ name: zod.ZodString;
1608
+ }, zod.z.core.$strip>;
1609
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryQueryIncludeSpecDefault = false;
1610
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryQueryResolveTemplateRefDefault = false;
1611
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryQueryParams: zod.ZodObject<{
1612
+ include_spec: zod.ZodOptional<zod.ZodBoolean>;
1613
+ resolve_template_ref: zod.ZodOptional<zod.ZodBoolean>;
1614
+ }, zod.z.core.$strip>;
1615
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryHeader: zod.ZodObject<{
1616
+ "AI-Resource-Group": zod.ZodOptional<zod.ZodString>;
1617
+ }, zod.z.core.$strip>;
1618
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesPromptTemplatingPromptTemplateItemContentItemImageUrlDetailDefault = "auto";
1619
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesPromptTemplatingPromptResponseFormatJsonSchemaNameMax = 64;
1620
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesPromptTemplatingPromptResponseFormatJsonSchemaNameRegExp: RegExp;
1621
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesPromptTemplatingPromptResponseFormatJsonSchemaStrictDefault = false;
1622
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesPromptTemplatingPromptToolsItemFunctionNameMax = 64;
1623
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesPromptTemplatingPromptToolsItemFunctionNameRegExp: RegExp;
1624
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesPromptTemplatingPromptToolsItemFunctionStrictDefault = false;
1625
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesPromptTemplatingPromptTemplateRefScopeDefault = "tenant";
1626
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesPromptTemplatingPromptTemplateRefScopeDefaultOne = "tenant";
1627
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesPromptTemplatingModelVersionDefault = "latest";
1628
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesPromptTemplatingModelTimeoutDefault = 600;
1629
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesPromptTemplatingModelTimeoutMax = 600;
1630
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesPromptTemplatingModelMaxRetriesDefault = 2;
1631
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesPromptTemplatingModelMaxRetriesMin = 0;
1632
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesPromptTemplatingModelMaxRetriesMax = 5;
1633
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesFilteringInputFiltersItemConfigPromptShieldDefault = false;
1634
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesFilteringOutputFiltersItemConfigProtectedMaterialCodeDefault = false;
1635
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesFilteringOutputStreamOptionsOverlapDefault = 0;
1636
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesFilteringOutputStreamOptionsOverlapMin = 0;
1637
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesFilteringOutputStreamOptionsOverlapMax = 10000;
1638
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesMaskingProvidersItemMaskGroundingInputEnabledDefault = false;
1639
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesMaskingMaskingProvidersItemMaskGroundingInputEnabledDefault = false;
1640
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesGroundingConfigFiltersItemSearchConfigMaxChunkCountMin = 0;
1641
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesGroundingConfigFiltersItemSearchConfigMaxDocumentCountMin = 0;
1642
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesGroundingConfigFiltersItemDataRepositoriesDefault: string[];
1643
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesGroundingConfigFiltersItemDataRepositoryMetadataItemKeyMax = 1024;
1644
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesGroundingConfigFiltersItemDataRepositoryMetadataItemValueItemMax = 1024;
1645
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesGroundingConfigFiltersItemDocumentMetadataItemKeyMax = 1024;
1646
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesGroundingConfigFiltersItemDocumentMetadataItemValueItemMax = 1024;
1647
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesGroundingConfigFiltersItemChunkMetadataItemKeyMax = 1024;
1648
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesGroundingConfigFiltersItemChunkMetadataItemValueItemMax = 1024;
1649
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecModulesTranslationInputTranslateMessagesHistoryDefault = true;
1650
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecStreamEnabledDefault = false;
1651
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecStreamChunkSizeDefault = 100;
1652
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponseResourcesItemSpecStreamChunkSizeMax = 10000;
1653
+ export declare const registryControllerOrchestrationConfigControllerListOrchestrationConfigHistoryResponse: zod.ZodObject<{
1654
+ count: zod.ZodNumber;
1655
+ resources: zod.ZodArray<zod.ZodObject<{
1656
+ id: zod.ZodOptional<zod.ZodUUID>;
1657
+ name: zod.ZodOptional<zod.ZodString>;
1658
+ version: zod.ZodOptional<zod.ZodString>;
1659
+ scenario: zod.ZodOptional<zod.ZodString>;
1660
+ creation_timestamp: zod.ZodOptional<zod.ZodString>;
1661
+ managed_by: zod.ZodOptional<zod.ZodString>;
1662
+ is_version_head: zod.ZodOptional<zod.ZodBoolean>;
1663
+ resource_group_id: zod.ZodOptional<zod.ZodString>;
1664
+ spec: zod.ZodOptional<zod.ZodObject<{
1665
+ modules: zod.ZodObject<{
1666
+ prompt_templating: zod.ZodObject<{
1667
+ prompt: zod.ZodUnion<readonly [zod.ZodObject<{
1668
+ template: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
1669
+ role: zod.ZodEnum<{
1670
+ system: "system";
1671
+ }>;
1672
+ content: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
1673
+ type: zod.ZodEnum<{
1674
+ text: "text";
1675
+ }>;
1676
+ text: zod.ZodString;
1677
+ }, zod.z.core.$strip>>]>;
1678
+ }, zod.z.core.$strip>, zod.ZodObject<{
1679
+ content: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
1680
+ type: zod.ZodEnum<{
1681
+ image_url: "image_url";
1682
+ text: "text";
1683
+ }>;
1684
+ text: zod.ZodOptional<zod.ZodString>;
1685
+ image_url: zod.ZodOptional<zod.ZodObject<{
1686
+ url: zod.ZodString;
1687
+ detail: zod.ZodDefault<zod.ZodString>;
1688
+ }, zod.z.core.$strip>>;
1689
+ }, zod.z.core.$strip>>]>;
1690
+ role: zod.ZodEnum<{
1691
+ user: "user";
1692
+ }>;
1693
+ }, zod.z.core.$strip>, zod.ZodObject<{
1694
+ role: zod.ZodEnum<{
1695
+ assistant: "assistant";
1696
+ }>;
1697
+ content: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
1698
+ type: zod.ZodEnum<{
1699
+ text: "text";
1700
+ }>;
1701
+ text: zod.ZodString;
1702
+ }, zod.z.core.$strip>>]>>;
1703
+ refusal: zod.ZodOptional<zod.ZodString>;
1704
+ tool_calls: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1705
+ id: zod.ZodString;
1706
+ type: zod.ZodEnum<{
1707
+ function: "function";
1708
+ }>;
1709
+ function: zod.ZodObject<{
1710
+ name: zod.ZodString;
1711
+ arguments: zod.ZodString;
1712
+ }, zod.z.core.$strip>;
1713
+ }, zod.z.core.$strip>>>;
1714
+ }, zod.z.core.$strip>, zod.ZodObject<{
1715
+ role: zod.ZodEnum<{
1716
+ tool: "tool";
1717
+ }>;
1718
+ tool_call_id: zod.ZodString;
1719
+ content: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
1720
+ type: zod.ZodEnum<{
1721
+ text: "text";
1722
+ }>;
1723
+ text: zod.ZodString;
1724
+ }, zod.z.core.$strip>>]>;
1725
+ }, zod.z.core.$strip>, zod.ZodObject<{
1726
+ role: zod.ZodEnum<{
1727
+ developer: "developer";
1728
+ }>;
1729
+ content: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
1730
+ type: zod.ZodEnum<{
1731
+ text: "text";
1732
+ }>;
1733
+ text: zod.ZodString;
1734
+ }, zod.z.core.$strip>>]>;
1735
+ }, zod.z.core.$strip>]>>;
1736
+ defaults: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
1737
+ response_format: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
1738
+ type: zod.ZodEnum<{
1739
+ text: "text";
1740
+ }>;
1741
+ }, zod.z.core.$strip>, zod.ZodObject<{
1742
+ type: zod.ZodEnum<{
1743
+ json_object: "json_object";
1744
+ }>;
1745
+ }, zod.z.core.$strip>, zod.ZodObject<{
1746
+ type: zod.ZodEnum<{
1747
+ json_schema: "json_schema";
1748
+ }>;
1749
+ json_schema: zod.ZodObject<{
1750
+ description: zod.ZodOptional<zod.ZodString>;
1751
+ name: zod.ZodString;
1752
+ schema: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
1753
+ strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1754
+ }, zod.z.core.$strip>;
1755
+ }, zod.z.core.$strip>]>>;
1756
+ tools: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1757
+ type: zod.ZodEnum<{
1758
+ function: "function";
1759
+ }>;
1760
+ function: zod.ZodObject<{
1761
+ description: zod.ZodOptional<zod.ZodString>;
1762
+ name: zod.ZodString;
1763
+ parameters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
1764
+ strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1765
+ }, zod.z.core.$strip>;
1766
+ }, zod.z.core.$strip>>>;
1767
+ }, zod.z.core.$strip>, zod.ZodObject<{
1768
+ template_ref: zod.ZodUnion<readonly [zod.ZodObject<{
1769
+ id: zod.ZodString;
1770
+ scope: zod.ZodDefault<zod.ZodEnum<{
1771
+ resource_group: "resource_group";
1772
+ tenant: "tenant";
1773
+ }>>;
1774
+ }, zod.z.core.$strip>, zod.ZodObject<{
1775
+ scenario: zod.ZodString;
1776
+ name: zod.ZodString;
1777
+ version: zod.ZodString;
1778
+ scope: zod.ZodDefault<zod.ZodEnum<{
1779
+ resource_group: "resource_group";
1780
+ tenant: "tenant";
1781
+ }>>;
1782
+ }, zod.z.core.$strip>]>;
1783
+ }, zod.z.core.$strip>]>;
1784
+ model: zod.ZodObject<{
1785
+ name: zod.ZodString;
1786
+ version: zod.ZodDefault<zod.ZodString>;
1787
+ params: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
1788
+ timeout: zod.ZodDefault<zod.ZodNumber>;
1789
+ max_retries: zod.ZodDefault<zod.ZodNumber>;
1790
+ }, zod.z.core.$strip>;
1791
+ }, zod.z.core.$strip>;
1792
+ filtering: zod.ZodOptional<zod.ZodObject<{
1793
+ input: zod.ZodOptional<zod.ZodObject<{
1794
+ filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
1795
+ type: zod.ZodEnum<{
1796
+ azure_content_safety: "azure_content_safety";
1797
+ }>;
1798
+ config: zod.ZodOptional<zod.ZodObject<{
1799
+ hate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
1800
+ self_harm: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
1801
+ sexual: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
1802
+ violence: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
1803
+ prompt_shield: zod.ZodOptional<zod.ZodBoolean>;
1804
+ }, zod.z.core.$strip>>;
1805
+ }, zod.z.core.$strip>, zod.ZodObject<{
1806
+ type: zod.ZodEnum<{
1807
+ llama_guard_3_8b: "llama_guard_3_8b";
1808
+ }>;
1809
+ config: zod.ZodObject<{
1810
+ violent_crimes: zod.ZodOptional<zod.ZodBoolean>;
1811
+ non_violent_crimes: zod.ZodOptional<zod.ZodBoolean>;
1812
+ sex_crimes: zod.ZodOptional<zod.ZodBoolean>;
1813
+ child_exploitation: zod.ZodOptional<zod.ZodBoolean>;
1814
+ defamation: zod.ZodOptional<zod.ZodBoolean>;
1815
+ specialized_advice: zod.ZodOptional<zod.ZodBoolean>;
1816
+ privacy: zod.ZodOptional<zod.ZodBoolean>;
1817
+ intellectual_property: zod.ZodOptional<zod.ZodBoolean>;
1818
+ indiscriminate_weapons: zod.ZodOptional<zod.ZodBoolean>;
1819
+ hate: zod.ZodOptional<zod.ZodBoolean>;
1820
+ self_harm: zod.ZodOptional<zod.ZodBoolean>;
1821
+ sexual_content: zod.ZodOptional<zod.ZodBoolean>;
1822
+ elections: zod.ZodOptional<zod.ZodBoolean>;
1823
+ code_interpreter_abuse: zod.ZodOptional<zod.ZodBoolean>;
1824
+ }, zod.z.core.$strip>;
1825
+ }, zod.z.core.$strip>]>>;
1826
+ }, zod.z.core.$strip>>;
1827
+ output: zod.ZodOptional<zod.ZodObject<{
1828
+ filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
1829
+ type: zod.ZodEnum<{
1830
+ azure_content_safety: "azure_content_safety";
1831
+ }>;
1832
+ config: zod.ZodOptional<zod.ZodObject<{
1833
+ hate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
1834
+ self_harm: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
1835
+ sexual: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
1836
+ violence: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
1837
+ protected_material_code: zod.ZodOptional<zod.ZodBoolean>;
1838
+ }, zod.z.core.$strip>>;
1839
+ }, zod.z.core.$strip>, zod.ZodObject<{
1840
+ type: zod.ZodEnum<{
1841
+ llama_guard_3_8b: "llama_guard_3_8b";
1842
+ }>;
1843
+ config: zod.ZodObject<{
1844
+ violent_crimes: zod.ZodOptional<zod.ZodBoolean>;
1845
+ non_violent_crimes: zod.ZodOptional<zod.ZodBoolean>;
1846
+ sex_crimes: zod.ZodOptional<zod.ZodBoolean>;
1847
+ child_exploitation: zod.ZodOptional<zod.ZodBoolean>;
1848
+ defamation: zod.ZodOptional<zod.ZodBoolean>;
1849
+ specialized_advice: zod.ZodOptional<zod.ZodBoolean>;
1850
+ privacy: zod.ZodOptional<zod.ZodBoolean>;
1851
+ intellectual_property: zod.ZodOptional<zod.ZodBoolean>;
1852
+ indiscriminate_weapons: zod.ZodOptional<zod.ZodBoolean>;
1853
+ hate: zod.ZodOptional<zod.ZodBoolean>;
1854
+ self_harm: zod.ZodOptional<zod.ZodBoolean>;
1855
+ sexual_content: zod.ZodOptional<zod.ZodBoolean>;
1856
+ elections: zod.ZodOptional<zod.ZodBoolean>;
1857
+ code_interpreter_abuse: zod.ZodOptional<zod.ZodBoolean>;
1858
+ }, zod.z.core.$strip>;
1859
+ }, zod.z.core.$strip>]>>;
1860
+ stream_options: zod.ZodOptional<zod.ZodObject<{
1861
+ overlap: zod.ZodOptional<zod.ZodNumber>;
1862
+ }, zod.z.core.$strip>>;
1863
+ }, zod.z.core.$strip>>;
1864
+ }, zod.z.core.$strip>>;
1865
+ masking: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
1866
+ providers: zod.ZodArray<zod.ZodObject<{
1867
+ type: zod.ZodEnum<{
1868
+ sap_data_privacy_integration: "sap_data_privacy_integration";
1869
+ }>;
1870
+ method: zod.ZodEnum<{
1871
+ anonymization: "anonymization";
1872
+ pseudonymization: "pseudonymization";
1873
+ }>;
1874
+ entities: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
1875
+ type: zod.ZodEnum<{
1876
+ "profile-person": "profile-person";
1877
+ "profile-org": "profile-org";
1878
+ "profile-university": "profile-university";
1879
+ "profile-location": "profile-location";
1880
+ "profile-email": "profile-email";
1881
+ "profile-phone": "profile-phone";
1882
+ "profile-address": "profile-address";
1883
+ "profile-sapids-internal": "profile-sapids-internal";
1884
+ "profile-sapids-public": "profile-sapids-public";
1885
+ "profile-url": "profile-url";
1886
+ "profile-username-password": "profile-username-password";
1887
+ "profile-nationalid": "profile-nationalid";
1888
+ "profile-iban": "profile-iban";
1889
+ "profile-ssn": "profile-ssn";
1890
+ "profile-credit-card-number": "profile-credit-card-number";
1891
+ "profile-passport": "profile-passport";
1892
+ "profile-driverlicense": "profile-driverlicense";
1893
+ "profile-nationality": "profile-nationality";
1894
+ "profile-religious-group": "profile-religious-group";
1895
+ "profile-political-group": "profile-political-group";
1896
+ "profile-pronouns-gender": "profile-pronouns-gender";
1897
+ "profile-ethnicity": "profile-ethnicity";
1898
+ "profile-gender": "profile-gender";
1899
+ "profile-sexual-orientation": "profile-sexual-orientation";
1900
+ "profile-trade-union": "profile-trade-union";
1901
+ "profile-sensitive-data": "profile-sensitive-data";
1902
+ }>;
1903
+ replacement_strategy: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
1904
+ method: zod.ZodEnum<{
1905
+ constant: "constant";
1906
+ }>;
1907
+ value: zod.ZodString;
1908
+ }, zod.z.core.$strip>, zod.ZodObject<{
1909
+ method: zod.ZodEnum<{
1910
+ fabricated_data: "fabricated_data";
1911
+ }>;
1912
+ }, zod.z.core.$strip>]>>;
1913
+ }, zod.z.core.$strip>, zod.ZodObject<{
1914
+ regex: zod.ZodString;
1915
+ replacement_strategy: zod.ZodObject<{
1916
+ method: zod.ZodEnum<{
1917
+ constant: "constant";
1918
+ }>;
1919
+ value: zod.ZodString;
1920
+ }, zod.z.core.$strip>;
1921
+ }, zod.z.core.$strip>]>>;
1922
+ allowlist: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1923
+ mask_grounding_input: zod.ZodOptional<zod.ZodObject<{
1924
+ enabled: zod.ZodOptional<zod.ZodBoolean>;
1925
+ }, zod.z.core.$strip>>;
1926
+ }, zod.z.core.$strip>>;
1927
+ }, zod.z.core.$strip>, zod.ZodObject<{
1928
+ masking_providers: zod.ZodArray<zod.ZodObject<{
1929
+ type: zod.ZodEnum<{
1930
+ sap_data_privacy_integration: "sap_data_privacy_integration";
1931
+ }>;
1932
+ method: zod.ZodEnum<{
1933
+ anonymization: "anonymization";
1934
+ pseudonymization: "pseudonymization";
1935
+ }>;
1936
+ entities: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
1937
+ type: zod.ZodEnum<{
1938
+ "profile-person": "profile-person";
1939
+ "profile-org": "profile-org";
1940
+ "profile-university": "profile-university";
1941
+ "profile-location": "profile-location";
1942
+ "profile-email": "profile-email";
1943
+ "profile-phone": "profile-phone";
1944
+ "profile-address": "profile-address";
1945
+ "profile-sapids-internal": "profile-sapids-internal";
1946
+ "profile-sapids-public": "profile-sapids-public";
1947
+ "profile-url": "profile-url";
1948
+ "profile-username-password": "profile-username-password";
1949
+ "profile-nationalid": "profile-nationalid";
1950
+ "profile-iban": "profile-iban";
1951
+ "profile-ssn": "profile-ssn";
1952
+ "profile-credit-card-number": "profile-credit-card-number";
1953
+ "profile-passport": "profile-passport";
1954
+ "profile-driverlicense": "profile-driverlicense";
1955
+ "profile-nationality": "profile-nationality";
1956
+ "profile-religious-group": "profile-religious-group";
1957
+ "profile-political-group": "profile-political-group";
1958
+ "profile-pronouns-gender": "profile-pronouns-gender";
1959
+ "profile-ethnicity": "profile-ethnicity";
1960
+ "profile-gender": "profile-gender";
1961
+ "profile-sexual-orientation": "profile-sexual-orientation";
1962
+ "profile-trade-union": "profile-trade-union";
1963
+ "profile-sensitive-data": "profile-sensitive-data";
1964
+ }>;
1965
+ replacement_strategy: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
1966
+ method: zod.ZodEnum<{
1967
+ constant: "constant";
1968
+ }>;
1969
+ value: zod.ZodString;
1970
+ }, zod.z.core.$strip>, zod.ZodObject<{
1971
+ method: zod.ZodEnum<{
1972
+ fabricated_data: "fabricated_data";
1973
+ }>;
1974
+ }, zod.z.core.$strip>]>>;
1975
+ }, zod.z.core.$strip>, zod.ZodObject<{
1976
+ regex: zod.ZodString;
1977
+ replacement_strategy: zod.ZodObject<{
1978
+ method: zod.ZodEnum<{
1979
+ constant: "constant";
1980
+ }>;
1981
+ value: zod.ZodString;
1982
+ }, zod.z.core.$strip>;
1983
+ }, zod.z.core.$strip>]>>;
1984
+ allowlist: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1985
+ mask_grounding_input: zod.ZodOptional<zod.ZodObject<{
1986
+ enabled: zod.ZodOptional<zod.ZodBoolean>;
1987
+ }, zod.z.core.$strip>>;
1988
+ }, zod.z.core.$strip>>;
1989
+ }, zod.z.core.$strip>]>>;
1990
+ grounding: zod.ZodOptional<zod.ZodObject<{
1991
+ type: zod.ZodString;
1992
+ config: zod.ZodObject<{
1993
+ filters: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1994
+ id: zod.ZodOptional<zod.ZodString>;
1995
+ search_config: zod.ZodOptional<zod.ZodObject<{
1996
+ max_chunk_count: zod.ZodOptional<zod.ZodNumber>;
1997
+ max_document_count: zod.ZodOptional<zod.ZodNumber>;
1998
+ }, zod.z.core.$strip>>;
1999
+ data_repositories: zod.ZodDefault<zod.ZodArray<zod.ZodString>>;
2000
+ data_repository_type: zod.ZodEnum<{
2001
+ vector: "vector";
2002
+ "help.sap.com": "help.sap.com";
2003
+ }>;
2004
+ data_repository_metadata: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
2005
+ key: zod.ZodString;
2006
+ value: zod.ZodArray<zod.ZodString>;
2007
+ }, zod.z.core.$strip>>>;
2008
+ document_metadata: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
2009
+ key: zod.ZodString;
2010
+ value: zod.ZodArray<zod.ZodString>;
2011
+ select_mode: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
2012
+ ignoreIfKeyAbsent: "ignoreIfKeyAbsent";
2013
+ }>>>;
2014
+ }, zod.z.core.$strip>>>;
2015
+ chunk_metadata: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
2016
+ key: zod.ZodString;
2017
+ value: zod.ZodArray<zod.ZodString>;
2018
+ }, zod.z.core.$strip>>>;
2019
+ }, zod.z.core.$strip>>>;
2020
+ placeholders: zod.ZodObject<{
2021
+ input: zod.ZodArray<zod.ZodString>;
2022
+ output: zod.ZodString;
2023
+ }, zod.z.core.$strip>;
2024
+ metadata_params: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2025
+ }, zod.z.core.$strip>;
2026
+ }, zod.z.core.$strip>>;
2027
+ translation: zod.ZodOptional<zod.ZodObject<{
2028
+ input: zod.ZodOptional<zod.ZodObject<{
2029
+ type: zod.ZodEnum<{
2030
+ sap_document_translation: "sap_document_translation";
2031
+ }>;
2032
+ translate_messages_history: zod.ZodDefault<zod.ZodBoolean>;
2033
+ config: zod.ZodObject<{
2034
+ source_language: zod.ZodOptional<zod.ZodString>;
2035
+ apply_to: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
2036
+ category: zod.ZodEnum<{
2037
+ placeholders: "placeholders";
2038
+ template_roles: "template_roles";
2039
+ }>;
2040
+ items: zod.ZodArray<zod.ZodString>;
2041
+ source_language: zod.ZodOptional<zod.ZodString>;
2042
+ }, zod.z.core.$strip>>>;
2043
+ target_language: zod.ZodString;
2044
+ }, zod.z.core.$strip>;
2045
+ }, zod.z.core.$strip>>;
2046
+ output: zod.ZodOptional<zod.ZodObject<{
2047
+ type: zod.ZodEnum<{
2048
+ sap_document_translation: "sap_document_translation";
2049
+ }>;
2050
+ config: zod.ZodObject<{
2051
+ source_language: zod.ZodOptional<zod.ZodString>;
2052
+ target_language: zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
2053
+ category: zod.ZodEnum<{
2054
+ placeholders: "placeholders";
2055
+ template_roles: "template_roles";
2056
+ }>;
2057
+ items: zod.ZodArray<zod.ZodString>;
2058
+ source_language: zod.ZodOptional<zod.ZodString>;
2059
+ }, zod.z.core.$strip>]>;
2060
+ }, zod.z.core.$strip>;
2061
+ }, zod.z.core.$strip>>;
2062
+ }, zod.z.core.$strip>>;
2063
+ }, zod.z.core.$strip>;
2064
+ stream: zod.ZodOptional<zod.ZodObject<{
2065
+ enabled: zod.ZodOptional<zod.ZodBoolean>;
2066
+ chunk_size: zod.ZodDefault<zod.ZodNumber>;
2067
+ delimiters: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2068
+ }, zod.z.core.$strip>>;
2069
+ }, zod.z.core.$strip>>;
2070
+ }, zod.z.core.$strip>>;
2071
+ }, zod.z.core.$strip>;
2072
+ /**
2073
+ * Get orchestration config by UUID
2074
+ */
2075
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidParams: zod.ZodObject<{
2076
+ orchestrationConfigId: zod.ZodUUID;
2077
+ }, zod.z.core.$strip>;
2078
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidQueryResolveTemplateRefDefault = false;
2079
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidQueryParams: zod.ZodObject<{
2080
+ resolve_template_ref: zod.ZodOptional<zod.ZodBoolean>;
2081
+ }, zod.z.core.$strip>;
2082
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidHeader: zod.ZodObject<{
2083
+ "AI-Resource-Group": zod.ZodOptional<zod.ZodString>;
2084
+ }, zod.z.core.$strip>;
2085
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesPromptTemplatingPromptTemplateItemContentItemImageUrlDetailDefault = "auto";
2086
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesPromptTemplatingPromptResponseFormatJsonSchemaNameMax = 64;
2087
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesPromptTemplatingPromptResponseFormatJsonSchemaNameRegExp: RegExp;
2088
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesPromptTemplatingPromptResponseFormatJsonSchemaStrictDefault = false;
2089
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesPromptTemplatingPromptToolsItemFunctionNameMax = 64;
2090
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesPromptTemplatingPromptToolsItemFunctionNameRegExp: RegExp;
2091
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesPromptTemplatingPromptToolsItemFunctionStrictDefault = false;
2092
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesPromptTemplatingPromptTemplateRefScopeDefault = "tenant";
2093
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesPromptTemplatingPromptTemplateRefScopeDefaultOne = "tenant";
2094
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesPromptTemplatingModelVersionDefault = "latest";
2095
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesPromptTemplatingModelTimeoutDefault = 600;
2096
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesPromptTemplatingModelTimeoutMax = 600;
2097
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesPromptTemplatingModelMaxRetriesDefault = 2;
2098
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesPromptTemplatingModelMaxRetriesMin = 0;
2099
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesPromptTemplatingModelMaxRetriesMax = 5;
2100
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesFilteringInputFiltersItemConfigPromptShieldDefault = false;
2101
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesFilteringOutputFiltersItemConfigProtectedMaterialCodeDefault = false;
2102
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesFilteringOutputStreamOptionsOverlapDefault = 0;
2103
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesFilteringOutputStreamOptionsOverlapMin = 0;
2104
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesFilteringOutputStreamOptionsOverlapMax = 10000;
2105
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesMaskingProvidersItemMaskGroundingInputEnabledDefault = false;
2106
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesMaskingMaskingProvidersItemMaskGroundingInputEnabledDefault = false;
2107
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesGroundingConfigFiltersItemSearchConfigMaxChunkCountMin = 0;
2108
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesGroundingConfigFiltersItemSearchConfigMaxDocumentCountMin = 0;
2109
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesGroundingConfigFiltersItemDataRepositoriesDefault: string[];
2110
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesGroundingConfigFiltersItemDataRepositoryMetadataItemKeyMax = 1024;
2111
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesGroundingConfigFiltersItemDataRepositoryMetadataItemValueItemMax = 1024;
2112
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesGroundingConfigFiltersItemDocumentMetadataItemKeyMax = 1024;
2113
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesGroundingConfigFiltersItemDocumentMetadataItemValueItemMax = 1024;
2114
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesGroundingConfigFiltersItemChunkMetadataItemKeyMax = 1024;
2115
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesGroundingConfigFiltersItemChunkMetadataItemValueItemMax = 1024;
2116
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecModulesTranslationInputTranslateMessagesHistoryDefault = true;
2117
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecStreamEnabledDefault = false;
2118
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecStreamChunkSizeDefault = 100;
2119
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponseSpecStreamChunkSizeMax = 10000;
2120
+ export declare const registryControllerOrchestrationConfigControllerGetOrchestrationConfigByUuidResponse: zod.ZodObject<{
2121
+ id: zod.ZodOptional<zod.ZodUUID>;
2122
+ name: zod.ZodOptional<zod.ZodString>;
2123
+ version: zod.ZodOptional<zod.ZodString>;
2124
+ scenario: zod.ZodOptional<zod.ZodString>;
2125
+ creation_timestamp: zod.ZodOptional<zod.ZodString>;
2126
+ managed_by: zod.ZodOptional<zod.ZodString>;
2127
+ is_version_head: zod.ZodOptional<zod.ZodBoolean>;
2128
+ resource_group_id: zod.ZodOptional<zod.ZodString>;
2129
+ spec: zod.ZodOptional<zod.ZodObject<{
2130
+ modules: zod.ZodObject<{
2131
+ prompt_templating: zod.ZodObject<{
2132
+ prompt: zod.ZodUnion<readonly [zod.ZodObject<{
2133
+ template: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
2134
+ role: zod.ZodEnum<{
2135
+ system: "system";
2136
+ }>;
2137
+ content: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
2138
+ type: zod.ZodEnum<{
2139
+ text: "text";
2140
+ }>;
2141
+ text: zod.ZodString;
2142
+ }, zod.z.core.$strip>>]>;
2143
+ }, zod.z.core.$strip>, zod.ZodObject<{
2144
+ content: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
2145
+ type: zod.ZodEnum<{
2146
+ image_url: "image_url";
2147
+ text: "text";
2148
+ }>;
2149
+ text: zod.ZodOptional<zod.ZodString>;
2150
+ image_url: zod.ZodOptional<zod.ZodObject<{
2151
+ url: zod.ZodString;
2152
+ detail: zod.ZodDefault<zod.ZodString>;
2153
+ }, zod.z.core.$strip>>;
2154
+ }, zod.z.core.$strip>>]>;
2155
+ role: zod.ZodEnum<{
2156
+ user: "user";
2157
+ }>;
2158
+ }, zod.z.core.$strip>, zod.ZodObject<{
2159
+ role: zod.ZodEnum<{
2160
+ assistant: "assistant";
2161
+ }>;
2162
+ content: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
2163
+ type: zod.ZodEnum<{
2164
+ text: "text";
2165
+ }>;
2166
+ text: zod.ZodString;
2167
+ }, zod.z.core.$strip>>]>>;
2168
+ refusal: zod.ZodOptional<zod.ZodString>;
2169
+ tool_calls: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
2170
+ id: zod.ZodString;
2171
+ type: zod.ZodEnum<{
2172
+ function: "function";
2173
+ }>;
2174
+ function: zod.ZodObject<{
2175
+ name: zod.ZodString;
2176
+ arguments: zod.ZodString;
2177
+ }, zod.z.core.$strip>;
2178
+ }, zod.z.core.$strip>>>;
2179
+ }, zod.z.core.$strip>, zod.ZodObject<{
2180
+ role: zod.ZodEnum<{
2181
+ tool: "tool";
2182
+ }>;
2183
+ tool_call_id: zod.ZodString;
2184
+ content: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
2185
+ type: zod.ZodEnum<{
2186
+ text: "text";
2187
+ }>;
2188
+ text: zod.ZodString;
2189
+ }, zod.z.core.$strip>>]>;
2190
+ }, zod.z.core.$strip>, zod.ZodObject<{
2191
+ role: zod.ZodEnum<{
2192
+ developer: "developer";
2193
+ }>;
2194
+ content: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodObject<{
2195
+ type: zod.ZodEnum<{
2196
+ text: "text";
2197
+ }>;
2198
+ text: zod.ZodString;
2199
+ }, zod.z.core.$strip>>]>;
2200
+ }, zod.z.core.$strip>]>>;
2201
+ defaults: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
2202
+ response_format: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
2203
+ type: zod.ZodEnum<{
2204
+ text: "text";
2205
+ }>;
2206
+ }, zod.z.core.$strip>, zod.ZodObject<{
2207
+ type: zod.ZodEnum<{
2208
+ json_object: "json_object";
2209
+ }>;
2210
+ }, zod.z.core.$strip>, zod.ZodObject<{
2211
+ type: zod.ZodEnum<{
2212
+ json_schema: "json_schema";
2213
+ }>;
2214
+ json_schema: zod.ZodObject<{
2215
+ description: zod.ZodOptional<zod.ZodString>;
2216
+ name: zod.ZodString;
2217
+ schema: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2218
+ strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2219
+ }, zod.z.core.$strip>;
2220
+ }, zod.z.core.$strip>]>>;
2221
+ tools: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
2222
+ type: zod.ZodEnum<{
2223
+ function: "function";
2224
+ }>;
2225
+ function: zod.ZodObject<{
2226
+ description: zod.ZodOptional<zod.ZodString>;
2227
+ name: zod.ZodString;
2228
+ parameters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2229
+ strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2230
+ }, zod.z.core.$strip>;
2231
+ }, zod.z.core.$strip>>>;
2232
+ }, zod.z.core.$strip>, zod.ZodObject<{
2233
+ template_ref: zod.ZodUnion<readonly [zod.ZodObject<{
2234
+ id: zod.ZodString;
2235
+ scope: zod.ZodDefault<zod.ZodEnum<{
2236
+ resource_group: "resource_group";
2237
+ tenant: "tenant";
2238
+ }>>;
2239
+ }, zod.z.core.$strip>, zod.ZodObject<{
2240
+ scenario: zod.ZodString;
2241
+ name: zod.ZodString;
2242
+ version: zod.ZodString;
2243
+ scope: zod.ZodDefault<zod.ZodEnum<{
2244
+ resource_group: "resource_group";
2245
+ tenant: "tenant";
2246
+ }>>;
2247
+ }, zod.z.core.$strip>]>;
2248
+ }, zod.z.core.$strip>]>;
2249
+ model: zod.ZodObject<{
2250
+ name: zod.ZodString;
2251
+ version: zod.ZodDefault<zod.ZodString>;
2252
+ params: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2253
+ timeout: zod.ZodDefault<zod.ZodNumber>;
2254
+ max_retries: zod.ZodDefault<zod.ZodNumber>;
2255
+ }, zod.z.core.$strip>;
2256
+ }, zod.z.core.$strip>;
2257
+ filtering: zod.ZodOptional<zod.ZodObject<{
2258
+ input: zod.ZodOptional<zod.ZodObject<{
2259
+ filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
2260
+ type: zod.ZodEnum<{
2261
+ azure_content_safety: "azure_content_safety";
2262
+ }>;
2263
+ config: zod.ZodOptional<zod.ZodObject<{
2264
+ hate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
2265
+ self_harm: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
2266
+ sexual: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
2267
+ violence: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
2268
+ prompt_shield: zod.ZodOptional<zod.ZodBoolean>;
2269
+ }, zod.z.core.$strip>>;
2270
+ }, zod.z.core.$strip>, zod.ZodObject<{
2271
+ type: zod.ZodEnum<{
2272
+ llama_guard_3_8b: "llama_guard_3_8b";
2273
+ }>;
2274
+ config: zod.ZodObject<{
2275
+ violent_crimes: zod.ZodOptional<zod.ZodBoolean>;
2276
+ non_violent_crimes: zod.ZodOptional<zod.ZodBoolean>;
2277
+ sex_crimes: zod.ZodOptional<zod.ZodBoolean>;
2278
+ child_exploitation: zod.ZodOptional<zod.ZodBoolean>;
2279
+ defamation: zod.ZodOptional<zod.ZodBoolean>;
2280
+ specialized_advice: zod.ZodOptional<zod.ZodBoolean>;
2281
+ privacy: zod.ZodOptional<zod.ZodBoolean>;
2282
+ intellectual_property: zod.ZodOptional<zod.ZodBoolean>;
2283
+ indiscriminate_weapons: zod.ZodOptional<zod.ZodBoolean>;
2284
+ hate: zod.ZodOptional<zod.ZodBoolean>;
2285
+ self_harm: zod.ZodOptional<zod.ZodBoolean>;
2286
+ sexual_content: zod.ZodOptional<zod.ZodBoolean>;
2287
+ elections: zod.ZodOptional<zod.ZodBoolean>;
2288
+ code_interpreter_abuse: zod.ZodOptional<zod.ZodBoolean>;
2289
+ }, zod.z.core.$strip>;
2290
+ }, zod.z.core.$strip>]>>;
2291
+ }, zod.z.core.$strip>>;
2292
+ output: zod.ZodOptional<zod.ZodObject<{
2293
+ filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
2294
+ type: zod.ZodEnum<{
2295
+ azure_content_safety: "azure_content_safety";
2296
+ }>;
2297
+ config: zod.ZodOptional<zod.ZodObject<{
2298
+ hate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
2299
+ self_harm: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
2300
+ sexual: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
2301
+ violence: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<0>, zod.ZodLiteral<2>, zod.ZodLiteral<4>, zod.ZodLiteral<6>]>>;
2302
+ protected_material_code: zod.ZodOptional<zod.ZodBoolean>;
2303
+ }, zod.z.core.$strip>>;
2304
+ }, zod.z.core.$strip>, zod.ZodObject<{
2305
+ type: zod.ZodEnum<{
2306
+ llama_guard_3_8b: "llama_guard_3_8b";
2307
+ }>;
2308
+ config: zod.ZodObject<{
2309
+ violent_crimes: zod.ZodOptional<zod.ZodBoolean>;
2310
+ non_violent_crimes: zod.ZodOptional<zod.ZodBoolean>;
2311
+ sex_crimes: zod.ZodOptional<zod.ZodBoolean>;
2312
+ child_exploitation: zod.ZodOptional<zod.ZodBoolean>;
2313
+ defamation: zod.ZodOptional<zod.ZodBoolean>;
2314
+ specialized_advice: zod.ZodOptional<zod.ZodBoolean>;
2315
+ privacy: zod.ZodOptional<zod.ZodBoolean>;
2316
+ intellectual_property: zod.ZodOptional<zod.ZodBoolean>;
2317
+ indiscriminate_weapons: zod.ZodOptional<zod.ZodBoolean>;
2318
+ hate: zod.ZodOptional<zod.ZodBoolean>;
2319
+ self_harm: zod.ZodOptional<zod.ZodBoolean>;
2320
+ sexual_content: zod.ZodOptional<zod.ZodBoolean>;
2321
+ elections: zod.ZodOptional<zod.ZodBoolean>;
2322
+ code_interpreter_abuse: zod.ZodOptional<zod.ZodBoolean>;
2323
+ }, zod.z.core.$strip>;
2324
+ }, zod.z.core.$strip>]>>;
2325
+ stream_options: zod.ZodOptional<zod.ZodObject<{
2326
+ overlap: zod.ZodOptional<zod.ZodNumber>;
2327
+ }, zod.z.core.$strip>>;
2328
+ }, zod.z.core.$strip>>;
2329
+ }, zod.z.core.$strip>>;
2330
+ masking: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
2331
+ providers: zod.ZodArray<zod.ZodObject<{
2332
+ type: zod.ZodEnum<{
2333
+ sap_data_privacy_integration: "sap_data_privacy_integration";
2334
+ }>;
2335
+ method: zod.ZodEnum<{
2336
+ anonymization: "anonymization";
2337
+ pseudonymization: "pseudonymization";
2338
+ }>;
2339
+ entities: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
2340
+ type: zod.ZodEnum<{
2341
+ "profile-person": "profile-person";
2342
+ "profile-org": "profile-org";
2343
+ "profile-university": "profile-university";
2344
+ "profile-location": "profile-location";
2345
+ "profile-email": "profile-email";
2346
+ "profile-phone": "profile-phone";
2347
+ "profile-address": "profile-address";
2348
+ "profile-sapids-internal": "profile-sapids-internal";
2349
+ "profile-sapids-public": "profile-sapids-public";
2350
+ "profile-url": "profile-url";
2351
+ "profile-username-password": "profile-username-password";
2352
+ "profile-nationalid": "profile-nationalid";
2353
+ "profile-iban": "profile-iban";
2354
+ "profile-ssn": "profile-ssn";
2355
+ "profile-credit-card-number": "profile-credit-card-number";
2356
+ "profile-passport": "profile-passport";
2357
+ "profile-driverlicense": "profile-driverlicense";
2358
+ "profile-nationality": "profile-nationality";
2359
+ "profile-religious-group": "profile-religious-group";
2360
+ "profile-political-group": "profile-political-group";
2361
+ "profile-pronouns-gender": "profile-pronouns-gender";
2362
+ "profile-ethnicity": "profile-ethnicity";
2363
+ "profile-gender": "profile-gender";
2364
+ "profile-sexual-orientation": "profile-sexual-orientation";
2365
+ "profile-trade-union": "profile-trade-union";
2366
+ "profile-sensitive-data": "profile-sensitive-data";
2367
+ }>;
2368
+ replacement_strategy: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
2369
+ method: zod.ZodEnum<{
2370
+ constant: "constant";
2371
+ }>;
2372
+ value: zod.ZodString;
2373
+ }, zod.z.core.$strip>, zod.ZodObject<{
2374
+ method: zod.ZodEnum<{
2375
+ fabricated_data: "fabricated_data";
2376
+ }>;
2377
+ }, zod.z.core.$strip>]>>;
2378
+ }, zod.z.core.$strip>, zod.ZodObject<{
2379
+ regex: zod.ZodString;
2380
+ replacement_strategy: zod.ZodObject<{
2381
+ method: zod.ZodEnum<{
2382
+ constant: "constant";
2383
+ }>;
2384
+ value: zod.ZodString;
2385
+ }, zod.z.core.$strip>;
2386
+ }, zod.z.core.$strip>]>>;
2387
+ allowlist: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2388
+ mask_grounding_input: zod.ZodOptional<zod.ZodObject<{
2389
+ enabled: zod.ZodOptional<zod.ZodBoolean>;
2390
+ }, zod.z.core.$strip>>;
2391
+ }, zod.z.core.$strip>>;
2392
+ }, zod.z.core.$strip>, zod.ZodObject<{
2393
+ masking_providers: zod.ZodArray<zod.ZodObject<{
2394
+ type: zod.ZodEnum<{
2395
+ sap_data_privacy_integration: "sap_data_privacy_integration";
2396
+ }>;
2397
+ method: zod.ZodEnum<{
2398
+ anonymization: "anonymization";
2399
+ pseudonymization: "pseudonymization";
2400
+ }>;
2401
+ entities: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
2402
+ type: zod.ZodEnum<{
2403
+ "profile-person": "profile-person";
2404
+ "profile-org": "profile-org";
2405
+ "profile-university": "profile-university";
2406
+ "profile-location": "profile-location";
2407
+ "profile-email": "profile-email";
2408
+ "profile-phone": "profile-phone";
2409
+ "profile-address": "profile-address";
2410
+ "profile-sapids-internal": "profile-sapids-internal";
2411
+ "profile-sapids-public": "profile-sapids-public";
2412
+ "profile-url": "profile-url";
2413
+ "profile-username-password": "profile-username-password";
2414
+ "profile-nationalid": "profile-nationalid";
2415
+ "profile-iban": "profile-iban";
2416
+ "profile-ssn": "profile-ssn";
2417
+ "profile-credit-card-number": "profile-credit-card-number";
2418
+ "profile-passport": "profile-passport";
2419
+ "profile-driverlicense": "profile-driverlicense";
2420
+ "profile-nationality": "profile-nationality";
2421
+ "profile-religious-group": "profile-religious-group";
2422
+ "profile-political-group": "profile-political-group";
2423
+ "profile-pronouns-gender": "profile-pronouns-gender";
2424
+ "profile-ethnicity": "profile-ethnicity";
2425
+ "profile-gender": "profile-gender";
2426
+ "profile-sexual-orientation": "profile-sexual-orientation";
2427
+ "profile-trade-union": "profile-trade-union";
2428
+ "profile-sensitive-data": "profile-sensitive-data";
2429
+ }>;
2430
+ replacement_strategy: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
2431
+ method: zod.ZodEnum<{
2432
+ constant: "constant";
2433
+ }>;
2434
+ value: zod.ZodString;
2435
+ }, zod.z.core.$strip>, zod.ZodObject<{
2436
+ method: zod.ZodEnum<{
2437
+ fabricated_data: "fabricated_data";
2438
+ }>;
2439
+ }, zod.z.core.$strip>]>>;
2440
+ }, zod.z.core.$strip>, zod.ZodObject<{
2441
+ regex: zod.ZodString;
2442
+ replacement_strategy: zod.ZodObject<{
2443
+ method: zod.ZodEnum<{
2444
+ constant: "constant";
2445
+ }>;
2446
+ value: zod.ZodString;
2447
+ }, zod.z.core.$strip>;
2448
+ }, zod.z.core.$strip>]>>;
2449
+ allowlist: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2450
+ mask_grounding_input: zod.ZodOptional<zod.ZodObject<{
2451
+ enabled: zod.ZodOptional<zod.ZodBoolean>;
2452
+ }, zod.z.core.$strip>>;
2453
+ }, zod.z.core.$strip>>;
2454
+ }, zod.z.core.$strip>]>>;
2455
+ grounding: zod.ZodOptional<zod.ZodObject<{
2456
+ type: zod.ZodString;
2457
+ config: zod.ZodObject<{
2458
+ filters: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
2459
+ id: zod.ZodOptional<zod.ZodString>;
2460
+ search_config: zod.ZodOptional<zod.ZodObject<{
2461
+ max_chunk_count: zod.ZodOptional<zod.ZodNumber>;
2462
+ max_document_count: zod.ZodOptional<zod.ZodNumber>;
2463
+ }, zod.z.core.$strip>>;
2464
+ data_repositories: zod.ZodDefault<zod.ZodArray<zod.ZodString>>;
2465
+ data_repository_type: zod.ZodEnum<{
2466
+ vector: "vector";
2467
+ "help.sap.com": "help.sap.com";
2468
+ }>;
2469
+ data_repository_metadata: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
2470
+ key: zod.ZodString;
2471
+ value: zod.ZodArray<zod.ZodString>;
2472
+ }, zod.z.core.$strip>>>;
2473
+ document_metadata: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
2474
+ key: zod.ZodString;
2475
+ value: zod.ZodArray<zod.ZodString>;
2476
+ select_mode: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
2477
+ ignoreIfKeyAbsent: "ignoreIfKeyAbsent";
2478
+ }>>>;
2479
+ }, zod.z.core.$strip>>>;
2480
+ chunk_metadata: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
2481
+ key: zod.ZodString;
2482
+ value: zod.ZodArray<zod.ZodString>;
2483
+ }, zod.z.core.$strip>>>;
2484
+ }, zod.z.core.$strip>>>;
2485
+ placeholders: zod.ZodObject<{
2486
+ input: zod.ZodArray<zod.ZodString>;
2487
+ output: zod.ZodString;
2488
+ }, zod.z.core.$strip>;
2489
+ metadata_params: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2490
+ }, zod.z.core.$strip>;
2491
+ }, zod.z.core.$strip>>;
2492
+ translation: zod.ZodOptional<zod.ZodObject<{
2493
+ input: zod.ZodOptional<zod.ZodObject<{
2494
+ type: zod.ZodEnum<{
2495
+ sap_document_translation: "sap_document_translation";
2496
+ }>;
2497
+ translate_messages_history: zod.ZodDefault<zod.ZodBoolean>;
2498
+ config: zod.ZodObject<{
2499
+ source_language: zod.ZodOptional<zod.ZodString>;
2500
+ apply_to: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
2501
+ category: zod.ZodEnum<{
2502
+ placeholders: "placeholders";
2503
+ template_roles: "template_roles";
2504
+ }>;
2505
+ items: zod.ZodArray<zod.ZodString>;
2506
+ source_language: zod.ZodOptional<zod.ZodString>;
2507
+ }, zod.z.core.$strip>>>;
2508
+ target_language: zod.ZodString;
2509
+ }, zod.z.core.$strip>;
2510
+ }, zod.z.core.$strip>>;
2511
+ output: zod.ZodOptional<zod.ZodObject<{
2512
+ type: zod.ZodEnum<{
2513
+ sap_document_translation: "sap_document_translation";
2514
+ }>;
2515
+ config: zod.ZodObject<{
2516
+ source_language: zod.ZodOptional<zod.ZodString>;
2517
+ target_language: zod.ZodUnion<readonly [zod.ZodString, zod.ZodObject<{
2518
+ category: zod.ZodEnum<{
2519
+ placeholders: "placeholders";
2520
+ template_roles: "template_roles";
2521
+ }>;
2522
+ items: zod.ZodArray<zod.ZodString>;
2523
+ source_language: zod.ZodOptional<zod.ZodString>;
2524
+ }, zod.z.core.$strip>]>;
2525
+ }, zod.z.core.$strip>;
2526
+ }, zod.z.core.$strip>>;
2527
+ }, zod.z.core.$strip>>;
2528
+ }, zod.z.core.$strip>;
2529
+ stream: zod.ZodOptional<zod.ZodObject<{
2530
+ enabled: zod.ZodOptional<zod.ZodBoolean>;
2531
+ chunk_size: zod.ZodDefault<zod.ZodNumber>;
2532
+ delimiters: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2533
+ }, zod.z.core.$strip>>;
2534
+ }, zod.z.core.$strip>>;
2535
+ }, zod.z.core.$strip>;
2536
+ /**
2537
+ * Delete orchestration config
2538
+ */
2539
+ export declare const registryControllerOrchestrationConfigControllerDeleteOrchestrationConfigParams: zod.ZodObject<{
2540
+ orchestrationConfigId: zod.ZodUUID;
2541
+ }, zod.z.core.$strip>;
2542
+ export declare const registryControllerOrchestrationConfigControllerDeleteOrchestrationConfigHeader: zod.ZodObject<{
2543
+ "AI-Resource-Group": zod.ZodOptional<zod.ZodString>;
2544
+ }, zod.z.core.$strip>;
2545
+ export declare const registryControllerOrchestrationConfigControllerDeleteOrchestrationConfigResponse: zod.ZodObject<{
2546
+ message: zod.ZodString;
2547
+ }, zod.z.core.$strip>;
2548
+ /**
2549
+ * Import orchestration config
2550
+ */
2551
+ export declare const registryControllerOrchestrationConfigControllerImportOrchestrationConfigHeader: zod.ZodObject<{
2552
+ "AI-Resource-Group": zod.ZodOptional<zod.ZodString>;
2553
+ }, zod.z.core.$strip>;
2554
+ export declare const registryControllerOrchestrationConfigControllerImportOrchestrationConfigBody: zod.ZodObject<{
2555
+ file: zod.ZodOptional<zod.ZodCustom<File, File>>;
2556
+ }, zod.z.core.$strip>;
2557
+ export declare const registryControllerOrchestrationConfigControllerImportOrchestrationConfigResponse: zod.ZodObject<{
2558
+ message: zod.ZodString;
2559
+ id: zod.ZodUUID;
2560
+ scenario: zod.ZodString;
2561
+ name: zod.ZodString;
2562
+ version: zod.ZodString;
2563
+ }, zod.z.core.$strip>;
2564
+ /**
2565
+ * Export orchestration config
2566
+ */
2567
+ export declare const registryControllerOrchestrationConfigControllerExportOrchestrationConfigParams: zod.ZodObject<{
2568
+ orchestrationConfigId: zod.ZodUUID;
2569
+ }, zod.z.core.$strip>;
2570
+ export declare const registryControllerOrchestrationConfigControllerExportOrchestrationConfigHeader: zod.ZodObject<{
2571
+ "AI-Resource-Group": zod.ZodOptional<zod.ZodString>;
2572
+ }, zod.z.core.$strip>;
572
2573
  //# sourceMappingURL=prompt-registry.zod.d.ts.map