@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,23 @@
|
|
|
1
|
+
import type { OrchestrationConfig } from './orchestration-config.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'OrchestrationConfigPostRequest' schema.
|
|
4
|
+
*/
|
|
5
|
+
export type OrchestrationConfigPostRequest = {
|
|
6
|
+
/**
|
|
7
|
+
* Max Length: 120.
|
|
8
|
+
* Pattern: "^[a-zA-Z0-9_-]+$".
|
|
9
|
+
*/
|
|
10
|
+
name: string;
|
|
11
|
+
/**
|
|
12
|
+
* Max Length: 10.
|
|
13
|
+
* Pattern: "^[a-zA-Z0-9._-]+$".
|
|
14
|
+
*/
|
|
15
|
+
version: string;
|
|
16
|
+
/**
|
|
17
|
+
* Max Length: 120.
|
|
18
|
+
* Pattern: "^[a-zA-Z0-9_-]+$".
|
|
19
|
+
*/
|
|
20
|
+
scenario: string;
|
|
21
|
+
spec: OrchestrationConfig;
|
|
22
|
+
} & Record<string, any>;
|
|
23
|
+
//# sourceMappingURL=orchestration-config-post-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"orchestration-config-post-request.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config-post-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AACrE;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG;IAC3C;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,mBAAmB,CAAC;CAC3B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"orchestration-config-post-request.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config-post-request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Representation of the 'OrchestrationConfigPostResponse' schema.
|
|
3
|
+
*/
|
|
4
|
+
export type OrchestrationConfigPostResponse = {
|
|
5
|
+
message: string;
|
|
6
|
+
/**
|
|
7
|
+
* Format: "uuid".
|
|
8
|
+
*/
|
|
9
|
+
id: string;
|
|
10
|
+
scenario: string;
|
|
11
|
+
name: string;
|
|
12
|
+
version: string;
|
|
13
|
+
} & Record<string, any>;
|
|
14
|
+
//# sourceMappingURL=orchestration-config-post-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"orchestration-config-post-response.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config-post-response.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG;IAC5C,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"orchestration-config-post-response.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config-post-response.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { OrchestrationConfig } from './orchestration-config.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'OrchestrationConfigResource' schema.
|
|
4
|
+
*/
|
|
5
|
+
export type OrchestrationConfigResource = {
|
|
6
|
+
/**
|
|
7
|
+
* Format: "uuid".
|
|
8
|
+
*/
|
|
9
|
+
id?: string;
|
|
10
|
+
name?: string;
|
|
11
|
+
version?: string;
|
|
12
|
+
scenario?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Format: "timestamp".
|
|
15
|
+
*/
|
|
16
|
+
creation_timestamp?: string;
|
|
17
|
+
managed_by?: string;
|
|
18
|
+
is_version_head?: boolean;
|
|
19
|
+
resource_group_id?: string;
|
|
20
|
+
spec?: OrchestrationConfig;
|
|
21
|
+
} & Record<string, any>;
|
|
22
|
+
//# sourceMappingURL=orchestration-config-resource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"orchestration-config-resource.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config-resource.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AACrE;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,IAAI,CAAC,EAAE,mBAAmB,CAAC;CAC5B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"orchestration-config-resource.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config-resource.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ModuleConfigs } from './module-configs.js';
|
|
2
|
+
import type { GlobalStreamOptions } from './global-stream-options.js';
|
|
3
|
+
/**
|
|
4
|
+
* Representation of the 'OrchestrationConfig' schema.
|
|
5
|
+
*/
|
|
6
|
+
export type OrchestrationConfig = {
|
|
7
|
+
modules: ModuleConfigs;
|
|
8
|
+
stream?: GlobalStreamOptions;
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=orchestration-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"orchestration-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtE;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,EAAE,aAAa,CAAC;IACvB,MAAM,CAAC,EAAE,mBAAmB,CAAC;CAC9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"orchestration-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { AzureContentSafetyOutputFilterConfig } from './azure-content-safety-output-filter-config.js';
|
|
2
|
+
import type { LlamaGuard38BFilterConfig } from './llama-guard-38-b-filter-config.js';
|
|
3
|
+
/**
|
|
4
|
+
* Representation of the 'OutputFilterConfig' schema.
|
|
5
|
+
*/
|
|
6
|
+
export type OutputFilterConfig = AzureContentSafetyOutputFilterConfig | LlamaGuard38BFilterConfig;
|
|
7
|
+
//# sourceMappingURL=output-filter-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"output-filter-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/output-filter-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,gDAAgD,CAAC;AAC3G,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AACrF;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAC1B,oCAAoC,GACpC,yBAAyB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"output-filter-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/output-filter-config.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { OutputFilterConfig } from './output-filter-config.js';
|
|
2
|
+
import type { FilteringStreamOptions } from './filtering-stream-options.js';
|
|
3
|
+
/**
|
|
4
|
+
* Representation of the 'OutputFilteringConfig' schema.
|
|
5
|
+
*/
|
|
6
|
+
export type OutputFilteringConfig = {
|
|
7
|
+
/**
|
|
8
|
+
* Configuration for content filtering services that should be used for the given filtering step (output filtering).
|
|
9
|
+
* Min Items: 1.
|
|
10
|
+
*/
|
|
11
|
+
filters: OutputFilterConfig[];
|
|
12
|
+
stream_options?: FilteringStreamOptions;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=output-filtering-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"output-filtering-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/output-filtering-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AAC5E;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,OAAO,EAAE,kBAAkB,EAAE,CAAC;IAC9B,cAAc,CAAC,EAAE,sBAAsB,CAAC;CACzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"output-filtering-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/output-filtering-config.ts"],"names":[],"mappings":""}
|
|
@@ -16,6 +16,7 @@ export type PromptTemplateGetResponse = {
|
|
|
16
16
|
creationTimestamp?: string;
|
|
17
17
|
managedBy?: string;
|
|
18
18
|
isVersionHead?: boolean;
|
|
19
|
+
resourceGroupId?: string;
|
|
19
20
|
spec?: PromptTemplateSpec;
|
|
20
21
|
} & Record<string, any>;
|
|
21
22
|
//# sourceMappingURL=prompt-template-get-response.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prompt-template-get-response.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/prompt-template-get-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,IAAI,CAAC,EAAE,kBAAkB,CAAC;CAC3B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"prompt-template-get-response.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/prompt-template-get-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,IAAI,CAAC,EAAE,kBAAkB,CAAC;CAC3B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -5,14 +5,17 @@ import type { PromptTemplateSpec } from './prompt-template-spec.js';
|
|
|
5
5
|
export type PromptTemplatePostRequest = {
|
|
6
6
|
/**
|
|
7
7
|
* Max Length: 120.
|
|
8
|
+
* Pattern: "^[a-zA-Z0-9_-]+$".
|
|
8
9
|
*/
|
|
9
10
|
name: string;
|
|
10
11
|
/**
|
|
11
12
|
* Max Length: 10.
|
|
13
|
+
* Pattern: "^[a-zA-Z0-9._-]+$".
|
|
12
14
|
*/
|
|
13
15
|
version: string;
|
|
14
16
|
/**
|
|
15
17
|
* Max Length: 120.
|
|
18
|
+
* Pattern: "^[a-zA-Z0-9_-]+$".
|
|
16
19
|
*/
|
|
17
20
|
scenario: string;
|
|
18
21
|
spec: PromptTemplateSpec;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prompt-template-post-request.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/prompt-template-post-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC
|
|
1
|
+
{"version":3,"file":"prompt-template-post-request.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/prompt-template-post-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,kBAAkB,CAAC;CAC1B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { PromptTemplate } from './prompt-template.js';
|
|
2
2
|
import type { ResponseFormatText } from './response-format-text.js';
|
|
3
3
|
import type { ResponseFormatJsonObject } from './response-format-json-object.js';
|
|
4
4
|
import type { ResponseFormatJsonSchema } from './response-format-json-schema.js';
|
|
@@ -7,7 +7,7 @@ import type { ChatCompletionTool } from './chat-completion-tool.js';
|
|
|
7
7
|
* Representation of the 'PromptTemplateSpec' schema.
|
|
8
8
|
*/
|
|
9
9
|
export type PromptTemplateSpec = {
|
|
10
|
-
template:
|
|
10
|
+
template: PromptTemplate[];
|
|
11
11
|
defaults?: Record<string, any>;
|
|
12
12
|
/**
|
|
13
13
|
* DEPRECATED. Please use additional_fields instead.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prompt-template-spec.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/prompt-template-spec.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"prompt-template-spec.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/prompt-template-spec.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AACjF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AACjF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,EAAE,cAAc,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC/B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACvC;;;;OAIG;IACH,eAAe,CAAC,EACZ,kBAAkB,GAClB,wBAAwB,GACxB,wBAAwB,CAAC;IAC7B;;;OAGG;IACH,KAAK,CAAC,EAAE,kBAAkB,EAAE,CAAC;CAC9B,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { PromptTemplate } from './prompt-template.js';
|
|
2
2
|
import type { PromptTemplateGetResponse } from './prompt-template-get-response.js';
|
|
3
3
|
/**
|
|
4
4
|
* Representation of the 'PromptTemplateSubstitutionResponse' schema.
|
|
5
5
|
*/
|
|
6
6
|
export type PromptTemplateSubstitutionResponse = {
|
|
7
|
-
parsedPrompt?:
|
|
7
|
+
parsedPrompt?: PromptTemplate[];
|
|
8
8
|
resource?: PromptTemplateGetResponse;
|
|
9
9
|
} & Record<string, any>;
|
|
10
10
|
//# sourceMappingURL=prompt-template-substitution-response.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prompt-template-substitution-response.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/prompt-template-substitution-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"prompt-template-substitution-response.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/prompt-template-substitution-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AACnF;;GAEG;AACH,MAAM,MAAM,kCAAkC,GAAG;IAC/C,YAAY,CAAC,EAAE,cAAc,EAAE,CAAC;IAChC,QAAQ,CAAC,EAAE,yBAAyB,CAAC;CACtC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SingleChatTemplate } from './single-chat-template.js';
|
|
2
|
+
import type { MultiChatTemplate } from './multi-chat-template.js';
|
|
3
|
+
/**
|
|
4
|
+
* Representation of the 'PromptTemplate' schema.
|
|
5
|
+
*/
|
|
6
|
+
export type PromptTemplate = SingleChatTemplate | MultiChatTemplate;
|
|
7
|
+
//# sourceMappingURL=prompt-template.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prompt-template.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/prompt-template.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,kBAAkB,GAAG,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prompt-template.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/prompt-template.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { Template } from './template.js';
|
|
2
|
+
import type { TemplateRef } from './template-ref.js';
|
|
3
|
+
import type { LLMModelDetails } from './llm-model-details.js';
|
|
4
|
+
/**
|
|
5
|
+
* Representation of the 'PromptTemplatingModuleConfig' schema.
|
|
6
|
+
*/
|
|
7
|
+
export type PromptTemplatingModuleConfig = {
|
|
8
|
+
/**
|
|
9
|
+
* The prompt template to be used. Can be either a user defined template or a reference to a template in the prompt registry.
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
prompt: Template | TemplateRef;
|
|
13
|
+
model: LLMModelDetails;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=prompt-templating-module-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prompt-templating-module-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/prompt-templating-module-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACzC;;;OAGG;IACH,MAAM,EAAE,QAAQ,GAAG,WAAW,CAAC;IAC/B,KAAK,EAAE,eAAe,CAAC;CACxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prompt-templating-module-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/prompt-templating-module-config.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { OrchestrationConfig } from './orchestration-config.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'RuntimeOrchestrationConfigFile' schema.
|
|
4
|
+
*/
|
|
5
|
+
export type RuntimeOrchestrationConfigFile = {
|
|
6
|
+
apiVersion?: string;
|
|
7
|
+
kind?: string;
|
|
8
|
+
metadata?: {
|
|
9
|
+
name?: string;
|
|
10
|
+
version?: string;
|
|
11
|
+
scenario?: string;
|
|
12
|
+
} & Record<string, any>;
|
|
13
|
+
spec?: OrchestrationConfig;
|
|
14
|
+
} & Record<string, any>;
|
|
15
|
+
//# sourceMappingURL=runtime-orchestration-config-file.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"runtime-orchestration-config-file.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/runtime-orchestration-config-file.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AACrE;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG;IAC3C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE;QACT,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACxB,IAAI,CAAC,EAAE,mBAAmB,CAAC;CAC5B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"runtime-orchestration-config-file.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/runtime-orchestration-config-file.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This selector allows you to define the scope of translation, such as specific placeholders or messages with specific roles. For example, `{"category": "placeholders", "items": ["user_input"], "source_language": "de-DE"}` targets the value of "user_input" in `placeholder_values` specified in the request payload; and considers the value to be in German.
|
|
3
|
+
*
|
|
4
|
+
*/
|
|
5
|
+
export type SAPDocumentTranslationApplyToSelector = {
|
|
6
|
+
/**
|
|
7
|
+
* Category to apply translation to.
|
|
8
|
+
*/
|
|
9
|
+
category: 'placeholders' | 'template_roles';
|
|
10
|
+
/**
|
|
11
|
+
* List of placeholders or roles to apply translation to
|
|
12
|
+
* @example [
|
|
13
|
+
* "groundingInput",
|
|
14
|
+
* "inputContext"
|
|
15
|
+
* ]
|
|
16
|
+
*/
|
|
17
|
+
items: string[];
|
|
18
|
+
/**
|
|
19
|
+
* Language of the text to be translated.
|
|
20
|
+
* @example "de-DE"
|
|
21
|
+
*/
|
|
22
|
+
source_language?: string;
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=sap-document-translation-apply-to-selector.d.ts.map
|
package/dist/client/prompt-registry/schema/sap-document-translation-apply-to-selector.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sap-document-translation-apply-to-selector.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/sap-document-translation-apply-to-selector.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,MAAM,MAAM,qCAAqC,GAAG;IAClD;;OAEG;IACH,QAAQ,EAAE,cAAc,GAAG,gBAAgB,CAAC;IAC5C;;;;;;OAMG;IACH,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sap-document-translation-apply-to-selector.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/sap-document-translation-apply-to-selector.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { SAPDocumentTranslationApplyToSelector } from './sap-document-translation-apply-to-selector.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'SAPDocumentTranslationInput' schema.
|
|
4
|
+
*/
|
|
5
|
+
export type SAPDocumentTranslationInput = {
|
|
6
|
+
/**
|
|
7
|
+
* Type of document translation provider
|
|
8
|
+
* @example "sap_document_translation"
|
|
9
|
+
*/
|
|
10
|
+
type: 'sap_document_translation';
|
|
11
|
+
/**
|
|
12
|
+
* If true, the messages history will be translated as well.
|
|
13
|
+
* Default: true.
|
|
14
|
+
*/
|
|
15
|
+
translate_messages_history?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Configuration for `sap_document_translation` translation provider.
|
|
18
|
+
*/
|
|
19
|
+
config: {
|
|
20
|
+
/**
|
|
21
|
+
* Language of the text to be translated.
|
|
22
|
+
* @example "de-DE"
|
|
23
|
+
*/
|
|
24
|
+
source_language?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Min Items: 1.
|
|
27
|
+
*/
|
|
28
|
+
apply_to?: SAPDocumentTranslationApplyToSelector[];
|
|
29
|
+
/**
|
|
30
|
+
* Language to which the text should be translated.
|
|
31
|
+
* @example "en-US"
|
|
32
|
+
*/
|
|
33
|
+
target_language: string;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=sap-document-translation-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sap-document-translation-input.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/sap-document-translation-input.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,iDAAiD,CAAC;AAC7G;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC;;;OAGG;IACH,IAAI,EAAE,0BAA0B,CAAC;IACjC;;;OAGG;IACH,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC;;OAEG;IACH,MAAM,EAAE;QACN;;;WAGG;QACH,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB;;WAEG;QACH,QAAQ,CAAC,EAAE,qCAAqC,EAAE,CAAC;QACnD;;;WAGG;QACH,eAAe,EAAE,MAAM,CAAC;KACzB,CAAC;CACH,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sap-document-translation-input.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/sap-document-translation-input.ts"],"names":[],"mappings":""}
|
package/dist/client/prompt-registry/schema/sap-document-translation-output-target-language.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { SAPDocumentTranslationApplyToSelector } from './sap-document-translation-apply-to-selector.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'SAPDocumentTranslationOutputTargetLanguage' schema.
|
|
4
|
+
*/
|
|
5
|
+
export type SAPDocumentTranslationOutputTargetLanguage = string | SAPDocumentTranslationApplyToSelector;
|
|
6
|
+
//# sourceMappingURL=sap-document-translation-output-target-language.d.ts.map
|
package/dist/client/prompt-registry/schema/sap-document-translation-output-target-language.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sap-document-translation-output-target-language.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/sap-document-translation-output-target-language.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,iDAAiD,CAAC;AAC7G;;GAEG;AACH,MAAM,MAAM,0CAA0C,GAClD,MAAM,GACN,qCAAqC,CAAC"}
|
package/dist/client/prompt-registry/schema/sap-document-translation-output-target-language.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sap-document-translation-output-target-language.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/sap-document-translation-output-target-language.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { SAPDocumentTranslationOutputTargetLanguage } from './sap-document-translation-output-target-language.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'SAPDocumentTranslationOutput' schema.
|
|
4
|
+
*/
|
|
5
|
+
export type SAPDocumentTranslationOutput = {
|
|
6
|
+
/**
|
|
7
|
+
* Configuration for `sap_document_translation` translation provider.
|
|
8
|
+
* @example "sap_document_translation"
|
|
9
|
+
*/
|
|
10
|
+
type: 'sap_document_translation';
|
|
11
|
+
config: {
|
|
12
|
+
/**
|
|
13
|
+
* Language of the text to be translated.
|
|
14
|
+
* @example "de-DE"
|
|
15
|
+
*/
|
|
16
|
+
source_language?: string;
|
|
17
|
+
target_language: SAPDocumentTranslationOutputTargetLanguage;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=sap-document-translation-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sap-document-translation-output.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/sap-document-translation-output.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,0CAA0C,EAAE,MAAM,sDAAsD,CAAC;AACvH;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACzC;;;OAGG;IACH,IAAI,EAAE,0BAA0B,CAAC;IACjC,MAAM,EAAE;QACN;;;WAGG;QACH,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,eAAe,EAAE,0CAA0C,CAAC;KAC7D,CAAC;CACH,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sap-document-translation-output.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/sap-document-translation-output.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { SearchSelectOptionEnum } from './search-select-option-enum.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'SearchDocumentKeyValueListPair' schema.
|
|
4
|
+
*/
|
|
5
|
+
export type SearchDocumentKeyValueListPair = {
|
|
6
|
+
/**
|
|
7
|
+
* Max Length: 1024.
|
|
8
|
+
*/
|
|
9
|
+
key: string;
|
|
10
|
+
value: string[];
|
|
11
|
+
/**
|
|
12
|
+
* Select mode for search filters
|
|
13
|
+
*/
|
|
14
|
+
select_mode?: SearchSelectOptionEnum[];
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=search-document-key-value-list-pair.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-document-key-value-list-pair.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/search-document-key-value-list-pair.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAC7E;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG;IAC3C;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB;;OAEG;IACH,WAAW,CAAC,EAAE,sBAAsB,EAAE,CAAC;CACxC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-document-key-value-list-pair.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/search-document-key-value-list-pair.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-select-option-enum.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/search-select-option-enum.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-select-option-enum.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/search-select-option-enum.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ChatMessageContent } from './chat-message-content.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'SystemChatMessage' schema.
|
|
4
|
+
*/
|
|
5
|
+
export type SystemChatMessage = {
|
|
6
|
+
role: 'system';
|
|
7
|
+
content: ChatMessageContent;
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=system-chat-message.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"system-chat-message.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/system-chat-message.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,EAAE,kBAAkB,CAAC;CAC7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"system-chat-message.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/system-chat-message.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Representation of the 'TemplateRefByID' schema.
|
|
3
|
+
*/
|
|
4
|
+
export type TemplateRefByID = {
|
|
5
|
+
/**
|
|
6
|
+
* ID of the template in prompt registry
|
|
7
|
+
* @example "template_id"
|
|
8
|
+
*/
|
|
9
|
+
id: string;
|
|
10
|
+
/**
|
|
11
|
+
* Defines the scope that is searched for the referenced template. 'tenant' indicates the template is shared across all resource groups within the tenant, while 'resource_group' indicates the template is only accessible within the specific resource group.
|
|
12
|
+
*
|
|
13
|
+
* Default: "tenant".
|
|
14
|
+
*/
|
|
15
|
+
scope?: 'resource_group' | 'tenant';
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=template-ref-by-id.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"template-ref-by-id.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/template-ref-by-id.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,KAAK,CAAC,EAAE,gBAAgB,GAAG,QAAQ,CAAC;CACrC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"template-ref-by-id.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/template-ref-by-id.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|