Remove sender_type and receiver_type from log.messages
This commit is contained in:
@@ -12,9 +12,7 @@ Registra todos los mensajes entre usuarios y agentes IA.
|
||||
| hash | CHAR(64) | SHA256 único del mensaje |
|
||||
| session_hash | CHAR(64) | SHA256 de la sesión |
|
||||
| thread_hash | CHAR(64) | SHA256 del hilo (nullable) |
|
||||
| sender_type | ENUM | user, agent, orchestrator, system, tool |
|
||||
| sender_id | CHAR(64) | Hash del emisor (ref players) |
|
||||
| receiver_type | ENUM | user, agent, orchestrator, system, tool |
|
||||
| receiver_id | CHAR(64) | Hash del receptor (ref players) |
|
||||
| leader_id | CHAR(64) | Coordinador multiagente (nullable) |
|
||||
| role | TEXT | Rol del emisor |
|
||||
|
||||
Reference in New Issue
Block a user