pub async fn resolve_thread_id_from_run( read_store: &dyn ThreadReader, run_id: &str, ) -> Result<Option<String>, ApiError>
Resolve the thread id that a run belongs to.