Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt

Use this file to discover all available pages before exploring further.


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';