feat(agent): add http-request internal tool type#1830
Open
ionut-mihalache-uipath wants to merge 2 commits into
Open
feat(agent): add http-request internal tool type#1830ionut-mihalache-uipath wants to merge 2 commits into
ionut-mihalache-uipath wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
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) toAgentInternalToolType. - Added a new internal-tool properties Pydantic model and registered it in the
AgentInternalToolPropertiesdiscriminated union. - Bumped
uipathversion to2.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.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ionut-mihalache-uipath
force-pushed
the
feat/http-request-internal-tool
branch
from
July 23, 2026 18:59
aaa9c78 to
77ea2f0
Compare
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
HTTP_REQUEST(http-request) toAgentInternalToolTypeAgentInternalHttpRequestPropertiesmodel and register it in theAgentInternalToolPropertiesdiscriminated unionuipathversion to 2.13.15🤖 Generated with Claude Code