@sap-ai-sdk/prompt-registry 2.3.1-20251223013357.0 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/prompt-registry/index.d.ts +1 -0
- package/dist/client/prompt-registry/index.d.ts.map +1 -1
- package/dist/client/prompt-registry/index.js +1 -0
- package/dist/client/prompt-registry/index.js.map +1 -1
- package/dist/client/prompt-registry/orchestration-configs-api.d.ts +89 -0
- package/dist/client/prompt-registry/orchestration-configs-api.d.ts.map +1 -0
- package/dist/client/prompt-registry/orchestration-configs-api.js +90 -0
- package/dist/client/prompt-registry/orchestration-configs-api.js.map +1 -0
- package/dist/client/prompt-registry/prompt-templates-api.d.ts +42 -6
- package/dist/client/prompt-registry/prompt-templates-api.d.ts.map +1 -1
- package/dist/client/prompt-registry/prompt-templates-api.js +36 -18
- package/dist/client/prompt-registry/prompt-templates-api.js.map +1 -1
- package/dist/client/prompt-registry/schema/assistant-chat-message.d.ts +12 -0
- package/dist/client/prompt-registry/schema/assistant-chat-message.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/assistant-chat-message.js +2 -0
- package/dist/client/prompt-registry/schema/assistant-chat-message.js.map +1 -0
- package/dist/client/prompt-registry/schema/azure-content-safety-input-filter-config.d.ts +13 -0
- package/dist/client/prompt-registry/schema/azure-content-safety-input-filter-config.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/azure-content-safety-input-filter-config.js +2 -0
- package/dist/client/prompt-registry/schema/azure-content-safety-input-filter-config.js.map +1 -0
- package/dist/client/prompt-registry/schema/azure-content-safety-input.d.ts +15 -0
- package/dist/client/prompt-registry/schema/azure-content-safety-input.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/azure-content-safety-input.js +2 -0
- package/dist/client/prompt-registry/schema/azure-content-safety-input.js.map +1 -0
- package/dist/client/prompt-registry/schema/azure-content-safety-output-filter-config.d.ts +13 -0
- package/dist/client/prompt-registry/schema/azure-content-safety-output-filter-config.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/azure-content-safety-output-filter-config.js +2 -0
- package/dist/client/prompt-registry/schema/azure-content-safety-output-filter-config.js.map +1 -0
- package/dist/client/prompt-registry/schema/azure-content-safety-output.d.ts +15 -0
- package/dist/client/prompt-registry/schema/azure-content-safety-output.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/azure-content-safety-output.js +2 -0
- package/dist/client/prompt-registry/schema/azure-content-safety-output.js.map +1 -0
- package/dist/client/prompt-registry/schema/azure-threshold.d.ts +5 -0
- package/dist/client/prompt-registry/schema/azure-threshold.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/azure-threshold.js +7 -0
- package/dist/client/prompt-registry/schema/azure-threshold.js.map +1 -0
- package/dist/client/prompt-registry/schema/chat-message-content.d.ts +6 -0
- package/dist/client/prompt-registry/schema/chat-message-content.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/chat-message-content.js +2 -0
- package/dist/client/prompt-registry/schema/chat-message-content.js.map +1 -0
- package/dist/client/prompt-registry/schema/chat-message.d.ts +10 -0
- package/dist/client/prompt-registry/schema/chat-message.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/chat-message.js +2 -0
- package/dist/client/prompt-registry/schema/chat-message.js.map +1 -0
- package/dist/client/prompt-registry/schema/data-repository-type.d.ts +5 -0
- package/dist/client/prompt-registry/schema/data-repository-type.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/data-repository-type.js +7 -0
- package/dist/client/prompt-registry/schema/data-repository-type.js.map +1 -0
- package/dist/client/prompt-registry/schema/developer-chat-message.d.ts +9 -0
- package/dist/client/prompt-registry/schema/developer-chat-message.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/developer-chat-message.js +2 -0
- package/dist/client/prompt-registry/schema/developer-chat-message.js.map +1 -0
- package/dist/client/prompt-registry/schema/document-grounding-filter.d.ts +33 -0
- package/dist/client/prompt-registry/schema/document-grounding-filter.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/document-grounding-filter.js +2 -0
- package/dist/client/prompt-registry/schema/document-grounding-filter.js.map +1 -0
- package/dist/client/prompt-registry/schema/dpi-config.d.ts +34 -0
- package/dist/client/prompt-registry/schema/dpi-config.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/dpi-config.js +2 -0
- package/dist/client/prompt-registry/schema/dpi-config.js.map +1 -0
- package/dist/client/prompt-registry/schema/dpi-custom-entity.d.ts +15 -0
- package/dist/client/prompt-registry/schema/dpi-custom-entity.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/dpi-custom-entity.js +2 -0
- package/dist/client/prompt-registry/schema/dpi-custom-entity.js.map +1 -0
- package/dist/client/prompt-registry/schema/dpi-entities.d.ts +5 -0
- package/dist/client/prompt-registry/schema/dpi-entities.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/dpi-entities.js +7 -0
- package/dist/client/prompt-registry/schema/dpi-entities.js.map +1 -0
- package/dist/client/prompt-registry/schema/dpi-entity-config.d.ts +7 -0
- package/dist/client/prompt-registry/schema/dpi-entity-config.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/dpi-entity-config.js +2 -0
- package/dist/client/prompt-registry/schema/dpi-entity-config.js.map +1 -0
- package/dist/client/prompt-registry/schema/dpi-method-constant.d.ts +12 -0
- package/dist/client/prompt-registry/schema/dpi-method-constant.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/dpi-method-constant.js +7 -0
- package/dist/client/prompt-registry/schema/dpi-method-constant.js.map +1 -0
- package/dist/client/prompt-registry/schema/dpi-method-fabricated-data.d.ts +7 -0
- package/dist/client/prompt-registry/schema/dpi-method-fabricated-data.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/dpi-method-fabricated-data.js +7 -0
- package/dist/client/prompt-registry/schema/dpi-method-fabricated-data.js.map +1 -0
- package/dist/client/prompt-registry/schema/dpi-standard-entity.d.ts +14 -0
- package/dist/client/prompt-registry/schema/dpi-standard-entity.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/dpi-standard-entity.js +2 -0
- package/dist/client/prompt-registry/schema/dpi-standard-entity.js.map +1 -0
- package/dist/client/prompt-registry/schema/filtering-module-config.d.ts +16 -0
- package/dist/client/prompt-registry/schema/filtering-module-config.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/filtering-module-config.js +2 -0
- package/dist/client/prompt-registry/schema/filtering-module-config.js.map +1 -0
- package/dist/client/prompt-registry/schema/filtering-stream-options.d.ts +11 -0
- package/dist/client/prompt-registry/schema/filtering-stream-options.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/filtering-stream-options.js +7 -0
- package/dist/client/prompt-registry/schema/filtering-stream-options.js.map +1 -0
- package/dist/client/prompt-registry/schema/global-stream-options.d.ts +28 -0
- package/dist/client/prompt-registry/schema/global-stream-options.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/global-stream-options.js +7 -0
- package/dist/client/prompt-registry/schema/global-stream-options.js.map +1 -0
- package/dist/client/prompt-registry/schema/grounding-filter-id.d.ts +5 -0
- package/dist/client/prompt-registry/schema/grounding-filter-id.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/grounding-filter-id.js +7 -0
- package/dist/client/prompt-registry/schema/grounding-filter-id.js.map +1 -0
- package/dist/client/prompt-registry/schema/grounding-filter-search-configuration.d.ts +14 -0
- package/dist/client/prompt-registry/schema/grounding-filter-search-configuration.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/grounding-filter-search-configuration.js +7 -0
- package/dist/client/prompt-registry/schema/grounding-filter-search-configuration.js.map +1 -0
- package/dist/client/prompt-registry/schema/grounding-module-config.d.ts +36 -0
- package/dist/client/prompt-registry/schema/grounding-module-config.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/grounding-module-config.js +2 -0
- package/dist/client/prompt-registry/schema/grounding-module-config.js.map +1 -0
- package/dist/client/prompt-registry/schema/image-content-url.d.ts +11 -0
- package/dist/client/prompt-registry/schema/image-content-url.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/image-content-url.js +7 -0
- package/dist/client/prompt-registry/schema/image-content-url.js.map +1 -0
- package/dist/client/prompt-registry/schema/index.d.ts +65 -1
- package/dist/client/prompt-registry/schema/index.d.ts.map +1 -1
- package/dist/client/prompt-registry/schema/index.js +65 -1
- package/dist/client/prompt-registry/schema/index.js.map +1 -1
- package/dist/client/prompt-registry/schema/input-filter-config.d.ts +7 -0
- package/dist/client/prompt-registry/schema/input-filter-config.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/input-filter-config.js +2 -0
- package/dist/client/prompt-registry/schema/input-filter-config.js.map +1 -0
- package/dist/client/prompt-registry/schema/input-filtering-config.d.ts +12 -0
- package/dist/client/prompt-registry/schema/input-filtering-config.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/input-filtering-config.js +2 -0
- package/dist/client/prompt-registry/schema/input-filtering-config.js.map +1 -0
- package/dist/client/prompt-registry/schema/key-value-list-pair.d.ts +11 -0
- package/dist/client/prompt-registry/schema/key-value-list-pair.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/key-value-list-pair.js +7 -0
- package/dist/client/prompt-registry/schema/key-value-list-pair.js.map +1 -0
- package/dist/client/prompt-registry/schema/llama-guard-38-b-filter-config.d.ts +13 -0
- package/dist/client/prompt-registry/schema/llama-guard-38-b-filter-config.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/llama-guard-38-b-filter-config.js +2 -0
- package/dist/client/prompt-registry/schema/llama-guard-38-b-filter-config.js.map +1 -0
- package/dist/client/prompt-registry/schema/llama-guard-38-b.d.ts +20 -0
- package/dist/client/prompt-registry/schema/llama-guard-38-b.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/llama-guard-38-b.js +7 -0
- package/dist/client/prompt-registry/schema/llama-guard-38-b.js.map +1 -0
- package/dist/client/prompt-registry/schema/llm-model-details.d.ts +44 -0
- package/dist/client/prompt-registry/schema/llm-model-details.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/llm-model-details.js +7 -0
- package/dist/client/prompt-registry/schema/llm-model-details.js.map +1 -0
- package/dist/client/prompt-registry/schema/masking-module-config.d.ts +19 -0
- package/dist/client/prompt-registry/schema/masking-module-config.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/masking-module-config.js +2 -0
- package/dist/client/prompt-registry/schema/masking-module-config.js.map +1 -0
- package/dist/client/prompt-registry/schema/masking-provider-config.d.ts +6 -0
- package/dist/client/prompt-registry/schema/masking-provider-config.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/masking-provider-config.js +2 -0
- package/dist/client/prompt-registry/schema/masking-provider-config.js.map +1 -0
- package/dist/client/prompt-registry/schema/message-tool-call.d.ts +27 -0
- package/dist/client/prompt-registry/schema/message-tool-call.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/message-tool-call.js +7 -0
- package/dist/client/prompt-registry/schema/message-tool-call.js.map +1 -0
- package/dist/client/prompt-registry/schema/message-tool-calls.d.ts +6 -0
- package/dist/client/prompt-registry/schema/message-tool-calls.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/message-tool-calls.js +2 -0
- package/dist/client/prompt-registry/schema/message-tool-calls.js.map +1 -0
- package/dist/client/prompt-registry/schema/module-configs.d.ts +16 -0
- package/dist/client/prompt-registry/schema/module-configs.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/module-configs.js +2 -0
- package/dist/client/prompt-registry/schema/module-configs.js.map +1 -0
- package/dist/client/prompt-registry/schema/orchestration-config-delete-response.d.ts +7 -0
- package/dist/client/prompt-registry/schema/orchestration-config-delete-response.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/orchestration-config-delete-response.js +7 -0
- package/dist/client/prompt-registry/schema/orchestration-config-delete-response.js.map +1 -0
- package/dist/client/prompt-registry/schema/orchestration-config-get-response.d.ts +22 -0
- package/dist/client/prompt-registry/schema/orchestration-config-get-response.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/orchestration-config-get-response.js +2 -0
- package/dist/client/prompt-registry/schema/orchestration-config-get-response.js.map +1 -0
- package/dist/client/prompt-registry/schema/orchestration-config-list-response.d.ts +9 -0
- package/dist/client/prompt-registry/schema/orchestration-config-list-response.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/orchestration-config-list-response.js +2 -0
- package/dist/client/prompt-registry/schema/orchestration-config-list-response.js.map +1 -0
- package/dist/client/prompt-registry/schema/orchestration-config-post-request.d.ts +23 -0
- package/dist/client/prompt-registry/schema/orchestration-config-post-request.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/orchestration-config-post-request.js +2 -0
- package/dist/client/prompt-registry/schema/orchestration-config-post-request.js.map +1 -0
- package/dist/client/prompt-registry/schema/orchestration-config-post-response.d.ts +14 -0
- package/dist/client/prompt-registry/schema/orchestration-config-post-response.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/orchestration-config-post-response.js +7 -0
- package/dist/client/prompt-registry/schema/orchestration-config-post-response.js.map +1 -0
- package/dist/client/prompt-registry/schema/orchestration-config-resource.d.ts +22 -0
- package/dist/client/prompt-registry/schema/orchestration-config-resource.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/orchestration-config-resource.js +2 -0
- package/dist/client/prompt-registry/schema/orchestration-config-resource.js.map +1 -0
- package/dist/client/prompt-registry/schema/orchestration-config.d.ts +10 -0
- package/dist/client/prompt-registry/schema/orchestration-config.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/orchestration-config.js +2 -0
- package/dist/client/prompt-registry/schema/orchestration-config.js.map +1 -0
- package/dist/client/prompt-registry/schema/output-filter-config.d.ts +7 -0
- package/dist/client/prompt-registry/schema/output-filter-config.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/output-filter-config.js +2 -0
- package/dist/client/prompt-registry/schema/output-filter-config.js.map +1 -0
- package/dist/client/prompt-registry/schema/output-filtering-config.d.ts +14 -0
- package/dist/client/prompt-registry/schema/output-filtering-config.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/output-filtering-config.js +2 -0
- package/dist/client/prompt-registry/schema/output-filtering-config.js.map +1 -0
- package/dist/client/prompt-registry/schema/prompt-template-get-response.d.ts +1 -0
- package/dist/client/prompt-registry/schema/prompt-template-get-response.d.ts.map +1 -1
- package/dist/client/prompt-registry/schema/prompt-template-post-request.d.ts +3 -0
- package/dist/client/prompt-registry/schema/prompt-template-post-request.d.ts.map +1 -1
- package/dist/client/prompt-registry/schema/prompt-template-spec.d.ts +2 -2
- package/dist/client/prompt-registry/schema/prompt-template-spec.d.ts.map +1 -1
- package/dist/client/prompt-registry/schema/prompt-template-substitution-response.d.ts +2 -2
- package/dist/client/prompt-registry/schema/prompt-template-substitution-response.d.ts.map +1 -1
- package/dist/client/prompt-registry/schema/prompt-template.d.ts +7 -0
- package/dist/client/prompt-registry/schema/prompt-template.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/prompt-template.js +2 -0
- package/dist/client/prompt-registry/schema/prompt-template.js.map +1 -0
- package/dist/client/prompt-registry/schema/prompt-templating-module-config.d.ts +15 -0
- package/dist/client/prompt-registry/schema/prompt-templating-module-config.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/prompt-templating-module-config.js +2 -0
- package/dist/client/prompt-registry/schema/prompt-templating-module-config.js.map +1 -0
- package/dist/client/prompt-registry/schema/runtime-orchestration-config-file.d.ts +15 -0
- package/dist/client/prompt-registry/schema/runtime-orchestration-config-file.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/runtime-orchestration-config-file.js +2 -0
- package/dist/client/prompt-registry/schema/runtime-orchestration-config-file.js.map +1 -0
- package/dist/client/prompt-registry/schema/sap-document-translation-apply-to-selector.d.ts +24 -0
- package/dist/client/prompt-registry/schema/sap-document-translation-apply-to-selector.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/sap-document-translation-apply-to-selector.js +7 -0
- package/dist/client/prompt-registry/schema/sap-document-translation-apply-to-selector.js.map +1 -0
- package/dist/client/prompt-registry/schema/sap-document-translation-input.d.ts +36 -0
- package/dist/client/prompt-registry/schema/sap-document-translation-input.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/sap-document-translation-input.js +2 -0
- package/dist/client/prompt-registry/schema/sap-document-translation-input.js.map +1 -0
- package/dist/client/prompt-registry/schema/sap-document-translation-output-target-language.d.ts +6 -0
- package/dist/client/prompt-registry/schema/sap-document-translation-output-target-language.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/sap-document-translation-output-target-language.js +2 -0
- package/dist/client/prompt-registry/schema/sap-document-translation-output-target-language.js.map +1 -0
- package/dist/client/prompt-registry/schema/sap-document-translation-output.d.ts +20 -0
- package/dist/client/prompt-registry/schema/sap-document-translation-output.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/sap-document-translation-output.js +2 -0
- package/dist/client/prompt-registry/schema/sap-document-translation-output.js.map +1 -0
- package/dist/client/prompt-registry/schema/search-document-key-value-list-pair.d.ts +16 -0
- package/dist/client/prompt-registry/schema/search-document-key-value-list-pair.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/search-document-key-value-list-pair.js +2 -0
- package/dist/client/prompt-registry/schema/search-document-key-value-list-pair.js.map +1 -0
- package/dist/client/prompt-registry/schema/search-select-option-enum.d.ts +5 -0
- package/dist/client/prompt-registry/schema/search-select-option-enum.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/search-select-option-enum.js +7 -0
- package/dist/client/prompt-registry/schema/search-select-option-enum.js.map +1 -0
- package/dist/client/prompt-registry/schema/system-chat-message.d.ts +9 -0
- package/dist/client/prompt-registry/schema/system-chat-message.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/system-chat-message.js +2 -0
- package/dist/client/prompt-registry/schema/system-chat-message.js.map +1 -0
- package/dist/client/prompt-registry/schema/template-ref-by-id.d.ts +17 -0
- package/dist/client/prompt-registry/schema/template-ref-by-id.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/template-ref-by-id.js +7 -0
- package/dist/client/prompt-registry/schema/template-ref-by-id.js.map +1 -0
- package/dist/client/prompt-registry/schema/template-ref-by-scenario-name-version.d.ts +27 -0
- package/dist/client/prompt-registry/schema/template-ref-by-scenario-name-version.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/template-ref-by-scenario-name-version.js +7 -0
- package/dist/client/prompt-registry/schema/template-ref-by-scenario-name-version.js.map +1 -0
- package/dist/client/prompt-registry/schema/template-ref.d.ts +12 -0
- package/dist/client/prompt-registry/schema/template-ref.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/template-ref.js +2 -0
- package/dist/client/prompt-registry/schema/template-ref.js.map +1 -0
- package/dist/client/prompt-registry/schema/template.d.ts +36 -3
- package/dist/client/prompt-registry/schema/template.d.ts.map +1 -1
- package/dist/client/prompt-registry/schema/templating-chat-message.d.ts +7 -0
- package/dist/client/prompt-registry/schema/templating-chat-message.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/templating-chat-message.js +2 -0
- package/dist/client/prompt-registry/schema/templating-chat-message.js.map +1 -0
- package/dist/client/prompt-registry/schema/tool-chat-message.d.ts +13 -0
- package/dist/client/prompt-registry/schema/tool-chat-message.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/tool-chat-message.js +2 -0
- package/dist/client/prompt-registry/schema/tool-chat-message.js.map +1 -0
- package/dist/client/prompt-registry/schema/translation-module-config.d.ts +16 -0
- package/dist/client/prompt-registry/schema/translation-module-config.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/translation-module-config.js +2 -0
- package/dist/client/prompt-registry/schema/translation-module-config.js.map +1 -0
- package/dist/client/prompt-registry/schema/user-chat-message-content-item.d.ts +10 -0
- package/dist/client/prompt-registry/schema/user-chat-message-content-item.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/user-chat-message-content-item.js +2 -0
- package/dist/client/prompt-registry/schema/user-chat-message-content-item.js.map +1 -0
- package/dist/client/prompt-registry/schema/user-chat-message-content.d.ts +6 -0
- package/dist/client/prompt-registry/schema/user-chat-message-content.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/user-chat-message-content.js +2 -0
- package/dist/client/prompt-registry/schema/user-chat-message-content.js.map +1 -0
- package/dist/client/prompt-registry/schema/user-chat-message.d.ts +9 -0
- package/dist/client/prompt-registry/schema/user-chat-message.d.ts.map +1 -0
- package/dist/client/prompt-registry/schema/user-chat-message.js +2 -0
- package/dist/client/prompt-registry/schema/user-chat-message.js.map +1 -0
- package/dist/zod/prompt-registry.zod.d.ts +2011 -10
- package/dist/zod/prompt-registry.zod.d.ts.map +1 -1
- package/dist/zod/prompt-registry.zod.js +1764 -728
- package/dist/zod/prompt-registry.zod.js.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"azure-threshold.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/azure-threshold.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"azure-threshold.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/azure-threshold.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat-message-content.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/chat-message-content.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,WAAW,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat-message-content.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/chat-message-content.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { SystemChatMessage } from './system-chat-message.js';
|
|
2
|
+
import type { UserChatMessage } from './user-chat-message.js';
|
|
3
|
+
import type { AssistantChatMessage } from './assistant-chat-message.js';
|
|
4
|
+
import type { ToolChatMessage } from './tool-chat-message.js';
|
|
5
|
+
import type { DeveloperChatMessage } from './developer-chat-message.js';
|
|
6
|
+
/**
|
|
7
|
+
* Representation of the 'ChatMessage' schema.
|
|
8
|
+
*/
|
|
9
|
+
export type ChatMessage = SystemChatMessage | UserChatMessage | AssistantChatMessage | ToolChatMessage | DeveloperChatMessage;
|
|
10
|
+
//# sourceMappingURL=chat-message.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat-message.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/chat-message.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE;;GAEG;AACH,MAAM,MAAM,WAAW,GACnB,iBAAiB,GACjB,eAAe,GACf,oBAAoB,GACpB,eAAe,GACf,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat-message.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/chat-message.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-repository-type.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/data-repository-type.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,QAAQ,GAAG,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-repository-type.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/data-repository-type.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ChatMessageContent } from './chat-message-content.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'DeveloperChatMessage' schema.
|
|
4
|
+
*/
|
|
5
|
+
export type DeveloperChatMessage = {
|
|
6
|
+
role: 'developer';
|
|
7
|
+
content: ChatMessageContent;
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=developer-chat-message.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"developer-chat-message.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/developer-chat-message.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE,kBAAkB,CAAC;CAC7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"developer-chat-message.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/developer-chat-message.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { GroundingFilterId } from './grounding-filter-id.js';
|
|
2
|
+
import type { GroundingFilterSearchConfiguration } from './grounding-filter-search-configuration.js';
|
|
3
|
+
import type { DataRepositoryType } from './data-repository-type.js';
|
|
4
|
+
import type { KeyValueListPair } from './key-value-list-pair.js';
|
|
5
|
+
import type { SearchDocumentKeyValueListPair } from './search-document-key-value-list-pair.js';
|
|
6
|
+
/**
|
|
7
|
+
* Representation of the 'DocumentGroundingFilter' schema.
|
|
8
|
+
*/
|
|
9
|
+
export type DocumentGroundingFilter = {
|
|
10
|
+
id?: GroundingFilterId;
|
|
11
|
+
search_config?: GroundingFilterSearchConfiguration;
|
|
12
|
+
/**
|
|
13
|
+
* Specify ['*'] to search across all DataRepositories or give a specific list of DataRepository ids.
|
|
14
|
+
* Default: [
|
|
15
|
+
* "*"
|
|
16
|
+
* ].
|
|
17
|
+
*/
|
|
18
|
+
data_repositories?: string[];
|
|
19
|
+
data_repository_type: DataRepositoryType;
|
|
20
|
+
/**
|
|
21
|
+
* Restrict DataRepositories considered during search to those annotated with the given metadata. Useful when combined with dataRepositories=['*']
|
|
22
|
+
*/
|
|
23
|
+
data_repository_metadata?: KeyValueListPair[];
|
|
24
|
+
/**
|
|
25
|
+
* Restrict documents considered during search to those annotated with the given metadata.
|
|
26
|
+
*/
|
|
27
|
+
document_metadata?: SearchDocumentKeyValueListPair[];
|
|
28
|
+
/**
|
|
29
|
+
* Restrict chunks considered during search to those with the given metadata.
|
|
30
|
+
*/
|
|
31
|
+
chunk_metadata?: KeyValueListPair[];
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=document-grounding-filter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document-grounding-filter.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/document-grounding-filter.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,4CAA4C,CAAC;AACrG,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC/F;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC,EAAE,CAAC,EAAE,iBAAiB,CAAC;IACvB,aAAa,CAAC,EAAE,kCAAkC,CAAC;IACnD;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,oBAAoB,EAAE,kBAAkB,CAAC;IACzC;;OAEG;IACH,wBAAwB,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC9C;;OAEG;IACH,iBAAiB,CAAC,EAAE,8BAA8B,EAAE,CAAC;IACrD;;OAEG;IACH,cAAc,CAAC,EAAE,gBAAgB,EAAE,CAAC;CACrC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document-grounding-filter.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/document-grounding-filter.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { DPIEntityConfig } from './dpi-entity-config.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'DPIConfig' schema.
|
|
4
|
+
*/
|
|
5
|
+
export type DPIConfig = {
|
|
6
|
+
/**
|
|
7
|
+
* Type of masking service provider
|
|
8
|
+
*/
|
|
9
|
+
type: 'sap_data_privacy_integration';
|
|
10
|
+
/**
|
|
11
|
+
* Type of masking method to be used
|
|
12
|
+
*/
|
|
13
|
+
method: 'anonymization' | 'pseudonymization';
|
|
14
|
+
/**
|
|
15
|
+
* List of entities to be masked
|
|
16
|
+
* Min Items: 1.
|
|
17
|
+
*/
|
|
18
|
+
entities: DPIEntityConfig[];
|
|
19
|
+
/**
|
|
20
|
+
* List of strings that should not be masked
|
|
21
|
+
* @example [
|
|
22
|
+
* "SAP",
|
|
23
|
+
* "Joule"
|
|
24
|
+
* ]
|
|
25
|
+
*/
|
|
26
|
+
allowlist?: string[];
|
|
27
|
+
mask_grounding_input?: {
|
|
28
|
+
/**
|
|
29
|
+
* controls whether the input to the grounding module will be masked with the configuration supplied in the masking module
|
|
30
|
+
*/
|
|
31
|
+
enabled?: boolean;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=dpi-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dpi-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG;IACtB;;OAEG;IACH,IAAI,EAAE,8BAA8B,CAAC;IACrC;;OAEG;IACH,MAAM,EAAE,eAAe,GAAG,kBAAkB,CAAC;IAC7C;;;OAGG;IACH,QAAQ,EAAE,eAAe,EAAE,CAAC;IAC5B;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,oBAAoB,CAAC,EAAE;QACrB;;WAEG;QACH,OAAO,CAAC,EAAE,OAAO,CAAC;KACnB,CAAC;CACH,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dpi-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-config.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { DPIMethodConstant } from './dpi-method-constant.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'DPICustomEntity' schema.
|
|
4
|
+
*/
|
|
5
|
+
export type DPICustomEntity = {
|
|
6
|
+
/**
|
|
7
|
+
* Regular expression to match the entity
|
|
8
|
+
*/
|
|
9
|
+
regex: string;
|
|
10
|
+
/**
|
|
11
|
+
* Replacement strategy to be used for the entity
|
|
12
|
+
*/
|
|
13
|
+
replacement_strategy: DPIMethodConstant;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=dpi-custom-entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dpi-custom-entity.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-custom-entity.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,oBAAoB,EAAE,iBAAiB,CAAC;CACzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dpi-custom-entity.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-custom-entity.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Default entities supported by data privacy and integration service
|
|
3
|
+
*/
|
|
4
|
+
export type DPIEntities = 'profile-person' | 'profile-org' | 'profile-university' | 'profile-location' | 'profile-email' | 'profile-phone' | 'profile-address' | 'profile-sapids-internal' | 'profile-sapids-public' | 'profile-url' | 'profile-username-password' | 'profile-nationalid' | 'profile-iban' | 'profile-ssn' | 'profile-credit-card-number' | 'profile-passport' | 'profile-driverlicense' | 'profile-nationality' | 'profile-religious-group' | 'profile-political-group' | 'profile-pronouns-gender' | 'profile-ethnicity' | 'profile-gender' | 'profile-sexual-orientation' | 'profile-trade-union' | 'profile-sensitive-data';
|
|
5
|
+
//# sourceMappingURL=dpi-entities.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dpi-entities.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-entities.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,WAAW,GACnB,gBAAgB,GAChB,aAAa,GACb,oBAAoB,GACpB,kBAAkB,GAClB,eAAe,GACf,eAAe,GACf,iBAAiB,GACjB,yBAAyB,GACzB,uBAAuB,GACvB,aAAa,GACb,2BAA2B,GAC3B,oBAAoB,GACpB,cAAc,GACd,aAAa,GACb,4BAA4B,GAC5B,kBAAkB,GAClB,uBAAuB,GACvB,qBAAqB,GACrB,yBAAyB,GACzB,yBAAyB,GACzB,yBAAyB,GACzB,mBAAmB,GACnB,gBAAgB,GAChB,4BAA4B,GAC5B,qBAAqB,GACrB,wBAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dpi-entities.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-entities.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { DPIStandardEntity } from './dpi-standard-entity.js';
|
|
2
|
+
import type { DPICustomEntity } from './dpi-custom-entity.js';
|
|
3
|
+
/**
|
|
4
|
+
* Representation of the 'DPIEntityConfig' schema.
|
|
5
|
+
*/
|
|
6
|
+
export type DPIEntityConfig = DPIStandardEntity | DPICustomEntity;
|
|
7
|
+
//# sourceMappingURL=dpi-entity-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dpi-entity-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-entity-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,iBAAiB,GAAG,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dpi-entity-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-entity-config.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Replaces the entity with the specified value followed by an incrementing number
|
|
3
|
+
*/
|
|
4
|
+
export type DPIMethodConstant = {
|
|
5
|
+
method: 'constant';
|
|
6
|
+
/**
|
|
7
|
+
* Value to be used for replacement
|
|
8
|
+
* @example "NAME_REDACTED"
|
|
9
|
+
*/
|
|
10
|
+
value: string;
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=dpi-method-constant.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dpi-method-constant.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-method-constant.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,MAAM,EAAE,UAAU,CAAC;IACnB;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dpi-method-constant.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-method-constant.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dpi-method-fabricated-data.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-method-fabricated-data.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC,MAAM,EAAE,iBAAiB,CAAC;CAC3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dpi-method-fabricated-data.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-method-fabricated-data.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { DPIEntities } from './dpi-entities.js';
|
|
2
|
+
import type { DPIMethodConstant } from './dpi-method-constant.js';
|
|
3
|
+
import type { DPIMethodFabricatedData } from './dpi-method-fabricated-data.js';
|
|
4
|
+
/**
|
|
5
|
+
* Representation of the 'DPIStandardEntity' schema.
|
|
6
|
+
*/
|
|
7
|
+
export type DPIStandardEntity = {
|
|
8
|
+
type: DPIEntities;
|
|
9
|
+
/**
|
|
10
|
+
* Replacement strategy to be used for the entity
|
|
11
|
+
*/
|
|
12
|
+
replacement_strategy?: DPIMethodConstant | DPIMethodFabricatedData;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=dpi-standard-entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dpi-standard-entity.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-standard-entity.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC/E;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,WAAW,CAAC;IAClB;;OAEG;IACH,oBAAoB,CAAC,EAAE,iBAAiB,GAAG,uBAAuB,CAAC;CACpE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dpi-standard-entity.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-standard-entity.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { InputFilteringConfig } from './input-filtering-config.js';
|
|
2
|
+
import type { OutputFilteringConfig } from './output-filtering-config.js';
|
|
3
|
+
/**
|
|
4
|
+
* Representation of the 'FilteringModuleConfig' schema.
|
|
5
|
+
*/
|
|
6
|
+
export type FilteringModuleConfig = {
|
|
7
|
+
/**
|
|
8
|
+
* List of provider type and filters
|
|
9
|
+
*/
|
|
10
|
+
input?: InputFilteringConfig;
|
|
11
|
+
/**
|
|
12
|
+
* List of provider type and filters
|
|
13
|
+
*/
|
|
14
|
+
output?: OutputFilteringConfig;
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=filtering-module-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filtering-module-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/filtering-module-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAC1E;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAC7B;;OAEG;IACH,MAAM,CAAC,EAAE,qBAAqB,CAAC;CAChC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filtering-module-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/filtering-module-config.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stream options for output filtering. Will be ignored if stream is false.
|
|
3
|
+
*/
|
|
4
|
+
export type FilteringStreamOptions = {
|
|
5
|
+
/**
|
|
6
|
+
* Number of characters that should be additionally sent to content filtering services from previous chunks as additional context.
|
|
7
|
+
* Maximum: 10000.
|
|
8
|
+
*/
|
|
9
|
+
overlap?: number;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=filtering-stream-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filtering-stream-options.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/filtering-stream-options.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filtering-stream-options.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/filtering-stream-options.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Options for streaming. Will be ignored if enabled is false.
|
|
3
|
+
*/
|
|
4
|
+
export type GlobalStreamOptions = {
|
|
5
|
+
/**
|
|
6
|
+
* If true, the response will be streamed back to the client
|
|
7
|
+
*/
|
|
8
|
+
enabled?: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* Minimum number of characters per chunk that post-LLM modules operate on.
|
|
11
|
+
* Default: 100.
|
|
12
|
+
* Maximum: 10000.
|
|
13
|
+
* Minimum: 1.
|
|
14
|
+
*/
|
|
15
|
+
chunk_size?: number;
|
|
16
|
+
/**
|
|
17
|
+
* List of delimiters to split the input text into chunks.Please note, this is a required parameter when `input_translation_module_config` or `output_translation_module_config` are configured.
|
|
18
|
+
* @example [
|
|
19
|
+
* "\n",
|
|
20
|
+
* ".",
|
|
21
|
+
* "?",
|
|
22
|
+
* "!"
|
|
23
|
+
* ]
|
|
24
|
+
* Min Items: 1.
|
|
25
|
+
*/
|
|
26
|
+
delimiters?: string[];
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=global-stream-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"global-stream-options.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/global-stream-options.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;;;;;;OASG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"global-stream-options.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/global-stream-options.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grounding-filter-id.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/grounding-filter-id.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grounding-filter-id.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/grounding-filter-id.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Representation of the 'GroundingFilterSearchConfiguration' schema.
|
|
3
|
+
*/
|
|
4
|
+
export type GroundingFilterSearchConfiguration = {
|
|
5
|
+
/**
|
|
6
|
+
* Maximum number of chunks to be returned. Cannot be used with 'maxDocumentCount'.
|
|
7
|
+
*/
|
|
8
|
+
max_chunk_count?: number;
|
|
9
|
+
/**
|
|
10
|
+
* [Only supports 'vector' dataRepositoryType] - Maximum number of documents to be returned. Cannot be used with 'maxChunkCount'. If maxDocumentCount is given, then only one chunk per document is returned.
|
|
11
|
+
*/
|
|
12
|
+
max_document_count?: number;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=grounding-filter-search-configuration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grounding-filter-search-configuration.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/grounding-filter-search-configuration.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,kCAAkC,GAAG;IAC/C;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grounding-filter-search-configuration.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/grounding-filter-search-configuration.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { DocumentGroundingFilter } from './document-grounding-filter.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'GroundingModuleConfig' schema.
|
|
4
|
+
*/
|
|
5
|
+
export type GroundingModuleConfig = {
|
|
6
|
+
/**
|
|
7
|
+
* @example "document_grounding_service"
|
|
8
|
+
*/
|
|
9
|
+
type: 'document_grounding_service' | any;
|
|
10
|
+
config: {
|
|
11
|
+
/**
|
|
12
|
+
* Document grounding service filters to be used
|
|
13
|
+
*/
|
|
14
|
+
filters?: DocumentGroundingFilter[];
|
|
15
|
+
/**
|
|
16
|
+
* Placeholders to be used for grounding input questions and output
|
|
17
|
+
*/
|
|
18
|
+
placeholders: {
|
|
19
|
+
/**
|
|
20
|
+
* Contains the input parameters used for grounding input questions
|
|
21
|
+
* Min Items: 1.
|
|
22
|
+
*/
|
|
23
|
+
input: string[];
|
|
24
|
+
/**
|
|
25
|
+
* Placeholder name for grounding output
|
|
26
|
+
* @example "groundingOutput"
|
|
27
|
+
*/
|
|
28
|
+
output: string;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Parameter name used for specifying metadata parameters
|
|
32
|
+
*/
|
|
33
|
+
metadata_params?: string[];
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=grounding-module-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grounding-module-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/grounding-module-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAC9E;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,IAAI,EAAE,4BAA4B,GAAG,GAAG,CAAC;IACzC,MAAM,EAAE;QACN;;WAEG;QACH,OAAO,CAAC,EAAE,uBAAuB,EAAE,CAAC;QACpC;;WAEG;QACH,YAAY,EAAE;YACZ;;;eAGG;YACH,KAAK,EAAE,MAAM,EAAE,CAAC;YAChB;;;eAGG;YACH,MAAM,EAAE,MAAM,CAAC;SAChB,CAAC;QACF;;WAEG;QACH,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;KAC5B,CAAC;CACH,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grounding-module-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/grounding-module-config.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-content-url.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/image-content-url.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-content-url.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/image-content-url.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|