dbubel
dbubel
You should be able to get the query params like this off your request `r`. ```go min := r.URL.Query().Get("min") max := r.URL.Query().Get("max") ``` I think what you are asking about...
Will change, was not sure if that was needed or not. Good to know.
@andrewrk let me know if these comment changes are acceptable or I can modify.
~~Not sure if this is exactly the right path forward, but bumping these deps as you described @motobob. Maybe this will get traction. https://github.com/crewAIInc/crewAI/pull/1459~~