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
In the history a user message like this is saved: "{question} (error: {error})", without the actual values being used.
I have tested with all types of ChatMemory. The problems comes from the advisor code (eg. PromptChatMemoryAdvisor), method before:
When trying to implement ChatMemory with PromptUserSpec messages, only the template is saved in history, without the actual parameters being replaced.
Example:
In the history a user message like this is saved: "{question} (error: {error})", without the actual values being used.
I have tested with all types of ChatMemory. The problems comes from the advisor code (eg. PromptChatMemoryAdvisor), method before:
The text was updated successfully, but these errors were encountered: