-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hi,
This library looks really useful - thank you. I have a few questions:
- The HTTP client mentions that it supports Pooling, but are individual responses processed only once all responses have arrived (which is the way Laravel Pool does it by default), or is there an option to process each response as it arrives (which is what I need)? Can you provide an example of its usage, including how responses are handled?
- I use Cloudflare AI Gateway for fallback support, which involves sending multiple provider requests wrapped in a single request to Cloudflare. Is request middleware the place to do this? That is, get a single request to Gemini, duplicate it and wrap it in the required Cloudflare AI Gateway format? Or better to write a custom provider if that's possible?
Thanks again.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels