Skip to content

Commit 03d593c

Browse files
cosminachoclaude
andauthored
refactor: re-export OpenAI-family chat classes from models.py (#811)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c9a4103 commit 03d593c

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath-langchain"
3-
version = "0.10.6"
3+
version = "0.10.7"
44
description = "Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

src/uipath_langchain/chat/models.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
from uipath_langchain_client.clients.normalized.chat_models import UiPathChat
44

5+
from .openai import UiPathAzureChatOpenAI, UiPathChatOpenAI
6+
57
DEFAULT_MODEL_NAME = "gpt-4.1-mini-2025-04-14"
68

79

@@ -15,4 +17,6 @@ def _default_factory() -> str:
1517

1618
__all__ = [
1719
"UiPathChat",
20+
"UiPathAzureChatOpenAI",
21+
"UiPathChatOpenAI",
1822
]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)