ai.internal._merge_json
(internal) Recursive merge of one patch value into one base value. Public entry point is `ai.wire.merge_request_body`; this is the arm that recurses on objects.
Reference version
Signature
function ai.internal._merge_json(base: baml.json.json, patch: baml.json.json) -> baml.json.json
(internal) Recursive merge of one patch value into one base value. Public entry point
is ai.wire.merge_request_body; this is the arm that recurses on objects.
Source:<builtin>/ai/ns_internal/wire.bamlbytes 1564–3078