Skip to content

feat(agent): add http-request internal tool type#1830

Open
ionut-mihalache-uipath wants to merge 2 commits into
mainfrom
feat/http-request-internal-tool
Open

feat(agent): add http-request internal tool type#1830
ionut-mihalache-uipath wants to merge 2 commits into
mainfrom
feat/http-request-internal-tool

Conversation

@ionut-mihalache-uipath

Copy link
Copy Markdown

Summary

  • Add HTTP_REQUEST (http-request) to AgentInternalToolType
  • Add AgentInternalHttpRequestProperties model and register it in the AgentInternalToolProperties discriminated union
  • Bump uipath version to 2.13.15

🤖 Generated with Claude Code

Copilot AI review requested due to automatic review settings July 23, 2026 18:55
@github-actions github-actions Bot added test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-runtime test:uipath-integrations labels Jul 23, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds support in the uipath package’s agent-model layer for a new internal tool type (http-request) so agent definitions can represent/deserialize this tool, and bumps the package version accordingly.

Changes:

  • Added HTTP_REQUEST (http-request) to AgentInternalToolType.
  • Added a new internal-tool properties Pydantic model and registered it in the AgentInternalToolProperties discriminated union.
  • Bumped uipath version to 2.13.15 (and updated lockfile).

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.

File Description
packages/uipath/src/uipath/agent/models/agent.py Extends agent internal-tool modeling with a new tool type and properties union member.
packages/uipath/pyproject.toml Bumps the uipath package version to 2.13.15.
packages/uipath/uv.lock Updates lock metadata to reflect the new package version.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread packages/uipath/src/uipath/agent/models/agent.py Outdated
Comment thread packages/uipath/src/uipath/agent/models/agent.py Outdated
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@ionut-mihalache-uipath
ionut-mihalache-uipath force-pushed the feat/http-request-internal-tool branch from aaa9c78 to 77ea2f0 Compare July 23, 2026 18:59
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test:uipath-integrations test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-runtime

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants