Skip to content

computeActionSignature

reference
1 min readUpdated

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

ts
function computeActionSignature(toolCalls: Array<{ toolName: string; rawInput: string }>): string

Parameters

NameType
toolCallsArray<{ toolName: string; rawInput: string }>

Returns: string

Was this page helpful?

Download as PDF