@orangecheck/agent-langgraph / toolCallActionId
Function: toolCallActionId()
function toolCallActionId(
agentAddress: string,
signedAt: string,
delegationId: string,
scopeExercised: string,
c: LangGraphToolCall): string;
Defined in: index.ts:90
Parameters
| Parameter | Type |
|---|---|
agentAddress | string |
signedAt | string |
delegationId | string |
scopeExercised | string |
c | LangGraphToolCall |
Returns
string