# app.ownership.enforce=false

alice starts a conversation and says "My name is Priya"

bob: GET  /conversations/<alice's id>/messages  -> 200
     body: [{"role":"USER","text":"My name is Priya"},{"role":"ASSISTANT","text":"Nice to meet you, Priya."}]
bob: POST "What is my name?"                        -> 200 {"reply":"Your name is Priya."}
