Skip to content

PersistentAI API Documentation / @persistentai/fireflow-types / serializePlan

Function: serializePlan()

serializePlan(plan, indent?): string

Defined in: packages/fireflow-types/src/flow/execution/types.ts:115

Serialize an ExecutionPlan to a human-readable string for logging.

Parameters

plan

ExecutionPlan

indent?

number = 0

Returns

string

Licensed under BUSL-1.1