rpc_ai_global_data
rpc_ai_global_data
Merge data into another call’s global_data without injecting a conversation
turn. A thin wrapper over rpc_ai_message() with only
global_data set. Use it when the other call needs a value rather than an
instruction; the destination prompt reads it back with ${global_data.key}.
Parameters
call_id
Call ID of the target call.
data
Object merged into that call’s global_data. Existing keys not in data
are left in place.
Returns
FunctionResult — self, for chaining.