ChatPromptBuilder is not available in 2.2.1 despite it being in the 2.2 documentation #7835
Unanswered
joshuabrandes
asked this question in
Questions
Replies: 1 comment
-
|
Hey! See #7794. The In the meantime, you can import the component as follows: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I've encountered an issue with the
ChatPromptBuilderclass. According to the documentation for version 2.2, this class should be available. However, when I try to use it with version 2.2.1, it appears to be missing.This is particularly concerning as the
DynamicChatPromptBuilder, which I understandChatPromptBuilderis intended to replace, is marked as deprecated in the upcoming 2.4 release. The absence ofChatPromptBuilderleaves no clear upgrade path.Can you provide any insights on whether
ChatPromptBuilderwas omitted from the 2.2.1 release by mistake? If so, will it be added in a future patch, or should we anticipate its availability only in version 2.4?Thank you for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions