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.
Interface: SerializedStep
Defined in: src/types/logging/step.types.ts
Extends
Omit<BaseStepOptions, "metrics" | "createdAt" | "output" | "redactedOutput">
Extended by
Properties
createdAt
Defined in: src/types/logging/step.types.ts
optional datasetInput: string;
Defined in: src/types/logging/step.types.ts
Inherited from
optional datasetMetadata: Record<string, string>;
Defined in: src/types/logging/step.types.ts
Overrides
datasetOutput?
optional datasetOutput: string;
Defined in: src/types/logging/step.types.ts
Inherited from
externalId?
optional externalId: string;
Defined in: src/types/logging/step.types.ts
Inherited from
id?
Defined in: src/types/logging/step.types.ts
Inherited from
optional input: StepAllowedInputType;
Defined in: src/types/logging/step.types.ts
Inherited from
optional metadata: Record<string, string>;
Defined in: src/types/logging/step.types.ts
Inherited from
metrics?
optional metrics: MetricsOptions;
Defined in: src/types/logging/step.types.ts
name?
Defined in: src/types/logging/step.types.ts
Inherited from
output?
optional output:
| JsonArray
| StepAllowedOutputType;
Defined in: src/types/logging/step.types.ts
optional redactedInput: StepAllowedInputType;
Defined in: src/types/logging/step.types.ts
Inherited from
redactedOutput?
optional redactedOutput:
| JsonArray
| StepAllowedOutputType;
Defined in: src/types/logging/step.types.ts
statusCode?
optional statusCode: number;
Defined in: src/types/logging/step.types.ts
Inherited from
stepNumber?
optional stepNumber: number;
Defined in: src/types/logging/step.types.ts
Inherited from
Defined in: src/types/logging/step.types.ts
Inherited from
type
type:
| "agent"
| "llm"
| "retriever"
| "tool"
| "workflow"
| "control"
| "trace"
| "session";
Defined in: src/types/logging/step.types.ts
userMetadata: Record<string, string>;
Defined in: src/types/logging/step.types.ts