@sap-ai-sdk/orchestration 0.1.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 (145) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +32 -0
  3. package/dist/client/api/index.d.ts +2 -0
  4. package/dist/client/api/index.d.ts.map +1 -0
  5. package/dist/client/api/index.js +7 -0
  6. package/dist/client/api/index.js.map +1 -0
  7. package/dist/client/api/schema/azure-content-safety-filter-config.d.ts +13 -0
  8. package/dist/client/api/schema/azure-content-safety-filter-config.d.ts.map +1 -0
  9. package/dist/client/api/schema/azure-content-safety-filter-config.js +2 -0
  10. package/dist/client/api/schema/azure-content-safety-filter-config.js.map +1 -0
  11. package/dist/client/api/schema/azure-content-safety.d.ts +11 -0
  12. package/dist/client/api/schema/azure-content-safety.d.ts.map +1 -0
  13. package/dist/client/api/schema/azure-content-safety.js +2 -0
  14. package/dist/client/api/schema/azure-content-safety.js.map +1 -0
  15. package/dist/client/api/schema/azure-threshold.d.ts +5 -0
  16. package/dist/client/api/schema/azure-threshold.d.ts.map +1 -0
  17. package/dist/client/api/schema/azure-threshold.js +7 -0
  18. package/dist/client/api/schema/azure-threshold.js.map +1 -0
  19. package/dist/client/api/schema/chat-message.d.ts +14 -0
  20. package/dist/client/api/schema/chat-message.d.ts.map +1 -0
  21. package/dist/client/api/schema/chat-message.js +7 -0
  22. package/dist/client/api/schema/chat-message.js.map +1 -0
  23. package/dist/client/api/schema/chat-messages.d.ts +6 -0
  24. package/dist/client/api/schema/chat-messages.d.ts.map +1 -0
  25. package/dist/client/api/schema/chat-messages.js +2 -0
  26. package/dist/client/api/schema/chat-messages.js.map +1 -0
  27. package/dist/client/api/schema/completion-post-request.d.ts +20 -0
  28. package/dist/client/api/schema/completion-post-request.d.ts.map +1 -0
  29. package/dist/client/api/schema/completion-post-request.js +2 -0
  30. package/dist/client/api/schema/completion-post-request.js.map +1 -0
  31. package/dist/client/api/schema/completion-post-response.d.ts +15 -0
  32. package/dist/client/api/schema/completion-post-response.d.ts.map +1 -0
  33. package/dist/client/api/schema/completion-post-response.js +2 -0
  34. package/dist/client/api/schema/completion-post-response.js.map +1 -0
  35. package/dist/client/api/schema/dpi-config.d.ts +20 -0
  36. package/dist/client/api/schema/dpi-config.d.ts.map +1 -0
  37. package/dist/client/api/schema/dpi-config.js +2 -0
  38. package/dist/client/api/schema/dpi-config.js.map +1 -0
  39. package/dist/client/api/schema/dpi-entities.d.ts +5 -0
  40. package/dist/client/api/schema/dpi-entities.d.ts.map +1 -0
  41. package/dist/client/api/schema/dpi-entities.js +7 -0
  42. package/dist/client/api/schema/dpi-entities.js.map +1 -0
  43. package/dist/client/api/schema/dpi-entity-config.d.ts +11 -0
  44. package/dist/client/api/schema/dpi-entity-config.d.ts.map +1 -0
  45. package/dist/client/api/schema/dpi-entity-config.js +2 -0
  46. package/dist/client/api/schema/dpi-entity-config.js.map +1 -0
  47. package/dist/client/api/schema/error-response.d.ts +25 -0
  48. package/dist/client/api/schema/error-response.d.ts.map +1 -0
  49. package/dist/client/api/schema/error-response.js +2 -0
  50. package/dist/client/api/schema/error-response.js.map +1 -0
  51. package/dist/client/api/schema/filter-config.d.ts +6 -0
  52. package/dist/client/api/schema/filter-config.d.ts.map +1 -0
  53. package/dist/client/api/schema/filter-config.js +2 -0
  54. package/dist/client/api/schema/filter-config.js.map +1 -0
  55. package/dist/client/api/schema/filtering-config.d.ts +12 -0
  56. package/dist/client/api/schema/filtering-config.d.ts.map +1 -0
  57. package/dist/client/api/schema/filtering-config.js +2 -0
  58. package/dist/client/api/schema/filtering-config.js.map +1 -0
  59. package/dist/client/api/schema/filtering-module-config.d.ts +15 -0
  60. package/dist/client/api/schema/filtering-module-config.d.ts.map +1 -0
  61. package/dist/client/api/schema/filtering-module-config.js +2 -0
  62. package/dist/client/api/schema/filtering-module-config.js.map +1 -0
  63. package/dist/client/api/schema/generic-module-result.d.ts +15 -0
  64. package/dist/client/api/schema/generic-module-result.d.ts.map +1 -0
  65. package/dist/client/api/schema/generic-module-result.js +7 -0
  66. package/dist/client/api/schema/generic-module-result.js.map +1 -0
  67. package/dist/client/api/schema/grounding-filter.d.ts +36 -0
  68. package/dist/client/api/schema/grounding-filter.d.ts.map +1 -0
  69. package/dist/client/api/schema/grounding-filter.js +7 -0
  70. package/dist/client/api/schema/grounding-filter.js.map +1 -0
  71. package/dist/client/api/schema/grounding-module-config.d.ts +26 -0
  72. package/dist/client/api/schema/grounding-module-config.d.ts.map +1 -0
  73. package/dist/client/api/schema/grounding-module-config.js +2 -0
  74. package/dist/client/api/schema/grounding-module-config.js.map +1 -0
  75. package/dist/client/api/schema/index.d.ts +28 -0
  76. package/dist/client/api/schema/index.d.ts.map +1 -0
  77. package/dist/client/api/schema/index.js +33 -0
  78. package/dist/client/api/schema/index.js.map +1 -0
  79. package/dist/client/api/schema/llm-choice.d.ts +21 -0
  80. package/dist/client/api/schema/llm-choice.d.ts.map +1 -0
  81. package/dist/client/api/schema/llm-choice.js +2 -0
  82. package/dist/client/api/schema/llm-choice.js.map +1 -0
  83. package/dist/client/api/schema/llm-module-config.d.ts +27 -0
  84. package/dist/client/api/schema/llm-module-config.d.ts.map +1 -0
  85. package/dist/client/api/schema/llm-module-config.js +7 -0
  86. package/dist/client/api/schema/llm-module-config.js.map +1 -0
  87. package/dist/client/api/schema/llm-module-result.d.ts +38 -0
  88. package/dist/client/api/schema/llm-module-result.d.ts.map +1 -0
  89. package/dist/client/api/schema/llm-module-result.js +2 -0
  90. package/dist/client/api/schema/llm-module-result.js.map +1 -0
  91. package/dist/client/api/schema/masking-module-config.d.ts +12 -0
  92. package/dist/client/api/schema/masking-module-config.d.ts.map +1 -0
  93. package/dist/client/api/schema/masking-module-config.js +2 -0
  94. package/dist/client/api/schema/masking-module-config.js.map +1 -0
  95. package/dist/client/api/schema/masking-provider-config.d.ts +6 -0
  96. package/dist/client/api/schema/masking-provider-config.d.ts.map +1 -0
  97. package/dist/client/api/schema/masking-provider-config.js +2 -0
  98. package/dist/client/api/schema/masking-provider-config.js.map +1 -0
  99. package/dist/client/api/schema/module-configs.d.ts +16 -0
  100. package/dist/client/api/schema/module-configs.d.ts.map +1 -0
  101. package/dist/client/api/schema/module-configs.js +2 -0
  102. package/dist/client/api/schema/module-configs.js.map +1 -0
  103. package/dist/client/api/schema/module-results.d.ts +17 -0
  104. package/dist/client/api/schema/module-results.d.ts.map +1 -0
  105. package/dist/client/api/schema/module-results.js +2 -0
  106. package/dist/client/api/schema/module-results.js.map +1 -0
  107. package/dist/client/api/schema/orchestration-config.d.ts +8 -0
  108. package/dist/client/api/schema/orchestration-config.d.ts.map +1 -0
  109. package/dist/client/api/schema/orchestration-config.js +2 -0
  110. package/dist/client/api/schema/orchestration-config.js.map +1 -0
  111. package/dist/client/api/schema/templating-module-config.d.ts +26 -0
  112. package/dist/client/api/schema/templating-module-config.d.ts.map +1 -0
  113. package/dist/client/api/schema/templating-module-config.js +2 -0
  114. package/dist/client/api/schema/templating-module-config.js.map +1 -0
  115. package/dist/client/api/schema/token-usage.d.ts +21 -0
  116. package/dist/client/api/schema/token-usage.d.ts.map +1 -0
  117. package/dist/client/api/schema/token-usage.js +7 -0
  118. package/dist/client/api/schema/token-usage.js.map +1 -0
  119. package/dist/index.d.ts +6 -0
  120. package/dist/index.d.ts.map +1 -0
  121. package/dist/index.js +4 -0
  122. package/dist/index.js.map +1 -0
  123. package/dist/internal.d.ts +6 -0
  124. package/dist/internal.d.ts.map +1 -0
  125. package/dist/internal.js +6 -0
  126. package/dist/internal.js.map +1 -0
  127. package/dist/orchestration-client.d.ts +30 -0
  128. package/dist/orchestration-client.d.ts.map +1 -0
  129. package/dist/orchestration-client.js +61 -0
  130. package/dist/orchestration-client.js.map +1 -0
  131. package/dist/orchestration-filter-utility.d.ts +8 -0
  132. package/dist/orchestration-filter-utility.d.ts.map +1 -0
  133. package/dist/orchestration-filter-utility.js +19 -0
  134. package/dist/orchestration-filter-utility.js.map +1 -0
  135. package/dist/orchestration-response.d.ts +33 -0
  136. package/dist/orchestration-response.d.ts.map +1 -0
  137. package/dist/orchestration-response.js +57 -0
  138. package/dist/orchestration-response.js.map +1 -0
  139. package/dist/orchestration-types.d.ts +36 -0
  140. package/dist/orchestration-types.d.ts.map +1 -0
  141. package/dist/orchestration-types.js +2 -0
  142. package/dist/orchestration-types.js.map +1 -0
  143. package/internal.d.ts +3 -0
  144. package/internal.js +2 -0
  145. package/package.json +44 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filtering-module-config.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/filtering-module-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB;;OAEG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;CAC1B"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=filtering-module-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filtering-module-config.js","sourceRoot":"","sources":["../../../../src/client/api/schema/filtering-module-config.ts"],"names":[],"mappings":""}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Generic module result.
