StepType: object;
readonly agent: "agent" = 'agent';
readonly llm: "llm" = 'llm';
readonly retriever: "retriever" = 'retriever';
readonly session: "session" = 'session';
readonly tool: "tool" = 'tool';
readonly trace: "trace" = 'trace';
readonly workflow: "workflow" = 'workflow';
Was this page helpful?