Enumeration: NodeType

Defined in: src/types/log.types.ts:3

Enumeration Members

llm

llm: "llm";

Defined in: src/types/log.types.ts:6


retriever

retriever: "retriever";

Defined in: src/types/log.types.ts:7


tool

tool: "tool";

Defined in: src/types/log.types.ts:8


trace

trace: "trace";

Defined in: src/types/log.types.ts:4


workflow

workflow: "workflow";

Defined in: src/types/log.types.ts:5