added npc images to API and frontend

This commit is contained in:
2025-11-25 15:52:22 -06:00
parent e198d9ac8a
commit bda363de76
13 changed files with 12 additions and 1 deletions

View File

@@ -704,7 +704,8 @@ def npc_chat_modal(session_id: str, npc_id: str):
'name': npc_data.get('name'),
'role': npc_data.get('role'),
'appearance': npc_data.get('appearance', {}).get('brief', ''),
'tags': npc_data.get('tags', [])
'tags': npc_data.get('tags', []),
'image_url': npc_data.get('image_url')
}
# Get relationship info