3
+ */
4
+ export type GenericModuleResult = {
5
+ /**
6
+ * Some message created from the module.
7
+ * @example "Input to LLM is masked successfully."
8
+ */
9
+ message: string;
10
+ /**
11
+ * Additional data object from the module.
12
+ */
13
+ data?: Record<string, any>;
14
+ } & Record<string, any>;
15
+ //# sourceMappingURL=generic-module-result.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generic-module-result.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/generic-module-result.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC5B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,7 @@
1
+ /*
2
+ * Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=generic-module-result.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generic-module-result.js","sourceRoot":"","sources":["../../../../src/client/api/schema/generic-module-result.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ * Representation of the 'GroundingFilter' schema.
3
+ */
4
+ export type GroundingFilter = {
5
+ /**
6
+ * @example "string"
7
+ */
8
+ id?: string;
9
+ /**
10
+ * @example {}
11
+ */
12
+ search_configuration?: Record<string, any>;
13
+ /**
14
+ * @example [
15
+ * "*"
16
+ * ]
17
+ */
18
+ data_repositories?: string[];
19
+ /**
20
+ * @example "help.sap.com"
21
+ */
22
+ data_repository_type?: 'vector' | 'help.sap.com';
23
+ /**
24
+ * @example []
25
+ */
26
+ data_repository_metadata?: Record<string, any>[];
27
+ /**
28
+ * @example []
29
+ */
30
+ document_metadata?: Record<string, any>[];
31
+ /**
32
+ * @example []
33
+ */
34
+ chunk_metadata?: Record<string, any>[];
35
+ } & Record<string, any>;
36
+ //# sourceMappingURL=grounding-filter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grounding-filter.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/grounding-filter.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC3C;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B;;OAEG;IACH,oBAAoB,CAAC,EAAE,QAAQ,GAAG,cAAc,CAAC;IACjD;;OAEG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC;IACjD;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC;IAC1C;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC;CACxC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,7 @@
1
+ /*
2
+ * Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=grounding-filter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grounding-filter.js","sourceRoot":"","sources":["../../../../src/client/api/schema/grounding-filter.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,26 @@
1
+ import type { GroundingFilter } from './grounding-filter.js';
2
+ /**
3
+ * Representation of the 'GroundingModuleConfig' schema.
4
+ */
5
+ export type GroundingModuleConfig = {
6
+ /**
7
+ * @example "document_grounding_service"
8
+ */
9
+ grounding_service: 'document_grounding_service';
10
+ grounding_service_configuration?: {
11
+ /**
12
+ * Document grounding service filters to be used.
13
+ */
14
+ filters?: GroundingFilter[];
15
+ /**
16
+ * Contains the input parameters used for grounding input questions.
17
+ */
18
+ grounding_input_parameters: string[];
19
+ /**
20
+ * Parameter name used for grounding output.
21
+ * @example "groundingOutput"
22
+ */
23
+ grounding_output_parameter: string;
24
+ } & Record<string, any>;
25
+ } & Record<string, any>;
26
+ //# sourceMappingURL=grounding-module-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grounding-module-config.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/grounding-module-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,iBAAiB,EAAE,4BAA4B,CAAC;IAChD,+BAA+B,CAAC,EAAE;QAChC;;WAEG;QACH,OAAO,CAAC,EAAE,eAAe,EAAE,CAAC;QAC5B;;WAEG;QACH,0BAA0B,EAAE,MAAM,EAAE,CAAC;QACrC;;;WAGG;QACH,0BAA0B,EAAE,MAAM,CAAC;KACpC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=grounding-module-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grounding-module-config.js","sourceRoot":"","sources":["../../../../src/client/api/schema/grounding-module-config.ts"],"names":[],"mappings":""}
@@ -0,0 +1,28 @@
1
+ export * from './completion-post-request.js';
2
+ export * from './chat-messages.js';
3
+ export * from './chat-message.js';
4
+ export * from './completion-post-response.js';
5
+ export * from './orchestration-config.js';
6
+ export * from './module-configs.js';
7
+ export * from './module-results.js';
8
+ export * from './llm-module-config.js';
9
+ export * from './generic-module-result.js';
10
+ export * from './llm-module-result.js';
11
+ export * from './llm-choice.js';
12
+ export * from './token-usage.js';
13
+ export * from './templating-module-config.js';
14
+ export * from './filtering-module-config.js';
15
+ export * from './filtering-config.js';
16
+ export * from './filter-config.js';
17
+ export * from './azure-content-safety-filter-config.js';
18
+ export * from './azure-content-safety.js';
19
+ export * from './azure-threshold.js';
20
+ export * from './masking-module-config.js';
21
+ export * from './masking-provider-config.js';
22
+ export * from './dpi-config.js';
23
+ export * from './dpi-entity-config.js';
24
+ export * from './dpi-entities.js';
25
+ export * from './grounding-module-config.js';
26
+ export * from './grounding-filter.js';
27
+ export * from './error-response.js';
28
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/index.ts"],"names":[],"mappings":"AAKA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yCAAyC,CAAC;AACxD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC"}
@@ -0,0 +1,33 @@
1
+ /*
2
+ * Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ export * from './completion-post-request.js';
7
+ export * from './chat-messages.js';
8
+ export * from './chat-message.js';
9
+ export * from './completion-post-response.js';
10
+ export * from './orchestration-config.js';
11
+ export * from './module-configs.js';
12
+ export * from './module-results.js';
13
+ export * from './llm-module-config.js';
14
+ export * from './generic-module-result.js';
15
+ export * from './llm-module-result.js';
16
+ export * from './llm-choice.js';
17
+ export * from './token-usage.js';
18
+ export * from './templating-module-config.js';
19
+ export * from './filtering-module-config.js';
20
+ export * from './filtering-config.js';
21
+ export * from './filter-config.js';
22
+ export * from './azure-content-safety-filter-config.js';
23
+ export * from './azure-content-safety.js';
24
+ export * from './azure-threshold.js';
25
+ export * from './masking-module-config.js';
26
+ export * from './masking-provider-config.js';
27
+ export * from './dpi-config.js';
28
+ export * from './dpi-entity-config.js';
29
+ export * from './dpi-entities.js';
30
+ export * from './grounding-module-config.js';
31
+ export * from './grounding-filter.js';
32
+ export * from './error-response.js';
33
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/client/api/schema/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yCAAyC,CAAC;AACxD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC"}
@@ -0,0 +1,21 @@
1
+ import type { ChatMessage } from './chat-message.js';
2
+ /**
3
+ * Representation of the 'LLMChoice' schema.
4
+ */
5
+ export type LLMChoice = {
6
+ /**
7
+ * Index of the choice.
8
+ */
9
+ index: number;
10
+ message: ChatMessage;
11
+ /**
12
+ * Log probabilities.
13
+ */
14
+ logprobs?: Record<string, number[]>;
15
+ /**
16
+ * Reason the model stopped generating tokens. 'stop' if the model hit a natural stop point or a provided stop sequence, 'length' if the maximum token number was reached, 'content_filter' if content was omitted due to a filter enforced by the LLM model provider or the content filtering module.
17
+ * @example "stop"
18
+ */
19
+ finish_reason: string;
20
+ } & Record<string, any>;
21
+ //# sourceMappingURL=llm-choice.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"llm-choice.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/llm-choice.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG;IACtB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,WAAW,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IACpC;;;OAGG;IACH,aAAa,EAAE,MAAM,CAAC;CACvB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=llm-choice.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"llm-choice.js","sourceRoot":"","sources":["../../../../src/client/api/schema/llm-choice.ts"],"names":[],"mappings":""}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Representation of the 'LLMModuleConfig' schema.
3
+ */
4
+ export type LLMModuleConfig = {
5
+ /**
6
+ * Model name as in LLM Access configuration.
7
+ * @example "gpt-4"
8
+ */
9
+ model_name: string;
10
+ /**
11
+ * Model parameters.
12
+ * @example {
13
+ * "max_tokens": 300,
14
+ * "temperature": 0.1,
15
+ * "frequency_penalty": 0,
16
+ * "presence_penalty": 0,
17
+ * "n": 2
18
+ * }
19
+ */
20
+ model_params: Record<string, any>;
21
+ /**
22
+ * Version of the model to use
23
+ * Default: "latest".
24
+ */
25
+ model_version?: string;
26
+ } & Record<string, any>;
27
+ //# sourceMappingURL=llm-module-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"llm-module-config.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/llm-module-config.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;;;;;;OASG;IACH,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAClC;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,7 @@
1
+ /*
2
+ * Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=llm-module-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"llm-module-config.js","sourceRoot":"","sources":["../../../../src/client/api/schema/llm-module-config.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,38 @@
1
+ import type { LLMChoice } from './llm-choice.js';
2
+ import type { TokenUsage } from './token-usage.js';
3
+ /**
4
+ * Output of LLM module. Follows the OpenAI spec.
5
+ */
6
+ export type LLMModuleResult = {
7
+ /**
8
+ * ID of the response.
9
+ * @example "chatcmpl-9rO0aLoPKY7RtqkWi1317bazHEVFr"
10
+ */
11
+ id: string;
12
+ /**
13
+ * Object type.
14
+ * @example "chat.completion"
15
+ */
16
+ object: string;
17
+ /**
18
+ * Unix timestamp.
19
+ * @example 1722510700
20
+ */
21
+ created: number;
22
+ /**
23
+ * Model name.
24
+ * @example "gpt-4"
25
+ */
26
+ model: string;
27
+ /**
28
+ * System fingerprint.
29
+ * @example "fp_44709d6fcb"
30
+ */
31
+ system_fingerprint?: string;
32
+ /**
33
+ * Choices.
34
+ */
35
+ choices: LLMChoice[];
36
+ usage: TokenUsage;
37
+ } & Record<string, any>;
38
+ //# sourceMappingURL=llm-module-result.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"llm-module-result.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/llm-module-result.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,OAAO,EAAE,SAAS,EAAE,CAAC;IACrB,KAAK,EAAE,UAAU,CAAC;CACnB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=llm-module-result.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"llm-module-result.js","sourceRoot":"","sources":["../../../../src/client/api/schema/llm-module-result.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ import type { MaskingProviderConfig } from './masking-provider-config.js';
2
+ /**
3
+ * Representation of the 'MaskingModuleConfig' schema.
4
+ */
5
+ export interface MaskingModuleConfig {
6
+ /**
7
+ * List of masking service providers
8
+ * Min Items: 1.
9
+ */
10
+ masking_providers: MaskingProviderConfig[];
11
+ }
12
+ //# sourceMappingURL=masking-module-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"masking-module-config.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/masking-module-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAC1E;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,iBAAiB,EAAE,qBAAqB,EAAE,CAAC;CAC5C"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=masking-module-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"masking-module-config.js","sourceRoot":"","sources":["../../../../src/client/api/schema/masking-module-config.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import type { DPIConfig } from './dpi-config.js';
2
+ /**
3
+ * Representation of the 'MaskingProviderConfig' schema.
4
+ */
5
+ export type MaskingProviderConfig = DPIConfig;
6
+ //# sourceMappingURL=masking-provider-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"masking-provider-config.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/masking-provider-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,SAAS,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=masking-provider-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"masking-provider-config.js","sourceRoot":"","sources":["../../../../src/client/api/schema/masking-provider-config.ts"],"names":[],"mappings":""}
@@ -0,0 +1,16 @@
1
+ import type { LLMModuleConfig } from './llm-module-config.js';
2
+ import type { TemplatingModuleConfig } from './templating-module-config.js';
3
+ import type { FilteringModuleConfig } from './filtering-module-config.js';
4
+ import type { MaskingModuleConfig } from './masking-module-config.js';
5
+ import type { GroundingModuleConfig } from './grounding-module-config.js';
6
+ /**
7
+ * Representation of the 'ModuleConfigs' schema.
8
+ */
9
+ export type ModuleConfigs = {
10
+ llm_module_config: LLMModuleConfig;
11
+ templating_module_config: TemplatingModuleConfig;
12
+ filtering_module_config?: FilteringModuleConfig;
13
+ masking_module_config?: MaskingModuleConfig;
14
+ grounding_module_config?: GroundingModuleConfig;
15
+ } & Record<string, any>;
16
+ //# sourceMappingURL=module-configs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module-configs.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/module-configs.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAC1E;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B,iBAAiB,EAAE,eAAe,CAAC;IACnC,wBAAwB,EAAE,sBAAsB,CAAC;IACjD,uBAAuB,CAAC,EAAE,qBAAqB,CAAC;IAChD,qBAAqB,CAAC,EAAE,mBAAmB,CAAC;IAC5C,uBAAuB,CAAC,EAAE,qBAAqB,CAAC;CACjD,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=module-configs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module-configs.js","sourceRoot":"","sources":["../../../../src/client/api/schema/module-configs.ts"],"names":[],"mappings":""}
@@ -0,0 +1,17 @@
1
+ import type { GenericModuleResult } from './generic-module-result.js';
2
+ import type { ChatMessages } from './chat-messages.js';
3
+ import type { LLMModuleResult } from './llm-module-result.js';
4
+ import type { LLMChoice } from './llm-choice.js';
5
+ /**
6
+ * Results of each module.
7
+ */
8
+ export interface ModuleResults {
9
+ grounding?: GenericModuleResult;
10
+ templating?: ChatMessages;
11
+ input_masking?: GenericModuleResult;
12
+ input_filtering?: GenericModuleResult;
13
+ llm?: LLMModuleResult;
14
+ output_filtering?: GenericModuleResult;
15
+ output_unmasking?: LLMChoice[];
16
+ }
17
+ //# sourceMappingURL=module-results.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module-results.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/module-results.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B,SAAS,CAAC,EAAE,mBAAmB,CAAC;IAChC,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,aAAa,CAAC,EAAE,mBAAmB,CAAC;IACpC,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,GAAG,CAAC,EAAE,eAAe,CAAC;IACtB,gBAAgB,CAAC,EAAE,mBAAmB,CAAC;IACvC,gBAAgB,CAAC,EAAE,SAAS,EAAE,CAAC;CAChC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=module-results.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module-results.js","sourceRoot":"","sources":["../../../../src/client/api/schema/module-results.ts"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ import type { ModuleConfigs } from './module-configs.js';
2
+ /**
3
+ * Representation of the 'OrchestrationConfig' schema.
4
+ */
5
+ export type OrchestrationConfig = {
6
+ module_configurations: ModuleConfigs;
7
+ } & Record<string, any>;
8
+ //# sourceMappingURL=orchestration-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"orchestration-config.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/orchestration-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC,qBAAqB,EAAE,aAAa,CAAC;CACtC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=orchestration-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"orchestration-config.js","sourceRoot":"","sources":["../../../../src/client/api/schema/orchestration-config.ts"],"names":[],"mappings":""}
@@ -0,0 +1,26 @@
1
+ import type { ChatMessages } from './chat-messages.js';
2
+ /**
3
+ * Representation of the 'TemplatingModuleConfig' schema.
4
+ * @example {
5
+ * "template": [
6
+ * {
7
+ * "role": "user",
8
+ * "content": "How can the features of AI in SAP BTP specifially {{?groundingOutput}}, be applied to {{?inputContext}}"
9
+ * }
10
+ * ],
11
+ * "defaults": {
12
+ * "inputContext": "The default text that will be used in the template if inputContext is not set"
13
+ * }
14
+ * }
15
+ */
16
+ export type TemplatingModuleConfig = {
17
+ /**
18
+ * A chat message array to be formatted with values from input_params. Both role and content can be templated. If messages_history is provided, the templated messages will be appended.
19
+ */
20
+ template: ChatMessages;
21
+ /**
22
+ * Optional default values for the template. If a parameter has no default it is required.
23
+ */
24
+ defaults?: Record<string, any>;
25
+ } & Record<string, any>;
26
+ //# sourceMappingURL=templating-module-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"templating-module-config.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/templating-module-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACvD;;;;;;;;;;;;;GAaG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC;;OAEG;IACH,QAAQ,EAAE,YAAY,CAAC;IACvB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAChC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=templating-module-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"templating-module-config.js","sourceRoot":"","sources":["../../../../src/client/api/schema/templating-module-config.ts"],"names":[],"mappings":""}
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Usage of tokens in the response.
3
+ */
4
+ export type TokenUsage = {
5
+ /**
6
+ * Number of tokens used in the input.
7
+ * @example 20
8
+ */
9
+ completion_tokens: number;
10
+ /**
11
+ * Number of tokens used in the output.
12
+ * @example 30
13
+ */
14
+ prompt_tokens: number;
15
+ /**
16
+ * Total number of tokens used.
17
+ * @example 50
18
+ */
19
+ total_tokens: number;
20
+ } & Record<string, any>;
21
+ //# sourceMappingURL=token-usage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"token-usage.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/token-usage.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB;;;OAGG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAC1B;;;OAGG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;CACtB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,7 @@
1
+ /*
2
+ * Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=token-usage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"token-usage.js","sourceRoot":"","sources":["../../../../src/client/api/schema/token-usage.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,6 @@
1
+ export type { CompletionPostResponse, ChatMessages, TokenUsage, TemplatingModuleConfig, OrchestrationConfig, ModuleResults, ModuleConfigs, MaskingModuleConfig, MaskingProviderConfig, LLMModuleResult, LLMModuleConfig, LLMChoice, GroundingModuleConfig, GroundingFilter, GenericModuleResult, FilteringModuleConfig, FilteringConfig, FilterConfig, ErrorResponse, DPIEntities, DPIEntityConfig, DPIConfig, CompletionPostRequest, ChatMessage, AzureThreshold, AzureContentSafety, AzureContentSafetyFilterConfig } from './client/api/index.js';
2
+ export type { OrchestrationModuleConfig, LlmConfig, Prompt } from './orchestration-types.js';
3
+ export { OrchestrationClient } from './orchestration-client.js';
4
+ export { azureContentFilter } from './orchestration-filter-utility.js';
5
+ export { OrchestrationResponse } from './orchestration-response.js';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,sBAAsB,EACtB,YAAY,EACZ,UAAU,EACV,sBAAsB,EACtB,mBAAmB,EACnB,aAAa,EACb,aAAa,EACb,mBAAmB,EACnB,qBAAqB,EACrB,eAAe,EACf,eAAe,EACf,SAAS,EACT,qBAAqB,EACrB,eAAe,EACf,mBAAmB,EACnB,qBAAqB,EACrB,eAAe,EACf,YAAY,EACZ,aAAa,EACb,WAAW,EACX,eAAe,EACf,SAAS,EACT,qBAAqB,EACrB,WAAW,EACX,cAAc,EACd,kBAAkB,EAClB,8BAA8B,EAC/B,MAAM,uBAAuB,CAAC;AAE/B,YAAY,EACV,yBAAyB,EACzB,SAAS,EACT,MAAM,EACP,MAAM,0BAA0B,CAAC;AAElC,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAEhE,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAEvE,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC"}
package/dist/index.js ADDED
@@ -0,0 +1,4 @@
1
+ export { OrchestrationClient } from './orchestration-client.js';
2
+ export { azureContentFilter } from './orchestration-filter-utility.js';
3
+ export { OrchestrationResponse } from './orchestration-response.js';
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAoCA,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAEhE,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAEvE,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC"}
@@ -0,0 +1,6 @@
1
+ export * from './client/api/index.js';
2
+ export * from './orchestration-client.js';
3
+ export * from './orchestration-filter-utility.js';
4
+ export * from './orchestration-types.js';
5
+ export * from './orchestration-response.js';
6
+ //# sourceMappingURL=internal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../src/internal.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC"}
@@ -0,0 +1,6 @@
1
+ export * from './client/api/index.js';
2
+ export * from './orchestration-client.js';
3
+ export * from './orchestration-filter-utility.js';
4
+ export * from './orchestration-types.js';
5
+ export * from './orchestration-response.js';
6
+ //# sourceMappingURL=internal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"internal.js","sourceRoot":"","sources":["../src/internal.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC"}