# MessageChatMemoryAdvisor: what the model is sent

conv-A, call 1:  "My name is Priya"
  reply:         Nice to meet you, Priya.
  model was sent: S:You are a terse assistant. | U:My name is Priya

conv-A, call 2:  "What is my name?"
  reply:         Your name is Priya.
  model was sent: S:You are a terse assistant. | U:My name is Priya | A:Nice to meet you, Priya. | U:What is my name?

conv-B, call 1:  "What is my name?"  (different conversation ID)
  reply:         I do not know your name yet.
  model was sent: S:You are a terse assistant. | U:What is my name?

Stored for conv-A afterwards:
  USER      My name is Priya
  ASSISTANT Nice to meet you, Priya.
  USER      What is my name?
  ASSISTANT Your name is Priya.
