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
Create two custom redact functions according to the tutorial for TransformMessages and apply them like the above. After asking a user question I would expect to get from the chat answer Paris, but because they seem to be not chained it returns Warsaw.
Model Used
No response
Expected Behavior
No response
Screenshots and logs
No response
Additional Information
v27.
The text was updated successfully, but these errors were encountered:
Describe the bug
transform_messages.TransformMessages(transforms=[RedactA(), RedactB()])
I would expect RedactB to be based on messages returned from RedactA. But this seems not to be the case.
Steps to reproduce
Create two custom redact functions according to the tutorial for TransformMessages and apply them like the above. After asking a user question I would expect to get from the chat answer Paris, but because they seem to be not chained it returns Warsaw.
Model Used
No response
Expected Behavior
No response
Screenshots and logs
No response
Additional Information
v27.
The text was updated successfully, but these errors were encountered: