Getting samples from variational posterior

How can I quickly extract samples from variational posterior computed via pystan’s vb()?

I think you get samples as part of the function output:

Thanks. I’m interested in extracting the samples them from vb output. A functionality similar to sampling’s extract does not seem to exist at the moment