Skip to main content

Variable: StepType

StepType: object;
Defined in: src/types/logging/step.types.ts

Type declaration

agent

readonly agent: "agent" = 'agent';

llm

readonly llm: "llm" = 'llm';

retriever

readonly retriever: "retriever" = 'retriever';

session

readonly session: "session" = 'session';

tool

readonly tool: "tool" = 'tool';

trace

readonly trace: "trace" = 'trace';

workflow

readonly workflow: "workflow" = 'workflow';