Skip to content

Conversation

@GabrielVasilescu04
Copy link
Contributor

@GabrielVasilescu04 GabrielVasilescu04 commented Dec 17, 2025

Description

Fixes #333. Also remove content_part_sequence from the content part chunk events since it's no longer present on the contracts

Development Package

  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath-langchain==0.1.32.dev1003581567",

  # Any version from PR
  "uipath-langchain>=0.1.32.dev1003580000,<0.1.32.dev1003590000"
]

[[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" }

@GabrielVasilescu04 GabrielVasilescu04 force-pushed the fix/tool-calls-no-input branch 2 times, most recently from f73e502 to c96df2b Compare December 18, 2025 08:39
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.

AiMessages may contain tool id in the first chunk

2 participants