{ "db_name": "PostgreSQL", "query": "INSERT INTO research_topic_agents (topic_id, agent_id, role_slot)\n VALUES ($1, $2, $3)\n ON CONFLICT (topic_id, agent_id) DO UPDATE\n SET role_slot = EXCLUDED.role_slot", "describe": { "columns": [], "parameters": { "Left": [ "Uuid", "Uuid", "Text" ] }, "nullable": [] }, "hash": "494d34241ef7c27c739ca5cc11114ada1a86bdcc30fe04ac5e7e58416d317679" }