uipath 2.1.145__tar.gz → 2.1.147__tar.gz
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.
Potentially problematic release.
This version of uipath might be problematic. Click here for more details.
- {uipath-2.1.145 → uipath-2.1.147}/PKG-INFO +1 -1
- {uipath-2.1.145 → uipath-2.1.147}/pyproject.toml +1 -1
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_resources/SDK_REFERENCE.md +16 -4
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_services/documents_service.py +361 -25
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/documents.py +13 -5
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_documents_service.py +182 -5
- uipath-2.1.147/tests/sdk/services/tests_data/documents_service/ixp_extraction_response.json +1078 -0
- {uipath-2.1.145 → uipath-2.1.147}/uv.lock +1 -1
- uipath-2.1.145/tests/sdk/services/tests_data/documents_service/ixp_extraction_response.json +0 -431
- {uipath-2.1.145 → uipath-2.1.147}/.claude/agents/command-tester.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.claude/agents/test-reporter.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.claude/commands/prepare-pr.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.cursorrules +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.editorconfig +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.gitattributes +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.github/labeler.yml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.github/workflows/auto-label.yml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.github/workflows/cd.yml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.github/workflows/ci.yml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.github/workflows/commitlint.yml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.github/workflows/integration_tests.yml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.github/workflows/lint.yml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.github/workflows/publish-dev.yml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.github/workflows/publish-docs.yml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.github/workflows/slack.yml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.github/workflows/test-uipath-langchain.yml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.github/workflows/test-uipath-llamaindex.yml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.github/workflows/test.yml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.gitignore +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.pipelines/security-scans.yml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.pipelines/variables.yml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.pre-commit-config.yaml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.python-version +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.vscode/extensions.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.vscode/launch.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/.vscode/settings.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/CONTRIBUTING.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/LICENSE +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/README.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/AutomationSuite.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/CONTRIBUTING.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/FAQ.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/assets/env-preparation-failed-dark.png +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/assets/env-preparation-failed-light.png +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/assets/favicon.png +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/assets/llms.txt +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/assets/logo-dark.svg +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/assets/logo-light.svg +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/cli/index.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/actions.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/assets/cloud_env_var_dark.gif +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/assets/cloud_env_var_light.gif +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/assets/cloud_env_var_secret_dark.png +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/assets/cloud_env_var_secret_light.png +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/assets/copy_path_dark.png +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/assets/copy_path_light.png +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/assets.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/attachments.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/buckets.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/connections.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/context_grounding.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/documents.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/documents_models.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/environment_variables.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/getting_started.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/jobs.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/llm_gateway.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/processes.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/queues.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/core/traced.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/hooks.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/index.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/javascripts/extra.js +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/overrides/main.html +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/overrides/partials/actions.html +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/overrides/partials/logo.html +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/release_policy.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/sample_images/google-ADK-agent/agent-output.png +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/sample_images/resource-overrides/package-requirements.png +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/docs/stylesheets/extra.css +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/justfile +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/mkdocs.yml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/py.typed +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/asset-modifier-agent/.env.example +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/asset-modifier-agent/README.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/asset-modifier-agent/input.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/asset-modifier-agent/main.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/asset-modifier-agent/pyproject.toml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/asset-modifier-agent/uv.lock +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/calculator/README.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/calculator/evals/eval-sets/default.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/calculator/evals/eval-sets/legacy.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/calculator/evals/evaluators/contains.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/calculator/evals/evaluators/correct-operator-evaluator.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/calculator/evals/evaluators/custom/correct_operator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/calculator/evals/evaluators/custom/types/correct-operator-evaluator-types.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/calculator/evals/evaluators/exact-match.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/calculator/evals/evaluators/json-similarity.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/calculator/evals/evaluators/legacy-equality.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/calculator/evals/evaluators/legacy-json-similarity.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/calculator/evals/evaluators/legacy-llm-as-a-judge.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/calculator/evals/evaluators/legacy-trajectory.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/calculator/evals/evaluators/llm-judge-semantic-similarity.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/calculator/evals/evaluators/llm-judge-strict-json-similarity.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/calculator/evals/evaluators/trajectory.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/calculator/main.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/calculator/pyproject.toml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/calculator/uipath.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/event-trigger/.python-version +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/event-trigger/README.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/event-trigger/main.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/event-trigger/pyproject.toml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/google-ADK-agent/.env.example +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/google-ADK-agent/README.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/google-ADK-agent/input.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/google-ADK-agent/multi_tool_agent/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/google-ADK-agent/multi_tool_agent/agent.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/google-ADK-agent/pyproject.toml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/google-ADK-agent/uipath.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/google-ADK-agent/uv.lock +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/llm_chat_agent/README.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/llm_chat_agent/agent.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/llm_chat_agent/pyproject.toml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/llm_chat_agent/requirements.txt +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/resource-overrides/.agent/CLI_REFERENCE.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/resource-overrides/.agent/REQUIRED_STRUCTURE.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/resource-overrides/.agent/SDK_REFERENCE.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/resource-overrides/AGENTS.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/resource-overrides/CLAUDE.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/resource-overrides/README.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/resource-overrides/bindings.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/resource-overrides/main.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/resource-overrides/pyproject.toml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/resource-overrides/uipath.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/resource-overrides/uv.lock +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/weather_tools/README.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/weather_tools/TOOL_EVALUATORS.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/weather_tools/evals/eval-sets/default.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/weather_tools/evals/evaluators/tool-call-args.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/weather_tools/evals/evaluators/tool-call-count.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/weather_tools/evals/evaluators/tool-call-order.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/weather_tools/evals/evaluators/tool-call-output.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/weather_tools/evals/evaluators/trajectory.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/samples/weather_tools/main.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/scripts/debug_test.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/scripts/lint_httpx_client.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/scripts/update_agents_md.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/README.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_auth/_auth_server.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_auth/_auth_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_auth/_models.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_auth/_oidc_utils.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_auth/_portal_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_auth/_url_utils.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_auth/_utils.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_auth/auth_config_25_10.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_auth/auth_config_cloud.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_auth/index.html +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_auth/localhost.crt +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_auth/localhost.key +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_debug/_bridge.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_debug/_runtime.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_dev/_terminal/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_dev/_terminal/_components/_chat.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_dev/_terminal/_components/_details.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_dev/_terminal/_components/_history.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_dev/_terminal/_components/_json_input.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_dev/_terminal/_components/_new.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_dev/_terminal/_models/_execution.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_dev/_terminal/_models/_messages.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_dev/_terminal/_styles/terminal.tcss +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_dev/_terminal/_utils/_chat.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_dev/_terminal/_utils/_exporter.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_dev/_terminal/_utils/_logger.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/_console_progress_reporter.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/_evaluate.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/_evaluator_factory.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/_helpers.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/_models/_evaluation_set.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/_models/_evaluator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/_models/_evaluator_base_params.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/_models/_exceptions.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/_models/_mocks.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/_models/_output.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/_models/_sw_reporting.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/_progress_reporter.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/_runtime.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/_span_collection.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/mocks/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/mocks/cache_manager.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/mocks/input_mocker.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/mocks/llm_mocker.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/mocks/mocker.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/mocks/mocker_factory.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/mocks/mockito_mocker.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_evals/mocks/mocks.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_push/models.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_push/sw_file_handler.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_runtime/_contracts.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_runtime/_escalation.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_runtime/_hitl.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_runtime/_logging.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_runtime/_runtime.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_runtime/_runtime_factory.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_runtime/_script_executor.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_templates/.psmdcp.template +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_templates/.rels.template +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_templates/[Content_Types].xml.template +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_templates/custom_evaluator.py.template +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_templates/main.py.template +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_templates/package.nuspec.template +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_common.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_console.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_constants.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_context.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_debug.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_eval_set.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_folders.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_formatters.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_input_args.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_parse_ast.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_processes.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_project_files.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_resources.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_service_base.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_service_cli_generator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_service_metadata.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_service_protocol.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_studio_project.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_tracing.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_type_registry.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_uv_helpers.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/_utils/_validators.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/cli_add.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/cli_auth.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/cli_debug.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/cli_deploy.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/cli_dev.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/cli_eval.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/cli_init.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/cli_invoke.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/cli_new.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/cli_pack.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/cli_publish.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/cli_pull.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/cli_push.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/cli_register.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/cli_run.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/middlewares.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/models/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/models/runtime_schema.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/services/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/services/_buckets_metadata.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/services/cli_buckets.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_cli/spinner.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_config.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_events/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_events/_event_bus.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_events/_events.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_execution_context.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_folder_context.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_resources/AGENTS.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_resources/CLAUDE.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_resources/CLI_REFERENCE.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_resources/REQUIRED_STRUCTURE.md +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_services/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_services/_base_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_services/actions_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_services/api_client.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_services/assets_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_services/attachments_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_services/buckets_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_services/connections_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_services/context_grounding_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_services/entities_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_services/external_application_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_services/folder_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_services/guardrails_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_services/jobs_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_services/llm_gateway_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_services/processes_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_services/queues_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_uipath.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_utils/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_utils/_auth.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_utils/_bindings.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_utils/_endpoint.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_utils/_logs.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_utils/_request_override.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_utils/_request_spec.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_utils/_ssl_context.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_utils/_url.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_utils/_user_agent.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/_utils/constants.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/agent/_utils.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/agent/conversation/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/agent/conversation/async_stream.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/agent/conversation/citation.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/agent/conversation/content.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/agent/conversation/conversation.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/agent/conversation/event.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/agent/conversation/exchange.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/agent/conversation/message.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/agent/conversation/meta.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/agent/conversation/tool.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/agent/models/agent.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/agent/models/evals.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/agent/react/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/agent/react/prompts.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/agent/react/tools.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/_helpers/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/_helpers/evaluators_helpers.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/_helpers/helpers.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators/base_evaluator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators/contains_evaluator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators/exact_match_evaluator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators/json_similarity_evaluator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators/legacy_base_evaluator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators/legacy_deterministic_evaluator_base.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators/legacy_exact_match_evaluator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators/legacy_json_similarity_evaluator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators/legacy_llm_as_judge_evaluator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators/legacy_trajectory_evaluator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators/llm_as_judge_evaluator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators/llm_judge_output_evaluator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators/llm_judge_trajectory_evaluator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators/output_evaluator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators/tool_call_args_evaluator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators/tool_call_count_evaluator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators/tool_call_order_evaluator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators/tool_call_output_evaluator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators_types/ContainsEvaluator.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators_types/ExactMatchEvaluator.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators_types/JsonSimilarityEvaluator.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators_types/LLMJudgeOutputEvaluator.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators_types/LLMJudgeSimulationTrajectoryEvaluator.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators_types/LLMJudgeStrictJSONSimilarityOutputEvaluator.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators_types/LLMJudgeTrajectoryEvaluator.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators_types/ToolCallArgsEvaluator.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators_types/ToolCallCountEvaluator.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators_types/ToolCallOrderEvaluator.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators_types/ToolCallOutputEvaluator.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/evaluators_types/generate_types.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/mocks/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/mocks/mockable.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/models/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/models/llm_judge_types.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/eval/models/models.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/action_schema.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/actions.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/assets.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/attachment.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/auth.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/buckets.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/connections.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/context_grounding.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/context_grounding_index.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/entities.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/errors.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/exceptions.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/guardrails.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/interrupt_models.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/job.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/llm_gateway.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/processes.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/models/queues.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/py.typed +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/telemetry/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/telemetry/_constants.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/telemetry/_track.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/tracing/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/tracing/_otel_exporters.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/tracing/_traced.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/tracing/_utils.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/utils/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/utils/_endpoints_manager.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/src/uipath/utils/dynamic_schema.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/apicalls-testcase/main.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/apicalls-testcase/pyproject.toml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/apicalls-testcase/run.sh +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/apicalls-testcase/src/assert.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/basic-testcase/main.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/basic-testcase/pyproject.toml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/basic-testcase/run.sh +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/basic-testcase/src/assert.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/common/validate_output.sh +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/langchain-cross/agent.mermaid +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/langchain-cross/langgraph.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/langchain-cross/pyproject.toml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/langchain-cross/run.sh +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/langchain-cross/src/assert.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/langchain-cross/src/main.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/llamaindex-cross/agent.mermaid +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/llamaindex-cross/llama_index.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/llamaindex-cross/pyproject.toml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/llamaindex-cross/run.sh +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/llamaindex-cross/src/assert.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/llamaindex-cross/src/main.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/tools-evals/pyproject.toml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/tools-evals/run.sh +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/testcases/tools-evals/src/assert.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/agent/models/test_agent.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/agent/models/test_evals.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/conftest.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/contract/test_sdk_cli_alignment.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/eval/evals/eval-sets/default.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/eval/evals/evaluators/exact-match.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/eval/mocks/test_cache_manager.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/eval/mocks/test_input_mocker.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/eval/mocks/test_mocks.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/eval/test_evaluate.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/eval/test_progress_reporter.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/evaluators/test_json_similarity_evaluator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/integration/test_buckets_commands.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/mocks/bindings_script.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/mocks/pyproject.toml +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/mocks/simple_script.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/mocks/uipath-mock.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/mocks/uipath-simple-script-mock.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/models/test_runtime_schema.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/test_auth.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/test_conflict_handlers.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/test_hitl.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/test_init.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/test_init_agents_md.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/test_input_args.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/test_invoke.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/test_new.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/test_oidc_utils.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/test_pack.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/test_portal_service_ensure_valid_token.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/test_portal_service_refresh_token.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/test_publish.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/test_pull.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/test_push.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/test_run.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/test_utils.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/unit/test_buckets_migration.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/unit/test_context.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/unit/test_formatters.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/unit/test_service_cli_generator.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/unit/test_service_metadata.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/unit/test_service_protocol.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/unit/test_type_registry.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/unit/test_validators.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/utils/common.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/utils/project_details.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/utils/test_dynamic_schema.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/cli/utils/uipath_json.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/conftest.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/evaluators/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/evaluators/test_evaluator_aggregation.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/evaluators/test_evaluator_helpers.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/evaluators/test_evaluator_methods.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/evaluators/test_evaluator_schemas.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/resource_overrides/__init__.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/resource_overrides/overwrites.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/resource_overrides/test_resource_overrides.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/conftest.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_actions_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_api_client.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_assets_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_attachments_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_base_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_buckets_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_connections_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_context_grounding_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_entities_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_external_application_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_folder_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_guardrails_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_jobs_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_llm_integration.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_llm_schema_cleanup.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_llm_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_processes_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_queues_service.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/test_uipath_llm_integration.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/tests_data/documents_service/classification_response.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/tests_data/documents_service/create_validation_action_response.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/services/tests_data/documents_service/modern_extraction_response.json +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/test_bindings.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/test_config.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/sdk/test_uipath_caching.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/tracing/test_otel_exporters.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/tracing/test_span_utils.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/tracing/test_traced.py +0 -0
- {uipath-2.1.145 → uipath-2.1.147}/tests/tracing/test_tracing_manager.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: uipath
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.147
|
|
4
4
|
Summary: Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools.
|
|
5
5
|
Project-URL: Homepage, https://uipath.com
|
|
6
6
|
Project-URL: Repository, https://github.com/UiPath/uipath-python
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "uipath"
|
|
3
|
-
version = "2.1.
|
|
3
|
+
version = "2.1.147"
|
|
4
4
|
description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools."
|
|
5
5
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
6
6
|
requires-python = ">=3.10"
|
|
@@ -265,11 +265,17 @@ sdk.documents.classify(tag: str, project_name: str, file: Union[IO[bytes], bytes
|
|
|
265
265
|
# Asynchronously version of the [`classify`][uipath._services.documents_service.DocumentsService.classify] method.
|
|
266
266
|
sdk.documents.classify_async(tag: str, project_name: str, file: Union[IO[bytes], bytes, str, NoneType]=None, file_path: Optional[str]=None) -> typing.List[uipath.models.documents.ClassificationResult]
|
|
267
267
|
|
|
268
|
+
# Create a validate classification action for a document based on the classification results. More details about validation actions can be found in the [official documentation](https://docs.uipath.com/ixp/automation-cloud/latest/user-guide/validating-classifications).
|
|
269
|
+
sdk.documents.create_validate_classification_action(action_title: str, action_priority: <enum 'ActionPriority, action_catalog: str, action_folder: str, storage_bucket_name: str, storage_bucket_directory_path: str, classification_results: List[uipath.models.documents.ClassificationResult]) -> uipath.models.documents.ValidateClassificationAction
|
|
270
|
+
|
|
271
|
+
# Asynchronous version of the [`create_validation_action`][uipath._services.documents_service.DocumentsService.create_validate_classification_action] method.
|
|
272
|
+
sdk.documents.create_validate_classification_action_async(action_title: str, action_priority: <enum 'ActionPriority, action_catalog: str, action_folder: str, storage_bucket_name: str, storage_bucket_directory_path: str, classification_results: List[uipath.models.documents.ClassificationResult]) -> uipath.models.documents.ValidateClassificationAction
|
|
273
|
+
|
|
268
274
|
# Create a validate extraction action for a document based on the extraction response. More details about validation actions can be found in the [official documentation](https://docs.uipath.com/ixp/automation-cloud/latest/user-guide/validating-extractions).
|
|
269
|
-
sdk.documents.create_validate_extraction_action(action_title: str, action_priority: <enum 'ActionPriority, action_catalog: str, action_folder: str, storage_bucket_name: str, storage_bucket_directory_path: str, extraction_response: uipath.models.documents.ExtractionResponse) -> uipath.models.documents.
|
|
275
|
+
sdk.documents.create_validate_extraction_action(action_title: str, action_priority: <enum 'ActionPriority, action_catalog: str, action_folder: str, storage_bucket_name: str, storage_bucket_directory_path: str, extraction_response: uipath.models.documents.ExtractionResponse) -> uipath.models.documents.ValidateExtractionAction
|
|
270
276
|
|
|
271
277
|
# Asynchronous version of the [`create_validation_action`][uipath._services.documents_service.DocumentsService.create_validate_extraction_action] method.
|
|
272
|
-
sdk.documents.create_validate_extraction_action_async(action_title: str, action_priority: <enum 'ActionPriority, action_catalog: str, action_folder: str, storage_bucket_name: str, storage_bucket_directory_path: str, extraction_response: uipath.models.documents.ExtractionResponse) -> uipath.models.documents.
|
|
278
|
+
sdk.documents.create_validate_extraction_action_async(action_title: str, action_priority: <enum 'ActionPriority, action_catalog: str, action_folder: str, storage_bucket_name: str, storage_bucket_directory_path: str, extraction_response: uipath.models.documents.ExtractionResponse) -> uipath.models.documents.ValidateExtractionAction
|
|
273
279
|
|
|
274
280
|
# Extract predicted data from a document using an DU Modern/IXP project.
|
|
275
281
|
sdk.documents.extract(tag: str, project_name: Optional[str]=None, file: Union[IO[bytes], bytes, str, NoneType]=None, file_path: Optional[str]=None, classification_result: Optional[uipath.models.documents.ClassificationResult]=None, project_type: Optional[uipath.models.documents.ProjectType]=None, document_type_name: Optional[str]=None) -> typing.Union[uipath.models.documents.ExtractionResponse, uipath.models.documents.ExtractionResponseIXP]
|
|
@@ -277,11 +283,17 @@ sdk.documents.extract(tag: str, project_name: Optional[str]=None, file: Union[IO
|
|
|
277
283
|
# Asynchronously version of the [`extract`][uipath._services.documents_service.DocumentsService.extract] method.
|
|
278
284
|
sdk.documents.extract_async(tag: str, project_name: Optional[str]=None, file: Union[IO[bytes], bytes, str, NoneType]=None, file_path: Optional[str]=None, classification_result: Optional[uipath.models.documents.ClassificationResult]=None, project_type: Optional[uipath.models.documents.ProjectType]=None, document_type_name: Optional[str]=None) -> typing.Union[uipath.models.documents.ExtractionResponse, uipath.models.documents.ExtractionResponseIXP]
|
|
279
285
|
|
|
286
|
+
# Get the result of a validate classification action.
|
|
287
|
+
sdk.documents.get_validate_classification_result(validation_action: uipath.models.documents.ValidateClassificationAction) -> typing.List[uipath.models.documents.ClassificationResult]
|
|
288
|
+
|
|
289
|
+
# Get the result of a validate classification action.
|
|
290
|
+
sdk.documents.get_validate_classification_result_async(validation_action: uipath.models.documents.ValidateClassificationAction) -> typing.List[uipath.models.documents.ClassificationResult]
|
|
291
|
+
|
|
280
292
|
# Get the result of a validate extraction action.
|
|
281
|
-
sdk.documents.get_validate_extraction_result(validation_action: uipath.models.documents.
|
|
293
|
+
sdk.documents.get_validate_extraction_result(validation_action: uipath.models.documents.ValidateExtractionAction) -> typing.Union[uipath.models.documents.ExtractionResponse, uipath.models.documents.ExtractionResponseIXP]
|
|
282
294
|
|
|
283
295
|
# Asynchronous version of the [`get_validation_result`][uipath._services.documents_service.DocumentsService.get_validate_extraction_result] method.
|
|
284
|
-
sdk.documents.get_validate_extraction_result_async(validation_action: uipath.models.documents.
|
|
296
|
+
sdk.documents.get_validate_extraction_result_async(validation_action: uipath.models.documents.ValidateExtractionAction) -> typing.Union[uipath.models.documents.ExtractionResponse, uipath.models.documents.ExtractionResponseIXP]
|
|
285
297
|
|
|
286
298
|
```
|
|
287
299
|
|
|
@@ -17,7 +17,8 @@ from ..models.documents import (
|
|
|
17
17
|
ExtractionResponseIXP,
|
|
18
18
|
FileContent,
|
|
19
19
|
ProjectType,
|
|
20
|
-
|
|
20
|
+
ValidateClassificationAction,
|
|
21
|
+
ValidateExtractionAction,
|
|
21
22
|
)
|
|
22
23
|
from ..tracing import traced
|
|
23
24
|
from ._base_service import BaseService
|
|
@@ -620,6 +621,7 @@ class DocumentsService(FolderContext, BaseService):
|
|
|
620
621
|
)
|
|
621
622
|
for classification_result in classification_response["classificationResults"]:
|
|
622
623
|
classification_result["ProjectId"] = project_id
|
|
624
|
+
classification_result["Tag"] = tag
|
|
623
625
|
|
|
624
626
|
return ClassificationResponse.model_validate(
|
|
625
627
|
classification_response
|
|
@@ -655,6 +657,7 @@ class DocumentsService(FolderContext, BaseService):
|
|
|
655
657
|
)
|
|
656
658
|
for classification_result in classification_response["classificationResults"]:
|
|
657
659
|
classification_result["ProjectId"] = project_id
|
|
660
|
+
classification_result["Tag"] = tag
|
|
658
661
|
|
|
659
662
|
return ClassificationResponse.model_validate(
|
|
660
663
|
classification_response
|
|
@@ -925,7 +928,75 @@ class DocumentsService(FolderContext, BaseService):
|
|
|
925
928
|
project_type=project_type,
|
|
926
929
|
)
|
|
927
930
|
|
|
928
|
-
def
|
|
931
|
+
def _start_classification_validation(
|
|
932
|
+
self,
|
|
933
|
+
project_id: str,
|
|
934
|
+
tag: str,
|
|
935
|
+
action_title: str,
|
|
936
|
+
action_priority: ActionPriority,
|
|
937
|
+
action_catalog: str,
|
|
938
|
+
action_folder: str,
|
|
939
|
+
storage_bucket_name: str,
|
|
940
|
+
storage_bucket_directory_path: str,
|
|
941
|
+
classification_results: List[ClassificationResult],
|
|
942
|
+
) -> str:
|
|
943
|
+
return self.request(
|
|
944
|
+
"POST",
|
|
945
|
+
url=Endpoint(
|
|
946
|
+
f"/du_/api/framework/projects/{project_id}/{tag}/classifiers/validation/start"
|
|
947
|
+
),
|
|
948
|
+
params={"api-version": 1.1},
|
|
949
|
+
headers=self._get_common_headers(),
|
|
950
|
+
json={
|
|
951
|
+
"classificationResults": [
|
|
952
|
+
cr.model_dump() for cr in classification_results
|
|
953
|
+
],
|
|
954
|
+
"documentId": classification_results[0].document_id,
|
|
955
|
+
"actionTitle": action_title,
|
|
956
|
+
"actionPriority": action_priority,
|
|
957
|
+
"actionCatalog": action_catalog,
|
|
958
|
+
"actionFolder": action_folder,
|
|
959
|
+
"storageBucketName": storage_bucket_name,
|
|
960
|
+
"storageBucketDirectoryPath": storage_bucket_directory_path,
|
|
961
|
+
},
|
|
962
|
+
).json()["operationId"]
|
|
963
|
+
|
|
964
|
+
async def _start_classification_validation_async(
|
|
965
|
+
self,
|
|
966
|
+
project_id: str,
|
|
967
|
+
tag: str,
|
|
968
|
+
action_title: str,
|
|
969
|
+
action_priority: ActionPriority,
|
|
970
|
+
action_catalog: str,
|
|
971
|
+
action_folder: str,
|
|
972
|
+
storage_bucket_name: str,
|
|
973
|
+
storage_bucket_directory_path: str,
|
|
974
|
+
classification_results: List[ClassificationResult],
|
|
975
|
+
) -> str:
|
|
976
|
+
return (
|
|
977
|
+
await self.request_async(
|
|
978
|
+
"POST",
|
|
979
|
+
url=Endpoint(
|
|
980
|
+
f"/du_/api/framework/projects/{project_id}/{tag}/classifiers/validation/start"
|
|
981
|
+
),
|
|
982
|
+
params={"api-version": 1.1},
|
|
983
|
+
headers=self._get_common_headers(),
|
|
984
|
+
json={
|
|
985
|
+
"classificationResults": [
|
|
986
|
+
cr.model_dump() for cr in classification_results
|
|
987
|
+
],
|
|
988
|
+
"documentId": classification_results[0].document_id,
|
|
989
|
+
"actionTitle": action_title,
|
|
990
|
+
"actionPriority": action_priority,
|
|
991
|
+
"actionCatalog": action_catalog,
|
|
992
|
+
"actionFolder": action_folder,
|
|
993
|
+
"storageBucketName": storage_bucket_name,
|
|
994
|
+
"storageBucketDirectoryPath": storage_bucket_directory_path,
|
|
995
|
+
},
|
|
996
|
+
)
|
|
997
|
+
).json()["operationId"]
|
|
998
|
+
|
|
999
|
+
def _start_extraction_validation(
|
|
929
1000
|
self,
|
|
930
1001
|
project_id: str,
|
|
931
1002
|
tag: str,
|
|
@@ -958,7 +1029,7 @@ class DocumentsService(FolderContext, BaseService):
|
|
|
958
1029
|
},
|
|
959
1030
|
).json()["operationId"]
|
|
960
1031
|
|
|
961
|
-
async def
|
|
1032
|
+
async def _start_extraction_validation_async(
|
|
962
1033
|
self,
|
|
963
1034
|
project_id: str,
|
|
964
1035
|
tag: str,
|
|
@@ -993,7 +1064,33 @@ class DocumentsService(FolderContext, BaseService):
|
|
|
993
1064
|
)
|
|
994
1065
|
).json()["operationId"]
|
|
995
1066
|
|
|
996
|
-
def
|
|
1067
|
+
def _get_classification_validation_result(
|
|
1068
|
+
self, project_id: str, tag: str, operation_id: str
|
|
1069
|
+
) -> Dict: # type: ignore
|
|
1070
|
+
return self.request(
|
|
1071
|
+
method="GET",
|
|
1072
|
+
url=Endpoint(
|
|
1073
|
+
f"/du_/api/framework/projects/{project_id}/{tag}/classifiers/validation/result/{operation_id}"
|
|
1074
|
+
),
|
|
1075
|
+
params={"api-version": 1.1},
|
|
1076
|
+
headers=self._get_common_headers(),
|
|
1077
|
+
).json()
|
|
1078
|
+
|
|
1079
|
+
async def _get_classification_validation_result_async(
|
|
1080
|
+
self, project_id: str, tag: str, operation_id: str
|
|
1081
|
+
) -> Dict: # type: ignore
|
|
1082
|
+
return (
|
|
1083
|
+
await self.request_async(
|
|
1084
|
+
method="GET",
|
|
1085
|
+
url=Endpoint(
|
|
1086
|
+
f"/du_/api/framework/projects/{project_id}/{tag}/classifiers/validation/result/{operation_id}"
|
|
1087
|
+
),
|
|
1088
|
+
params={"api-version": 1.1},
|
|
1089
|
+
headers=self._get_common_headers(),
|
|
1090
|
+
)
|
|
1091
|
+
).json()
|
|
1092
|
+
|
|
1093
|
+
def _get_extraction_validation_result(
|
|
997
1094
|
self, project_id: str, tag: str, document_type_id: str, operation_id: str
|
|
998
1095
|
) -> Dict: # type: ignore
|
|
999
1096
|
return self.request(
|
|
@@ -1005,7 +1102,7 @@ class DocumentsService(FolderContext, BaseService):
|
|
|
1005
1102
|
headers=self._get_common_headers(),
|
|
1006
1103
|
).json()
|
|
1007
1104
|
|
|
1008
|
-
async def
|
|
1105
|
+
async def _get_extraction_validation_result_async(
|
|
1009
1106
|
self, project_id: str, tag: str, document_type_id: str, operation_id: str
|
|
1010
1107
|
) -> Dict: # type: ignore
|
|
1011
1108
|
return (
|
|
@@ -1019,16 +1116,76 @@ class DocumentsService(FolderContext, BaseService):
|
|
|
1019
1116
|
)
|
|
1020
1117
|
).json()
|
|
1021
1118
|
|
|
1022
|
-
def
|
|
1119
|
+
def _wait_for_create_validate_classification_action(
|
|
1120
|
+
self,
|
|
1121
|
+
project_id: str,
|
|
1122
|
+
tag: str,
|
|
1123
|
+
operation_id: str,
|
|
1124
|
+
) -> ValidateClassificationAction:
|
|
1125
|
+
def result_getter() -> Tuple[Any, Optional[Any], Optional[Any]]:
|
|
1126
|
+
result = self._get_classification_validation_result(
|
|
1127
|
+
project_id=project_id,
|
|
1128
|
+
tag=tag,
|
|
1129
|
+
operation_id=operation_id,
|
|
1130
|
+
)
|
|
1131
|
+
return (
|
|
1132
|
+
result["status"],
|
|
1133
|
+
result.get("error", None),
|
|
1134
|
+
result.get("result", None),
|
|
1135
|
+
)
|
|
1136
|
+
|
|
1137
|
+
response = self._wait_for_operation(
|
|
1138
|
+
result_getter=result_getter,
|
|
1139
|
+
wait_statuses=["NotStarted", "Running"],
|
|
1140
|
+
success_status="Succeeded",
|
|
1141
|
+
)
|
|
1142
|
+
|
|
1143
|
+
response["projectId"] = project_id
|
|
1144
|
+
response["projectType"] = ProjectType.MODERN
|
|
1145
|
+
response["tag"] = tag
|
|
1146
|
+
response["operationId"] = operation_id
|
|
1147
|
+
return ValidateClassificationAction.model_validate(response)
|
|
1148
|
+
|
|
1149
|
+
async def _wait_for_create_validate_classification_action_async(
|
|
1150
|
+
self,
|
|
1151
|
+
project_id: str,
|
|
1152
|
+
tag: str,
|
|
1153
|
+
operation_id: str,
|
|
1154
|
+
) -> ValidateClassificationAction:
|
|
1155
|
+
async def result_getter() -> Tuple[Any, Optional[Any], Optional[Any]]:
|
|
1156
|
+
result = await self._get_classification_validation_result_async(
|
|
1157
|
+
project_id=project_id,
|
|
1158
|
+
tag=tag,
|
|
1159
|
+
operation_id=operation_id,
|
|
1160
|
+
)
|
|
1161
|
+
return (
|
|
1162
|
+
result["status"],
|
|
1163
|
+
result.get("error", None),
|
|
1164
|
+
result.get("result", None),
|
|
1165
|
+
)
|
|
1166
|
+
|
|
1167
|
+
response = await self._wait_for_operation_async(
|
|
1168
|
+
result_getter=result_getter,
|
|
1169
|
+
wait_statuses=["NotStarted", "Running"],
|
|
1170
|
+
success_status="Succeeded",
|
|
1171
|
+
)
|
|
1172
|
+
|
|
1173
|
+
response["projectId"] = project_id
|
|
1174
|
+
response["projectType"] = ProjectType.MODERN
|
|
1175
|
+
response["tag"] = tag
|
|
1176
|
+
response["operationId"] = operation_id
|
|
1177
|
+
return ValidateClassificationAction.model_validate(response)
|
|
1178
|
+
|
|
1179
|
+
def _wait_for_create_validate_extraction_action(
|
|
1023
1180
|
self,
|
|
1024
1181
|
project_id: str,
|
|
1025
1182
|
project_type: ProjectType,
|
|
1026
1183
|
tag: str,
|
|
1027
1184
|
document_type_id: str,
|
|
1028
1185
|
operation_id: str,
|
|
1029
|
-
) ->
|
|
1186
|
+
) -> ValidateExtractionAction:
|
|
1030
1187
|
def result_getter() -> Tuple[Any, Optional[Any], Optional[Any]]:
|
|
1031
|
-
result = self.
|
|
1188
|
+
result = self._get_extraction_validation_result(
|
|
1032
1189
|
project_id=project_id,
|
|
1033
1190
|
tag=tag,
|
|
1034
1191
|
document_type_id=document_type_id,
|
|
@@ -1051,18 +1208,18 @@ class DocumentsService(FolderContext, BaseService):
|
|
|
1051
1208
|
response["tag"] = tag
|
|
1052
1209
|
response["documentTypeId"] = document_type_id
|
|
1053
1210
|
response["operationId"] = operation_id
|
|
1054
|
-
return
|
|
1211
|
+
return ValidateExtractionAction.model_validate(response)
|
|
1055
1212
|
|
|
1056
|
-
async def
|
|
1213
|
+
async def _wait_for_create_validate_extraction_action_async(
|
|
1057
1214
|
self,
|
|
1058
1215
|
project_id: str,
|
|
1059
1216
|
project_type: ProjectType,
|
|
1060
1217
|
tag: str,
|
|
1061
1218
|
document_type_id: str,
|
|
1062
1219
|
operation_id: str,
|
|
1063
|
-
) ->
|
|
1220
|
+
) -> ValidateExtractionAction:
|
|
1064
1221
|
async def result_getter_async() -> Tuple[Any, Optional[Any], Optional[Any]]:
|
|
1065
|
-
result = await self.
|
|
1222
|
+
result = await self._get_extraction_validation_result_async(
|
|
1066
1223
|
project_id=project_id,
|
|
1067
1224
|
tag=tag,
|
|
1068
1225
|
document_type_id=document_type_id,
|
|
@@ -1085,7 +1242,99 @@ class DocumentsService(FolderContext, BaseService):
|
|
|
1085
1242
|
response["tag"] = tag
|
|
1086
1243
|
response["documentTypeId"] = document_type_id
|
|
1087
1244
|
response["operationId"] = operation_id
|
|
1088
|
-
return
|
|
1245
|
+
return ValidateExtractionAction.model_validate(response)
|
|
1246
|
+
|
|
1247
|
+
@traced(name="documents_create_validate_classification_action", run_type="uipath")
|
|
1248
|
+
def create_validate_classification_action(
|
|
1249
|
+
self,
|
|
1250
|
+
action_title: str,
|
|
1251
|
+
action_priority: ActionPriority,
|
|
1252
|
+
action_catalog: str,
|
|
1253
|
+
action_folder: str,
|
|
1254
|
+
storage_bucket_name: str,
|
|
1255
|
+
storage_bucket_directory_path: str,
|
|
1256
|
+
classification_results: List[ClassificationResult],
|
|
1257
|
+
) -> ValidateClassificationAction:
|
|
1258
|
+
"""Create a validate classification action for a document based on the classification results. More details about validation actions can be found in the [official documentation](https://docs.uipath.com/ixp/automation-cloud/latest/user-guide/validating-classifications).
|
|
1259
|
+
|
|
1260
|
+
Args:
|
|
1261
|
+
action_title (str): Title of the action.
|
|
1262
|
+
action_priority (ActionPriority): Priority of the action.
|
|
1263
|
+
action_catalog (str): Catalog of the action.
|
|
1264
|
+
action_folder (str): Folder of the action.
|
|
1265
|
+
storage_bucket_name (str): Name of the storage bucket.
|
|
1266
|
+
storage_bucket_directory_path (str): Directory path in the storage bucket.
|
|
1267
|
+
classification_results (List[ClassificationResult]): The classification results to be validated, typically obtained from the [`classify`][uipath._services.documents_service.DocumentsService.classify] method.
|
|
1268
|
+
|
|
1269
|
+
Returns:
|
|
1270
|
+
ValidateClassificationAction: The created validate classification action.
|
|
1271
|
+
|
|
1272
|
+
Examples:
|
|
1273
|
+
```python
|
|
1274
|
+
validation_action = service.create_validate_classification_action(
|
|
1275
|
+
action_title="Test Validation Action",
|
|
1276
|
+
action_priority=ActionPriority.MEDIUM,
|
|
1277
|
+
action_catalog="default_du_actions",
|
|
1278
|
+
action_folder="Shared",
|
|
1279
|
+
storage_bucket_name="du_storage_bucket",
|
|
1280
|
+
storage_bucket_directory_path="TestDirectory",
|
|
1281
|
+
classification_results=classification_results,
|
|
1282
|
+
)
|
|
1283
|
+
```
|
|
1284
|
+
"""
|
|
1285
|
+
if not classification_results:
|
|
1286
|
+
raise ValueError("`classification_results` must not be empty")
|
|
1287
|
+
|
|
1288
|
+
operation_id = self._start_classification_validation(
|
|
1289
|
+
project_id=classification_results[0].project_id,
|
|
1290
|
+
tag=classification_results[0].tag,
|
|
1291
|
+
action_title=action_title,
|
|
1292
|
+
action_priority=action_priority,
|
|
1293
|
+
action_catalog=action_catalog,
|
|
1294
|
+
action_folder=action_folder,
|
|
1295
|
+
storage_bucket_name=storage_bucket_name,
|
|
1296
|
+
storage_bucket_directory_path=storage_bucket_directory_path,
|
|
1297
|
+
classification_results=classification_results,
|
|
1298
|
+
)
|
|
1299
|
+
|
|
1300
|
+
return self._wait_for_create_validate_classification_action(
|
|
1301
|
+
project_id=classification_results[0].project_id,
|
|
1302
|
+
tag=classification_results[0].tag,
|
|
1303
|
+
operation_id=operation_id,
|
|
1304
|
+
)
|
|
1305
|
+
|
|
1306
|
+
@traced(name="documents_create_validate_classification_action", run_type="uipath")
|
|
1307
|
+
async def create_validate_classification_action_async(
|
|
1308
|
+
self,
|
|
1309
|
+
action_title: str,
|
|
1310
|
+
action_priority: ActionPriority,
|
|
1311
|
+
action_catalog: str,
|
|
1312
|
+
action_folder: str,
|
|
1313
|
+
storage_bucket_name: str,
|
|
1314
|
+
storage_bucket_directory_path: str,
|
|
1315
|
+
classification_results: List[ClassificationResult],
|
|
1316
|
+
) -> ValidateClassificationAction:
|
|
1317
|
+
"""Asynchronous version of the [`create_validation_action`][uipath._services.documents_service.DocumentsService.create_validate_classification_action] method."""
|
|
1318
|
+
if not classification_results:
|
|
1319
|
+
raise ValueError("`classification_results` must not be empty")
|
|
1320
|
+
|
|
1321
|
+
operation_id = await self._start_classification_validation_async(
|
|
1322
|
+
project_id=classification_results[0].project_id,
|
|
1323
|
+
tag=classification_results[0].tag,
|
|
1324
|
+
action_title=action_title,
|
|
1325
|
+
action_priority=action_priority,
|
|
1326
|
+
action_catalog=action_catalog,
|
|
1327
|
+
action_folder=action_folder,
|
|
1328
|
+
storage_bucket_name=storage_bucket_name,
|
|
1329
|
+
storage_bucket_directory_path=storage_bucket_directory_path,
|
|
1330
|
+
classification_results=classification_results,
|
|
1331
|
+
)
|
|
1332
|
+
|
|
1333
|
+
return await self._wait_for_create_validate_classification_action_async(
|
|
1334
|
+
project_id=classification_results[0].project_id,
|
|
1335
|
+
tag=classification_results[0].tag,
|
|
1336
|
+
operation_id=operation_id,
|
|
1337
|
+
)
|
|
1089
1338
|
|
|
1090
1339
|
@traced(name="documents_create_validate_extraction_action", run_type="uipath")
|
|
1091
1340
|
def create_validate_extraction_action(
|
|
@@ -1097,7 +1346,7 @@ class DocumentsService(FolderContext, BaseService):
|
|
|
1097
1346
|
storage_bucket_name: str,
|
|
1098
1347
|
storage_bucket_directory_path: str,
|
|
1099
1348
|
extraction_response: ExtractionResponse,
|
|
1100
|
-
) ->
|
|
1349
|
+
) -> ValidateExtractionAction:
|
|
1101
1350
|
"""Create a validate extraction action for a document based on the extraction response. More details about validation actions can be found in the [official documentation](https://docs.uipath.com/ixp/automation-cloud/latest/user-guide/validating-extractions).
|
|
1102
1351
|
|
|
1103
1352
|
Args:
|
|
@@ -1110,7 +1359,7 @@ class DocumentsService(FolderContext, BaseService):
|
|
|
1110
1359
|
extraction_response (ExtractionResponse): The extraction result to be validated, typically obtained from the [`extract`][uipath._services.documents_service.DocumentsService.extract] method.
|
|
1111
1360
|
|
|
1112
1361
|
Returns:
|
|
1113
|
-
|
|
1362
|
+
ValidateClassificationAction: The created validation action.
|
|
1114
1363
|
|
|
1115
1364
|
Examples:
|
|
1116
1365
|
```python
|
|
@@ -1125,7 +1374,7 @@ class DocumentsService(FolderContext, BaseService):
|
|
|
1125
1374
|
)
|
|
1126
1375
|
```
|
|
1127
1376
|
"""
|
|
1128
|
-
operation_id = self.
|
|
1377
|
+
operation_id = self._start_extraction_validation(
|
|
1129
1378
|
project_id=extraction_response.project_id,
|
|
1130
1379
|
tag=extraction_response.tag,
|
|
1131
1380
|
document_type_id=extraction_response.document_type_id,
|
|
@@ -1138,7 +1387,7 @@ class DocumentsService(FolderContext, BaseService):
|
|
|
1138
1387
|
extraction_response=extraction_response,
|
|
1139
1388
|
)
|
|
1140
1389
|
|
|
1141
|
-
return self.
|
|
1390
|
+
return self._wait_for_create_validate_extraction_action(
|
|
1142
1391
|
project_id=extraction_response.project_id,
|
|
1143
1392
|
project_type=extraction_response.project_type,
|
|
1144
1393
|
tag=extraction_response.tag,
|
|
@@ -1156,9 +1405,9 @@ class DocumentsService(FolderContext, BaseService):
|
|
|
1156
1405
|
storage_bucket_name: str,
|
|
1157
1406
|
storage_bucket_directory_path: str,
|
|
1158
1407
|
extraction_response: ExtractionResponse,
|
|
1159
|
-
) ->
|
|
1408
|
+
) -> ValidateExtractionAction:
|
|
1160
1409
|
"""Asynchronous version of the [`create_validation_action`][uipath._services.documents_service.DocumentsService.create_validate_extraction_action] method."""
|
|
1161
|
-
operation_id = await self.
|
|
1410
|
+
operation_id = await self._start_extraction_validation_async(
|
|
1162
1411
|
project_id=extraction_response.project_id,
|
|
1163
1412
|
tag=extraction_response.tag,
|
|
1164
1413
|
document_type_id=extraction_response.document_type_id,
|
|
@@ -1171,7 +1420,7 @@ class DocumentsService(FolderContext, BaseService):
|
|
|
1171
1420
|
extraction_response=extraction_response,
|
|
1172
1421
|
)
|
|
1173
1422
|
|
|
1174
|
-
return await self.
|
|
1423
|
+
return await self._wait_for_create_validate_extraction_action_async(
|
|
1175
1424
|
project_id=extraction_response.project_id,
|
|
1176
1425
|
project_type=extraction_response.project_type,
|
|
1177
1426
|
tag=extraction_response.tag,
|
|
@@ -1179,9 +1428,96 @@ class DocumentsService(FolderContext, BaseService):
|
|
|
1179
1428
|
operation_id=operation_id,
|
|
1180
1429
|
)
|
|
1181
1430
|
|
|
1431
|
+
@traced(name="documents_get_validate_classification_result", run_type="uipath")
|
|
1432
|
+
def get_validate_classification_result(
|
|
1433
|
+
self, validation_action: ValidateClassificationAction
|
|
1434
|
+
) -> List[ClassificationResult]:
|
|
1435
|
+
"""Get the result of a validate classification action.
|
|
1436
|
+
|
|
1437
|
+
Note:
|
|
1438
|
+
This method will block until the validation action is completed, meaning the user has completed the validation in UiPath Action Center.
|
|
1439
|
+
|
|
1440
|
+
Args:
|
|
1441
|
+
validation_action (ValidateClassificationAction): The validation action to get the result for, typically obtained from the [`create_validate_classification_action`][uipath._services.documents_service.DocumentsService.create_validate_classification_action] method.
|
|
1442
|
+
|
|
1443
|
+
Returns:
|
|
1444
|
+
List[ClassificationResult]: The validated classification results.
|
|
1445
|
+
|
|
1446
|
+
Examples:
|
|
1447
|
+
```python
|
|
1448
|
+
validated_results = service.get_validate_classification_result(validate_classification_action)
|
|
1449
|
+
```
|
|
1450
|
+
"""
|
|
1451
|
+
|
|
1452
|
+
def result_getter() -> Tuple[str, None, Any]:
|
|
1453
|
+
result = self._get_classification_validation_result(
|
|
1454
|
+
project_id=validation_action.project_id,
|
|
1455
|
+
tag=validation_action.tag,
|
|
1456
|
+
operation_id=validation_action.operation_id,
|
|
1457
|
+
)
|
|
1458
|
+
return (result["result"]["actionStatus"], None, result["result"])
|
|
1459
|
+
|
|
1460
|
+
response = self._wait_for_operation(
|
|
1461
|
+
result_getter=result_getter,
|
|
1462
|
+
wait_statuses=["Unassigned", "Pending"],
|
|
1463
|
+
success_status="Completed",
|
|
1464
|
+
)
|
|
1465
|
+
|
|
1466
|
+
classification_results = []
|
|
1467
|
+
for cr in response["validatedClassificationResults"]:
|
|
1468
|
+
cr["ProjectId"] = validation_action.project_id
|
|
1469
|
+
cr["Tag"] = validation_action.tag
|
|
1470
|
+
classification_results.append(ClassificationResult.model_validate(cr))
|
|
1471
|
+
|
|
1472
|
+
return classification_results
|
|
1473
|
+
|
|
1474
|
+
@traced(
|
|
1475
|
+
name="documents_get_validate_classification_result_async", run_type="uipath"
|
|
1476
|
+
)
|
|
1477
|
+
async def get_validate_classification_result_async(
|
|
1478
|
+
self, validation_action: ValidateClassificationAction
|
|
1479
|
+
) -> List[ClassificationResult]:
|
|
1480
|
+
"""Get the result of a validate classification action.
|
|
1481
|
+
|
|
1482
|
+
Note:
|
|
1483
|
+
This method will block until the validation action is completed, meaning the user has completed the validation in UiPath Action Center.
|
|
1484
|
+
|
|
1485
|
+
Args:
|
|
1486
|
+
validation_action (ValidateClassificationAction): The validation action to get the result for, typically obtained from the [`create_validate_classification_action`][uipath._services.documents_service.DocumentsService.create_validate_classification_action] method.
|
|
1487
|
+
|
|
1488
|
+
Returns:
|
|
1489
|
+
List[ClassificationResult]: The validated classification results.
|
|
1490
|
+
|
|
1491
|
+
Examples:
|
|
1492
|
+
```python
|
|
1493
|
+
validated_results = service.get_validate_classification_result(validate_classification_action)
|
|
1494
|
+
```
|
|
1495
|
+
"""
|
|
1496
|
+
|
|
1497
|
+
async def result_getter() -> Tuple[str, None, Any]:
|
|
1498
|
+
result = await self._get_classification_validation_result_async(
|
|
1499
|
+
project_id=validation_action.project_id,
|
|
1500
|
+
tag=validation_action.tag,
|
|
1501
|
+
operation_id=validation_action.operation_id,
|
|
1502
|
+
)
|
|
1503
|
+
return (result["result"]["actionStatus"], None, result["result"])
|
|
1504
|
+
|
|
1505
|
+
response = await self._wait_for_operation_async(
|
|
1506
|
+
result_getter=result_getter,
|
|
1507
|
+
wait_statuses=["Unassigned", "Pending"],
|
|
1508
|
+
success_status="Completed",
|
|
1509
|
+
)
|
|
1510
|
+
classification_results = []
|
|
1511
|
+
for cr in response["validatedClassificationResults"]:
|
|
1512
|
+
cr["ProjectId"] = validation_action.project_id
|
|
1513
|
+
cr["Tag"] = validation_action.tag
|
|
1514
|
+
classification_results.append(ClassificationResult.model_validate(cr))
|
|
1515
|
+
|
|
1516
|
+
return classification_results
|
|
1517
|
+
|
|
1182
1518
|
@traced(name="documents_get_validate_extraction_result", run_type="uipath")
|
|
1183
1519
|
def get_validate_extraction_result(
|
|
1184
|
-
self, validation_action:
|
|
1520
|
+
self, validation_action: ValidateExtractionAction
|
|
1185
1521
|
) -> Union[ExtractionResponse, ExtractionResponseIXP]:
|
|
1186
1522
|
"""Get the result of a validate extraction action.
|
|
1187
1523
|
|
|
@@ -1189,7 +1525,7 @@ class DocumentsService(FolderContext, BaseService):
|
|
|
1189
1525
|
This method will block until the validation action is completed, meaning the user has completed the validation in UiPath Action Center.
|
|
1190
1526
|
|
|
1191
1527
|
Args:
|
|
1192
|
-
validation_action (
|
|
1528
|
+
validation_action (ValidateClassificationAction): The validation action to get the result for, typically obtained from the [`create_validate_extraction_action`][uipath._services.documents_service.DocumentsService.create_validate_extraction_action] method.
|
|
1193
1529
|
|
|
1194
1530
|
Returns:
|
|
1195
1531
|
Union[ExtractionResponse, ExtractionResponseIXP]: The validated extraction response.
|
|
@@ -1201,7 +1537,7 @@ class DocumentsService(FolderContext, BaseService):
|
|
|
1201
1537
|
"""
|
|
1202
1538
|
|
|
1203
1539
|
def result_getter() -> Tuple[str, None, Any]:
|
|
1204
|
-
result = self.
|
|
1540
|
+
result = self._get_extraction_validation_result(
|
|
1205
1541
|
project_id=validation_action.project_id,
|
|
1206
1542
|
tag=validation_action.tag,
|
|
1207
1543
|
document_type_id=validation_action.document_type_id,
|
|
@@ -1227,12 +1563,12 @@ class DocumentsService(FolderContext, BaseService):
|
|
|
1227
1563
|
|
|
1228
1564
|
@traced(name="documents_get_validate_extraction_result_async", run_type="uipath")
|
|
1229
1565
|
async def get_validate_extraction_result_async(
|
|
1230
|
-
self, validation_action:
|
|
1566
|
+
self, validation_action: ValidateExtractionAction
|
|
1231
1567
|
) -> Union[ExtractionResponse, ExtractionResponseIXP]:
|
|
1232
1568
|
"""Asynchronous version of the [`get_validation_result`][uipath._services.documents_service.DocumentsService.get_validate_extraction_result] method."""
|
|
1233
1569
|
|
|
1234
1570
|
async def result_getter() -> Tuple[str, None, Any]:
|
|
1235
|
-
result = await self.
|
|
1571
|
+
result = await self._get_extraction_validation_result_async(
|
|
1236
1572
|
project_id=validation_action.project_id,
|
|
1237
1573
|
tag=validation_action.tag,
|
|
1238
1574
|
document_type_id=validation_action.document_type_id,
|
|
@@ -49,10 +49,10 @@ class FieldValueProjection(BaseModel):
|
|
|
49
49
|
|
|
50
50
|
id: str
|
|
51
51
|
name: str
|
|
52
|
-
value: str
|
|
53
|
-
unformatted_value: str = Field(alias="unformattedValue")
|
|
54
|
-
confidence: float
|
|
55
|
-
ocr_confidence: float = Field(alias="ocrConfidence")
|
|
52
|
+
value: Optional[str]
|
|
53
|
+
unformatted_value: Optional[str] = Field(alias="unformattedValue")
|
|
54
|
+
confidence: Optional[float]
|
|
55
|
+
ocr_confidence: Optional[float] = Field(alias="ocrConfidence")
|
|
56
56
|
type: FieldType
|
|
57
57
|
|
|
58
58
|
|
|
@@ -136,10 +136,17 @@ class ValidationAction(BaseModel):
|
|
|
136
136
|
project_id: str = Field(alias="projectId")
|
|
137
137
|
project_type: ProjectType = Field(alias="projectType")
|
|
138
138
|
tag: str
|
|
139
|
-
document_type_id: str = Field(alias="documentTypeId")
|
|
140
139
|
operation_id: str = Field(alias="operationId")
|
|
141
140
|
|
|
142
141
|
|
|
142
|
+
class ValidateClassificationAction(ValidationAction):
|
|
143
|
+
pass
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
class ValidateExtractionAction(ValidationAction):
|
|
147
|
+
document_type_id: str = Field(alias="documentTypeId")
|
|
148
|
+
|
|
149
|
+
|
|
143
150
|
class Reference(BaseModel):
|
|
144
151
|
model_config = ConfigDict(
|
|
145
152
|
serialize_by_alias=True,
|
|
@@ -191,6 +198,7 @@ class ClassificationResult(BaseModel):
|
|
|
191
198
|
document_bounds: DocumentBounds = Field(alias="DocumentBounds")
|
|
192
199
|
classifier_name: str = Field(alias="ClassifierName")
|
|
193
200
|
project_id: str = Field(alias="ProjectId")
|
|
201
|
+
tag: str = Field(alias="Tag")
|
|
194
202
|
|
|
195
203
|
|
|
196
204
|
class ClassificationResponse(BaseModel):
|