pub async fn start_background_run(
mailbox_service: &Arc<MailboxService>,
agent_id: &str,
run_request: RunRequest,
options: EnqueueOptions,
) -> Result<(String, String, String), ApiError>Expand description
Returns (thread_id, run_id, entry_id).