anthropic.internal._query_suffix
(internal) `?a=1&b=2` for the client's query_params, or "" when there are none. Values are used verbatim: the stdlib has no percent-encoder yet.
Reference version
Signature
function anthropic.internal._query_suffix(query_params: map<string, string> | null) -> string
(internal) ?a=1&b=2 for the client's query_params, or "" when there are none.
Values are used verbatim: the stdlib has no percent-encoder yet.
Source:<builtin>/anthropic/ns_internal/messages.bamlbytes 29447–29918