Kind: Function
Source: atloria-monorepo/libs/agent-core/src/autonomous/circle-detector.ts
Compute an action signature from a set of tool calls. Order-independent (sorted by toolName).
Signature
tsfunction computeActionSignature(toolCalls: Array<{ toolName: string; rawInput: string }>): string
Parameters
| Name | Type |
|---|---|
toolCalls | Array<{ toolName: string; rawInput: string }> |
Returns: string
Was this page helpful?