Skip to main content

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.

validateCallingFunctionJSON(callingFunction): Either<RulesError[], CallingFunctionJSON>
Defined in: src/modules/validation.ts:605 Parses a JSON string and returns Either a CallingFunctionJSON object or an error.

Parameters

ParameterTypeDescription
callingFunctionstringstring to be parsed.

Returns

Either<RulesError[], CallingFunctionJSON> Either the parsed CallingFunctionJSON object or an error.