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.

Tuple = object
Defined in: src/modules/types.ts:104 Simple tuple type with integer and string fields

Properties

i

i: string
Defined in: src/modules/types.ts:106 Integer field

s

s: string
Defined in: src/modules/types.ts:108 String field