{ "db_name": "SQLite", "query": "SELECT \n id as \"id!: Uuid\", \n task_attempt_id as \"task_attempt_id!: Uuid\", \n execution_process_id as \"execution_process_id!: Uuid\", \n session_id, \n prompt,\n created_at as \"created_at!: DateTime\", \n updated_at as \"updated_at!: DateTime\"\n FROM executor_sessions \n WHERE task_attempt_id = $1 \n ORDER BY created_at ASC", "describe": { "columns": [ { "name": "id!: Uuid", "ordinal": 0, "type_info": "Blob" }, { "name": "task_attempt_id!: Uuid", "ordinal": 1, "type_info": "Blob" }, { "name": "execution_process_id!: Uuid", "ordinal": 2, "type_info": "Blob" }, { "name": "session_id", "ordinal": 3, "type_info": "Text" }, { "name": "prompt", "ordinal": 4, "type_info": "Text" }, { "name": "created_at!: DateTime", "ordinal": 5, "type_info": "Text" }, { "name": "updated_at!: DateTime", "ordinal": 6, "type_info": "Text" } ], "parameters": { "Right": 1 }, "nullable": [ true, false, false, true, true, false, false ] }, "hash": "06ca282915d0db9125769b1bca92f7a5bd7f81ad8faf0f9fcbb5f1c2d35dd67f" }