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
Instead of storing message history as a python list, it might be more convenient for in-MeTTa processing to have these messages in a space, which can be considered as a prompt template or queried, etc. Messages from history should not be mixed up with the messages under construction, but they can be passed to llm, when needed.
The text was updated successfully, but these errors were encountered:
Instead of storing message history as a python list, it might be more convenient for in-MeTTa processing to have these messages in a space, which can be considered as a prompt template or queried, etc. Messages from history should not be mixed up with the messages under construction, but they can be passed to
llm
, when needed.The text was updated successfully, but these errors were encountered: