You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We got the feedback that there is no simple way to create a ChatMessage from Document content with the new ChatMessage implementation.
Describe the solution you'd like
Haystack should support something like: {{document.content|ChatMessage.from_user}}.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We got the feedback that there is no simple way to create a ChatMessage from Document content with the new ChatMessage implementation.
Describe the solution you'd like
Haystack should support something like:
{{document.content|ChatMessage.from_user}}
.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: