Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

andConditions

Function
This function is defined in the conditions module.

Signature

def andConditions(...conditions: ConditionProtocol[]) -> ConditionProtocol

Returns

Returns
ConditionProtocol
The result of the operation.

Uses

  • FunctionCondition
  • evaluate
  • AND
  • describe

Source

View on GitHub

src/conditions/index.ts at line 255