Question about `Response.Part` and `Toolkit.Tools` utility type behavior
I noticed that
Response.Part accepts either a Toolkit.Toolkit or a Toolkit.WithHandler. However, it uses the Toolkit.Tools utility type to extract the Tools type, which always returns never for a Toolkit.WithHandler. Is that intentional?