Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
StepType: object;
readonly agent: "agent" = 'agent';
readonly control: "control" = 'control';
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?