Skip to content

Comments

feat: add attachments support for coded conversational agents#612

Open
GabrielVasilescu04 wants to merge 1 commit intomainfrom
feature/coded-conversational-attachments
Open

feat: add attachments support for coded conversational agents#612
GabrielVasilescu04 wants to merge 1 commit intomainfrom
feature/coded-conversational-attachments

Conversation

@GabrielVasilescu04
Copy link
Contributor

@GabrielVasilescu04 GabrielVasilescu04 commented Feb 20, 2026

Development Package

  • Use uipath pack --nolock to get the latest dev build from this PR (requires version range).
  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath-langchain==0.5.76.dev1006122974",

  # Any version from PR
  "uipath-langchain>=0.5.76.dev1006120000,<0.5.76.dev1006130000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath-langchain = { index = "testpypi" }

[tool.uv]
override-dependencies = [
    "uipath-langchain>=0.5.76.dev1006120000,<0.5.76.dev1006130000",
]

@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/coded-conversational-attachments branch from 20227b6 to 031bef8 Compare February 20, 2026 16:02
@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/coded-conversational-attachments branch from 031bef8 to 89665a5 Compare February 20, 2026 16:14
@GabrielVasilescu04 GabrielVasilescu04 marked this pull request as ready for review February 20, 2026 16:25
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will change the sample before merging

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant