Made the response schemas internal, as it's more clear to readers that the Flux convenience generators return a URL or [URL], rather than having to dig into what ReplicateFluxDevOutputSchema means.
Added regression test from example failure of parsing a Flux-Pro response
URL
s from all the Flux convenience helpers instead ofString
s.URL
or[URL]
, rather than having to dig into whatReplicateFluxDevOutputSchema
means.