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.

validateFCFunctionInput(input): boolean
Defined in: src/modules/validation.ts:333 Validates foreign call parameters to ensure they are of supported types.

Parameters

ParameterTypeDescription
inputstringstring to be validated.

Returns

boolean true if input is valid, false if input is invalid.