Enumeration: StepType

Defined in: src/types/logging/step.types.ts:39

Enumeration Members

agent

agent: "agent";

Defined in: src/types/logging/step.types.ts:45


llm

llm: "llm";

Defined in: src/types/logging/step.types.ts:42


retriever

retriever: "retriever";

Defined in: src/types/logging/step.types.ts:43


tool

tool: "tool";

Defined in: src/types/logging/step.types.ts:44


trace

trace: "trace";

Defined in: src/types/logging/step.types.ts:40


workflow

workflow: "workflow";

Defined in: src/types/logging/step.types.ts:41