Enumeration: StepType

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

Enumeration Members

agent

agent: "agent";
Defined in: src/types/logging/step.types.ts:46

llm

llm: "llm";
Defined in: src/types/logging/step.types.ts:43

retriever

retriever: "retriever";
Defined in: src/types/logging/step.types.ts:44

session

session: "session";
Defined in: src/types/logging/step.types.ts:40

tool

tool: "tool";
Defined in: src/types/logging/step.types.ts:45

trace

trace: "trace";
Defined in: src/types/logging/step.types.ts:41

workflow

workflow: "workflow";
Defined in: src/types/logging/step.types.ts:42