Documentation Index
Fetch the complete documentation index at: https://docs.forterulesengine.io/llms.txt
Use this file to discover all available pages before exploring further.
CallingFunctionHashMapping = object
Defined in: src/modules/types.ts:193
Maps calling functions to their signatures and encoded values
Properties
callingFunction
callingFunction: string
Defined in: src/modules/types.ts:195
The calling function identifier
encodedValues
encodedValues: string
Defined in: src/modules/types.ts:199
Encoded values for the function
name
name: string
Defined in: src/modules/types.ts:200
signature
signature: string
Defined in: src/modules/types.ts:197
Function signature