createToolToken
Create a per-call SWAIG token for a given tool, scoped to a specific call. The
token is minted via the agent’s SessionManager. Returns an empty string on any
failure. Complements validateToolToken().
Parameters
toolName
SWAIG function name to create a token for.
callId
Call ID the token is scoped to.
Returns
string — The per-call SWAIG token, or an empty string on failure.