Get the active project-agent run for a conversation, if one exists.
get_active_agent_run
{ "type": "object", "properties": { "conversation_id": { "type": "string", "format": "uuid", "description": "Conversation identifier that scopes the request." } }, "required": [ "conversation_id" ], "additionalProperties": false, "description": "Input schema for the get_active_agent_run tool.", "$schema": "http://json-schema.org/draft-07/schema#" }