@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './template.js';
|
|
1
|
+
export * from './prompt-template.js';
|
|
2
2
|
export * from './single-chat-template.js';
|
|
3
3
|
export * from './multi-chat-template.js';
|
|
4
4
|
export * from './multi-chat-content.js';
|
|
@@ -21,4 +21,68 @@ export * from './runtime-prompt-template-file.js';
|
|
|
21
21
|
export * from './prompt-template-substitution-request.js';
|
|
22
22
|
export * from './prompt-template-substitution-response.js';
|
|
23
23
|
export * from './error-response.js';
|
|
24
|
+
export * from './orchestration-config-resource.js';
|
|
25
|
+
export * from './orchestration-config-list-response.js';
|
|
26
|
+
export * from './orchestration-config-post-request.js';
|
|
27
|
+
export * from './orchestration-config-post-response.js';
|
|
28
|
+
export * from './orchestration-config-get-response.js';
|
|
29
|
+
export * from './orchestration-config-delete-response.js';
|
|
30
|
+
export * from './runtime-orchestration-config-file.js';
|
|
31
|
+
export * from './chat-message-content.js';
|
|
32
|
+
export * from './system-chat-message.js';
|
|
33
|
+
export * from './image-content-url.js';
|
|
34
|
+
export * from './user-chat-message-content-item.js';
|
|
35
|
+
export * from './user-chat-message-content.js';
|
|
36
|
+
export * from './user-chat-message.js';
|
|
37
|
+
export * from './message-tool-call.js';
|
|
38
|
+
export * from './message-tool-calls.js';
|
|
39
|
+
export * from './assistant-chat-message.js';
|
|
40
|
+
export * from './tool-chat-message.js';
|
|
41
|
+
export * from './developer-chat-message.js';
|
|
42
|
+
export * from './chat-message.js';
|
|
43
|
+
export * from './templating-chat-message.js';
|
|
44
|
+
export * from './template.js';
|
|
45
|
+
export * from './template-ref-by-id.js';
|
|
46
|
+
export * from './template-ref-by-scenario-name-version.js';
|
|
47
|
+
export * from './template-ref.js';
|
|
48
|
+
export * from './llm-model-details.js';
|
|
49
|
+
export * from './prompt-templating-module-config.js';
|
|
50
|
+
export * from './azure-threshold.js';
|
|
51
|
+
export * from './azure-content-safety-input.js';
|
|
52
|
+
export * from './azure-content-safety-input-filter-config.js';
|
|
53
|
+
export * from './llama-guard-38-b.js';
|
|
54
|
+
export * from './llama-guard-38-b-filter-config.js';
|
|
55
|
+
export * from './input-filter-config.js';
|
|
56
|
+
export * from './input-filtering-config.js';
|
|
57
|
+
export * from './azure-content-safety-output.js';
|
|
58
|
+
export * from './azure-content-safety-output-filter-config.js';
|
|
59
|
+
export * from './output-filter-config.js';
|
|
60
|
+
export * from './filtering-stream-options.js';
|
|
61
|
+
export * from './output-filtering-config.js';
|
|
62
|
+
export * from './filtering-module-config.js';
|
|
63
|
+
export * from './dpi-entities.js';
|
|
64
|
+
export * from './dpi-method-constant.js';
|
|
65
|
+
export * from './dpi-method-fabricated-data.js';
|
|
66
|
+
export * from './dpi-standard-entity.js';
|
|
67
|
+
export * from './dpi-custom-entity.js';
|
|
68
|
+
export * from './dpi-entity-config.js';
|
|
69
|
+
export * from './dpi-config.js';
|
|
70
|
+
export * from './masking-provider-config.js';
|
|
71
|
+
export * from './masking-module-config.js';
|
|
72
|
+
export * from './grounding-filter-id.js';
|
|
73
|
+
export * from './grounding-filter-search-configuration.js';
|
|
74
|
+
export * from './data-repository-type.js';
|
|
75
|
+
export * from './key-value-list-pair.js';
|
|
76
|
+
export * from './search-select-option-enum.js';
|
|
77
|
+
export * from './search-document-key-value-list-pair.js';
|
|
78
|
+
export * from './document-grounding-filter.js';
|
|
79
|
+
export * from './grounding-module-config.js';
|
|
80
|
+
export * from './sap-document-translation-apply-to-selector.js';
|
|
81
|
+
export * from './sap-document-translation-input.js';
|
|
82
|
+
export * from './sap-document-translation-output-target-language.js';
|
|
83
|
+
export * from './sap-document-translation-output.js';
|
|
84
|
+
export * from './translation-module-config.js';
|
|
85
|
+
export * from './module-configs.js';
|
|
86
|
+
export * from './global-stream-options.js';
|
|
87
|
+
export * from './orchestration-config.js';
|
|
24
88
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/index.ts"],"names":[],"mappings":"AAKA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/index.ts"],"names":[],"mappings":"AAKA,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,yCAAyC,CAAC;AACxD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,sCAAsC,CAAC;AACrD,cAAc,mCAAmC,CAAC;AAClD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,qBAAqB,CAAC;AACpC,cAAc,oCAAoC,CAAC;AACnD,cAAc,yCAAyC,CAAC;AACxD,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,wCAAwC,CAAC;AACvD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,wCAAwC,CAAC;AACvD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,4CAA4C,CAAC;AAC3D,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sCAAsC,CAAC;AACrD,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,uBAAuB,CAAC;AACtC,cAAc,qCAAqC,CAAC;AACpD,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iCAAiC,CAAC;AAChD,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4CAA4C,CAAC;AAC3D,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0CAA0C,CAAC;AACzD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iDAAiD,CAAC;AAChE,cAAc,qCAAqC,CAAC;AACpD,cAAc,sDAAsD,CAAC;AACrE,cAAc,sCAAsC,CAAC;AACrD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC"}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* This is a generated file powered by the SAP Cloud SDK for JavaScript.
|
|
5
5
|
*/
|
|
6
|
-
export * from './template.js';
|
|
6
|
+
export * from './prompt-template.js';
|
|
7
7
|
export * from './single-chat-template.js';
|
|
8
8
|
export * from './multi-chat-template.js';
|
|
9
9
|
export * from './multi-chat-content.js';
|
|
@@ -26,4 +26,68 @@ export * from './runtime-prompt-template-file.js';
|
|
|
26
26
|
export * from './prompt-template-substitution-request.js';
|
|
27
27
|
export * from './prompt-template-substitution-response.js';
|
|
28
28
|
export * from './error-response.js';
|
|
29
|
+
export * from './orchestration-config-resource.js';
|
|
30
|
+
export * from './orchestration-config-list-response.js';
|
|
31
|
+
export * from './orchestration-config-post-request.js';
|
|
32
|
+
export * from './orchestration-config-post-response.js';
|
|
33
|
+
export * from './orchestration-config-get-response.js';
|
|
34
|
+
export * from './orchestration-config-delete-response.js';
|
|
35
|
+
export * from './runtime-orchestration-config-file.js';
|
|
36
|
+
export * from './chat-message-content.js';
|
|
37
|
+
export * from './system-chat-message.js';
|
|
38
|
+
export * from './image-content-url.js';
|
|
39
|
+
export * from './user-chat-message-content-item.js';
|
|
40
|
+
export * from './user-chat-message-content.js';
|
|
41
|
+
export * from './user-chat-message.js';
|
|
42
|
+
export * from './message-tool-call.js';
|
|
43
|
+
export * from './message-tool-calls.js';
|
|
44
|
+
export * from './assistant-chat-message.js';
|
|
45
|
+
export * from './tool-chat-message.js';
|
|
46
|
+
export * from './developer-chat-message.js';
|
|
47
|
+
export * from './chat-message.js';
|
|
48
|
+
export * from './templating-chat-message.js';
|
|
49
|
+
export * from './template.js';
|
|
50
|
+
export * from './template-ref-by-id.js';
|
|
51
|
+
export * from './template-ref-by-scenario-name-version.js';
|
|
52
|
+
export * from './template-ref.js';
|
|
53
|
+
export * from './llm-model-details.js';
|
|
54
|
+
export * from './prompt-templating-module-config.js';
|
|
55
|
+
export * from './azure-threshold.js';
|
|
56
|
+
export * from './azure-content-safety-input.js';
|
|
57
|
+
export * from './azure-content-safety-input-filter-config.js';
|
|
58
|
+
export * from './llama-guard-38-b.js';
|
|
59
|
+
export * from './llama-guard-38-b-filter-config.js';
|
|
60
|
+
export * from './input-filter-config.js';
|
|
61
|
+
export * from './input-filtering-config.js';
|
|
62
|
+
export * from './azure-content-safety-output.js';
|
|
63
|
+
export * from './azure-content-safety-output-filter-config.js';
|
|
64
|
+
export * from './output-filter-config.js';
|
|
65
|
+
export * from './filtering-stream-options.js';
|
|
66
|
+
export * from './output-filtering-config.js';
|
|
67
|
+
export * from './filtering-module-config.js';
|
|
68
|
+
export * from './dpi-entities.js';
|
|
69
|
+
export * from './dpi-method-constant.js';
|
|
70
|
+
export * from './dpi-method-fabricated-data.js';
|
|
71
|
+
export * from './dpi-standard-entity.js';
|
|
72
|
+
export * from './dpi-custom-entity.js';
|
|
73
|
+
export * from './dpi-entity-config.js';
|
|
74
|
+
export * from './dpi-config.js';
|
|
75
|
+
export * from './masking-provider-config.js';
|
|
76
|
+
export * from './masking-module-config.js';
|
|
77
|
+
export * from './grounding-filter-id.js';
|
|
78
|
+
export * from './grounding-filter-search-configuration.js';
|
|
79
|
+
export * from './data-repository-type.js';
|
|
80
|
+
export * from './key-value-list-pair.js';
|
|
81
|
+
export * from './search-select-option-enum.js';
|
|
82
|
+
export * from './search-document-key-value-list-pair.js';
|
|
83
|
+
export * from './document-grounding-filter.js';
|
|
84
|
+
export * from './grounding-module-config.js';
|
|
85
|
+
export * from './sap-document-translation-apply-to-selector.js';
|
|
86
|
+
export * from './sap-document-translation-input.js';
|
|
87
|
+
export * from './sap-document-translation-output-target-language.js';
|
|
88
|
+
export * from './sap-document-translation-output.js';
|
|
89
|
+
export * from './translation-module-config.js';
|
|
90
|
+
export * from './module-configs.js';
|
|
91
|
+
export * from './global-stream-options.js';
|
|
92
|
+
export * from './orchestration-config.js';
|
|
29
93
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,yCAAyC,CAAC;AACxD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,sCAAsC,CAAC;AACrD,cAAc,mCAAmC,CAAC;AAClD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,qBAAqB,CAAC;AACpC,cAAc,oCAAoC,CAAC;AACnD,cAAc,yCAAyC,CAAC;AACxD,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,wCAAwC,CAAC;AACvD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,wCAAwC,CAAC;AACvD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,4CAA4C,CAAC;AAC3D,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sCAAsC,CAAC;AACrD,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,uBAAuB,CAAC;AACtC,cAAc,qCAAqC,CAAC;AACpD,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iCAAiC,CAAC;AAChD,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4CAA4C,CAAC;AAC3D,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0CAA0C,CAAC;AACzD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iDAAiD,CAAC;AAChE,cAAc,qCAAqC,CAAC;AACpD,cAAc,sDAAsD,CAAC;AACrE,cAAc,sCAAsC,CAAC;AACrD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { AzureContentSafetyInputFilterConfig } from './azure-content-safety-input-filter-config.js';
|
|
2
|
+
import type { LlamaGuard38BFilterConfig } from './llama-guard-38-b-filter-config.js';
|
|
3
|
+
/**
|
|
4
|
+
* Representation of the 'InputFilterConfig' schema.
|
|
5
|
+
*/
|
|
6
|
+
export type InputFilterConfig = AzureContentSafetyInputFilterConfig | LlamaGuard38BFilterConfig;
|
|
7
|
+
//# sourceMappingURL=input-filter-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-filter-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/input-filter-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,+CAA+C,CAAC;AACzG,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AACrF;;GAEG;AACH,MAAM,MAAM,iBAAiB,GACzB,mCAAmC,GACnC,yBAAyB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-filter-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/input-filter-config.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { InputFilterConfig } from './input-filter-config.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'InputFilteringConfig' schema.
|
|
4
|
+
*/
|
|
5
|
+
export type InputFilteringConfig = {
|
|
6
|
+
/**
|
|
7
|
+
* Configuration for content filtering services that should be used for the given filtering step (input filtering).
|
|
8
|
+
* Min Items: 1.
|
|
9
|
+
*/
|
|
10
|
+
filters: InputFilterConfig[];
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=input-filtering-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-filtering-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/input-filtering-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC;;;OAGG;IACH,OAAO,EAAE,iBAAiB,EAAE,CAAC;CAC9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-filtering-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/input-filtering-config.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"key-value-list-pair.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/key-value-list-pair.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,EAAE,CAAC;CACjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"key-value-list-pair.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/key-value-list-pair.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { LlamaGuard38B } from './llama-guard-38-b.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'LlamaGuard38BFilterConfig' schema.
|
|
4
|
+
*/
|
|
5
|
+
export type LlamaGuard38BFilterConfig = {
|
|
6
|
+
/**
|
|
7
|
+
* Name of the filter provider type
|
|
8
|
+
* @example "llama_guard_3_8b"
|
|
9
|
+
*/
|
|
10
|
+
type: 'llama_guard_3_8b';
|
|
11
|
+
config: LlamaGuard38B;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=llama-guard-38-b-filter-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"llama-guard-38-b-filter-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/llama-guard-38-b-filter-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC;;;OAGG;IACH,IAAI,EAAE,kBAAkB,CAAC;IACzB,MAAM,EAAE,aAAa,CAAC;CACvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"llama-guard-38-b-filter-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/llama-guard-38-b-filter-config.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Filter configuration for Llama Guard 3 8B
|
|
3
|
+
*/
|
|
4
|
+
export type LlamaGuard38B = {
|
|
5
|
+
violent_crimes?: boolean;
|
|
6
|
+
non_violent_crimes?: boolean;
|
|
7
|
+
sex_crimes?: boolean;
|
|
8
|
+
child_exploitation?: boolean;
|
|
9
|
+
defamation?: boolean;
|
|
10
|
+
specialized_advice?: boolean;
|
|
11
|
+
privacy?: boolean;
|
|
12
|
+
intellectual_property?: boolean;
|
|
13
|
+
indiscriminate_weapons?: boolean;
|
|
14
|
+
hate?: boolean;
|
|
15
|
+
self_harm?: boolean;
|
|
16
|
+
sexual_content?: boolean;
|
|
17
|
+
elections?: boolean;
|
|
18
|
+
code_interpreter_abuse?: boolean;
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=llama-guard-38-b.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"llama-guard-38-b.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/llama-guard-38-b.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,sBAAsB,CAAC,EAAE,OAAO,CAAC;CAClC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"llama-guard-38-b.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/llama-guard-38-b.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The model and parameters to be used for the prompt templating. This is the model that will be used to generate the response.
|
|
3
|
+
*
|
|
4
|
+
*/
|
|
5
|
+
export type LLMModelDetails = {
|
|
6
|
+
/**
|
|
7
|
+
* Name of the model as in LLM Access configuration
|
|
8
|
+
* @example "gpt-4o-mini"
|
|
9
|
+
*/
|
|
10
|
+
name: string;
|
|
11
|
+
/**
|
|
12
|
+
* Version of the model to be used
|
|
13
|
+
* Default: "latest".
|
|
14
|
+
*/
|
|
15
|
+
version?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Additional parameters for the model. Default values are used for mandatory parameters.
|
|
18
|
+
* @example {
|
|
19
|
+
* "max_tokens": 300,
|
|
20
|
+
* "temperature": 0.1,
|
|
21
|
+
* "frequency_penalty": 0,
|
|
22
|
+
* "presence_penalty": 0,
|
|
23
|
+
* "n": 2,
|
|
24
|
+
* "stream_options": {
|
|
25
|
+
* "include_usage": true
|
|
26
|
+
* }
|
|
27
|
+
* }
|
|
28
|
+
*/
|
|
29
|
+
params?: Record<string, any>;
|
|
30
|
+
/**
|
|
31
|
+
* Timeout for the LLM request in seconds. This parameter is currently ignored for Vertex AI models.
|
|
32
|
+
* Default: 600.
|
|
33
|
+
* Maximum: 600.
|
|
34
|
+
* Minimum: 1.
|
|
35
|
+
*/
|
|
36
|
+
timeout?: number;
|
|
37
|
+
/**
|
|
38
|
+
* Maximum number of retries for the LLM request. This parameter is currently ignored for Vertex AI models.
|
|
39
|
+
* Default: 2.
|
|
40
|
+
* Maximum: 5.
|
|
41
|
+
*/
|
|
42
|
+
max_retries?: number;
|
|
43
|
+
};
|
|
44
|
+
//# sourceMappingURL=llm-model-details.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"llm-model-details.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/llm-model-details.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC7B;;;;;OAKG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"llm-model-details.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/llm-model-details.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { MaskingProviderConfig } from './masking-provider-config.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'MaskingModuleConfig' schema.
|
|
4
|
+
*/
|
|
5
|
+
export type MaskingModuleConfig = {
|
|
6
|
+
/**
|
|
7
|
+
* List of masking service providers
|
|
8
|
+
* Min Items: 1.
|
|
9
|
+
*/
|
|
10
|
+
providers: MaskingProviderConfig[];
|
|
11
|
+
} | {
|
|
12
|
+
/**
|
|
13
|
+
* List of masking service providers. **DEPRECATED**: will be removed Sept 15, 2026. Use `providers` property instead.
|
|
14
|
+
* @deprecated
|
|
15
|
+
* Min Items: 1.
|
|
16
|
+
*/
|
|
17
|
+
masking_providers: MaskingProviderConfig[];
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=masking-module-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"masking-module-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/masking-module-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAC1E;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAC3B;IACE;;;OAGG;IACH,SAAS,EAAE,qBAAqB,EAAE,CAAC;CACpC,GACD;IACE;;;;OAIG;IACH,iBAAiB,EAAE,qBAAqB,EAAE,CAAC;CAC5C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"masking-module-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/masking-module-config.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"masking-provider-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/masking-provider-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"masking-provider-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/masking-provider-config.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Representation of the 'MessageToolCall' schema.
|
|
3
|
+
*/
|
|
4
|
+
export type MessageToolCall = {
|
|
5
|
+
/**
|
|
6
|
+
* The ID of the tool call.
|
|
7
|
+
*/
|
|
8
|
+
id: string;
|
|
9
|
+
/**
|
|
10
|
+
* The type of the tool. Currently, only `function` is supported.
|
|
11
|
+
*/
|
|
12
|
+
type: 'function';
|
|
13
|
+
/**
|
|
14
|
+
* The function that the model called.
|
|
15
|
+
*/
|
|
16
|
+
function: {
|
|
17
|
+
/**
|
|
18
|
+
* The name of the function to call.
|
|
19
|
+
*/
|
|
20
|
+
name: string;
|
|
21
|
+
/**
|
|
22
|
+
* The arguments to call the function with, as generated by the model in JSON format. Note that the model does not always generate valid JSON, and may hallucinate parameters not defined by your function schema. Validate the arguments in your code before calling your function.
|
|
23
|
+
*/
|
|
24
|
+
arguments: string;
|
|
25
|
+
} & Record<string, any>;
|
|
26
|
+
} & Record<string, any>;
|
|
27
|
+
//# sourceMappingURL=message-tool-call.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"message-tool-call.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/message-tool-call.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,UAAU,CAAC;IACjB;;OAEG;IACH,QAAQ,EAAE;QACR;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;QACb;;WAEG;QACH,SAAS,EAAE,MAAM,CAAC;KACnB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"message-tool-call.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/message-tool-call.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"message-tool-calls.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/message-tool-calls.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"message-tool-calls.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/message-tool-calls.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { PromptTemplatingModuleConfig } from './prompt-templating-module-config.js';
|
|
2
|
+
import type { FilteringModuleConfig } from './filtering-module-config.js';
|
|
3
|
+
import type { MaskingModuleConfig } from './masking-module-config.js';
|
|
4
|
+
import type { GroundingModuleConfig } from './grounding-module-config.js';
|
|
5
|
+
import type { TranslationModuleConfig } from './translation-module-config.js';
|
|
6
|
+
/**
|
|
7
|
+
* Representation of the 'ModuleConfigs' schema.
|
|
8
|
+
*/
|
|
9
|
+
export type ModuleConfigs = {
|
|
10
|
+
prompt_templating: PromptTemplatingModuleConfig;
|
|
11
|
+
filtering?: FilteringModuleConfig;
|
|
12
|
+
masking?: MaskingModuleConfig;
|
|
13
|
+
grounding?: GroundingModuleConfig;
|
|
14
|
+
translation?: TranslationModuleConfig;
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=module-configs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"module-configs.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/module-configs.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AACzF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAC9E;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B,iBAAiB,EAAE,4BAA4B,CAAC;IAChD,SAAS,CAAC,EAAE,qBAAqB,CAAC;IAClC,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAC9B,SAAS,CAAC,EAAE,qBAAqB,CAAC;IAClC,WAAW,CAAC,EAAE,uBAAuB,CAAC;CACvC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"module-configs.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/module-configs.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"orchestration-config-delete-response.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config-delete-response.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,iCAAiC,GAAG;IAC9C,OAAO,EAAE,MAAM,CAAC;CACjB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"orchestration-config-delete-response.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config-delete-response.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { OrchestrationConfig } from './orchestration-config.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'OrchestrationConfigGetResponse' schema.
|
|
4
|
+
*/
|
|
5
|
+
export type OrchestrationConfigGetResponse = {
|
|
6
|
+
/**
|
|
7
|
+
* Format: "uuid".
|
|
8
|
+
*/
|
|
9
|
+
id?: string;
|
|
10
|
+
name?: string;
|
|
11
|
+
version?: string;
|
|
12
|
+
scenario?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Format: "timestamp".
|
|
15
|
+
*/
|
|
16
|
+
creation_timestamp?: string;
|
|
17
|
+
managed_by?: string;
|
|
18
|
+
is_version_head?: boolean;
|
|
19
|
+
resource_group_id?: string;
|
|
20
|
+
spec?: OrchestrationConfig;
|
|
21
|
+
} & Record<string, any>;
|
|
22
|
+
//# sourceMappingURL=orchestration-config-get-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"orchestration-config-get-response.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config-get-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AACrE;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG;IAC3C;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,IAAI,CAAC,EAAE,mBAAmB,CAAC;CAC5B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"orchestration-config-get-response.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config-get-response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { OrchestrationConfigGetResponse } from './orchestration-config-get-response.js';
|
|
2
|
+
/**
|
|
3
|
+
* Representation of the 'OrchestrationConfigListResponse' schema.
|
|
4
|
+
*/
|
|
5
|
+
export type OrchestrationConfigListResponse = {
|
|
6
|
+
count: number;
|
|
7
|
+
resources: OrchestrationConfigGetResponse[];
|
|
8
|
+
} & Record<string, any>;
|
|
9
|
+
//# sourceMappingURL=orchestration-config-list-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"orchestration-config-list-response.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config-list-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,wCAAwC,CAAC;AAC7F;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG;IAC5C,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,8BAA8B,EAAE,CAAC;CAC7C,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"orchestration-config-list-response.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/orchestration-config-list-response.ts"],"names":[],"mappings":""}
|