Skip to content

feat: add static args support#431

Merged
andreiancuta-uipath merged 4 commits intomainfrom
feat/static-args
Jan 20, 2026
Merged

feat: add static args support#431
andreiancuta-uipath merged 4 commits intomainfrom
feat/static-args

Conversation

@andreiancuta-uipath
Copy link
Copy Markdown
Contributor

No description provided.

@andreiancuta-uipath andreiancuta-uipath force-pushed the feat/static-args branch 3 times, most recently from 3946c84 to 13fb3c0 Compare January 19, 2026 14:33
return END_EXECUTION_TOOL.args_schema


def extract_input_data_from_state(
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This was moved from uipath-agents-python

Comment thread src/uipath_langchain/agent/tools/schema_editing.py Outdated
Comment thread src/uipath_langchain/agent/tools/schema_editing.py
Comment on lines 148 to +152
if isinstance(resource, AgentIntegrationToolResourceConfig):
return resolve_integration_static_args(
resource.properties.parameters, agent_input
)
elif hasattr(resource, "argument_properties"):
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.

when will we be able to unify these?

Comment thread src/uipath_langchain/agent/tools/static_args.py
Comment thread src/uipath_langchain/agent/tools/static_args.py Outdated
@andreiancuta-uipath andreiancuta-uipath enabled auto-merge (squash) January 20, 2026 16:12
@andreiancuta-uipath andreiancuta-uipath merged commit 8e5f36d into main Jan 20, 2026
38 of 39 checks passed
@andreiancuta-uipath andreiancuta-uipath deleted the feat/static-args branch January 20, 2026 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants