createToolToken
Alias for generateToken.
Generates a signed, base64url-encoded token binding a function name to a call ID.
Parameters
functionName
The SWAIG function name to bind.
callId
The call ID to bind.
Returns
string — A base64url-encoded token string.