### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)tags/v0.16.0
| @@ -79,7 +79,7 @@ def completion(tenant_id, agent_id, question, session_id=None, stream=True, **kw | |||
| conv = { | |||
| "id": session_id, | |||
| "dialog_id": cvs.id, | |||
| "user_id": kwargs.get("usr_id", "") if isinstance(kwargs, dict) else "", | |||
| "user_id": kwargs.get("user_id", "") if isinstance(kwargs, dict) else "", | |||
| "message": [{"role": "assistant", "content": canvas.get_prologue()}], | |||
| "source": "agent", | |||
| "dsl": cvs.dsl | |||