The problem:
Suppose $(X_1,...,X_d) \in \mathbb{R}^d$ and $Y \in \mathbb{R}$ are random variable such that $(X_1,...,X_d,Y)$ is a gaussian vector.
How can we prove $\mathbb{E}[Y\mid \sigma(X)]$ is a linear combination of $(X_i)$?
I tried first proving $\operatorname{Span}_{\mathbb{R}} X_i$ is dense in $L^2(\Omega,\sigma(X))$ or equal but I cannot conclude.
Edit:
As remarked in the comments it would be more interesting if we consider $\operatorname{Span}_{\mathbb{R}} (X_i,1)$.
Suppose $f_{X,Y}$ is the joint density of the variables with $Y$ included. This is a Gaussian density function by assumption. The conditional mean is almost surely equal to the mean of the conditional density
$$ f_{Y|X}(y|x) = \frac{f_{X,Y}(x,y)}{\int_{\mathbb{R}}f_{X,Y}(x,y)dy}. $$ Namely, you can show that $$ E(Y|X) = \int_{\mathbb{R}} yf_{Y|X}(y|X)dy \;\; a.s. $$
The later term you can calculate, and it is linear in $X$, as desired.