Files
84ea4b71eee4e61fa6ca5e17deaed86a1f91a7d6
21 lines
810 B
JSON
21 lines
810 B
JSON
{
|
|||
"db_name": "SQLite",
|
|||
"query": "SELECT cat.agent_session_id\n FROM execution_processes ep\n JOIN coding_agent_turns cat ON ep.id = cat.execution_process_id\n JOIN sessions s ON ep.session_id = s.id\n WHERE s.workspace_id = $1\n AND ep.run_reason = 'codingagent'\n AND ep.dropped = FALSE\n AND cat.agent_session_id IS NOT NULL\n ORDER BY ep.created_at DESC\n LIMIT 1",
|
|||
"describe": {
|
|||
"columns": [
|
|||
{
|
|||
"name": "agent_session_id",
|
|||
"ordinal": 0,
|
|||
"type_info": "Text"
|
|||
}
|
|||
],
|
|||
"parameters": {
|
|||
"Right": 1
|
|||
},
|
|||
"nullable": [
|
|||
true
|
|||
]
|
|||
},
|
|||
"hash": "b74d74a66fa902092d8ccbcb68dc22954b7f2a59f21b79c15cd6159654f4a8b5"
|
|||
}
|