setFunctionIncludes
Replace the agent’s SWAIG function-includes list in a single call. Each
include pulls a remote SWAIG function definition into the agent’s toolset. Use
addFunctionInclude() to append a single include instead
of replacing the list.
Entries without a url or without an array functions field are silently
filtered out.
Parameters
includes
Ordered list of function-include entries. Each entry must provide url and
an array of functions names; an optional meta_data object is passed to
the remote server.
Returns
AgentBase — Returns this for method chaining.