Accessing `compilePath` for Path Generation Outside `HttpApiClient`
I have a slightly similar request/question. I'd like to have the ability to compile a path based on an
HttpApiEndpoint out side of a client, I see HttpApiClient has an unexported compilePath function, but I don't see a way to access or call it if I have a path and a pathSchema. For context, I have an API endpoint that wraps ai-sdk and I'd like to generate the correct path vs hardcoding it.