openai.internal._oai_images_escape_query
(internal) Percent-escape the characters that would otherwise change a URL's structure. `baml.http` has no query-string builder; this covers what a header/query passthrough realistically carries.
Reference version
Signature
function openai.internal._oai_images_escape_query(raw: string) -> string
(internal) Percent-escape the characters that would otherwise change a URL's structure.
baml.http has no query-string builder; this covers what a header/query
passthrough realistically carries.
Source:<builtin>/openai/ns_internal/images.bamlbytes 7756–8040