Working with Client-Side Tools in Effect TypeScript Library
Is there a way do define or work with client side tools? We really want to swap our usage of the vercel ai package with effect, however, most of our tool calls are client side (i.e. must be executed in the browser).
