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.


Interface: SerializedRetrieverSpan

Defined in: src/types/logging/span.types.ts

Extends

Properties

createdAt

createdAt: Date;
Defined in: src/types/logging/step.types.ts

Inherited from

Omit.createdAt;

datasetInput?

optional datasetInput: string;
Defined in: src/types/logging/step.types.ts

Inherited from

Omit.datasetInput;

datasetMetadata?

optional datasetMetadata: Record<string, string>;
Defined in: src/types/logging/step.types.ts

Inherited from

Omit.datasetMetadata;

datasetOutput?

optional datasetOutput: string;
Defined in: src/types/logging/step.types.ts

Inherited from

Omit.datasetOutput;

externalId?

optional externalId: string;
Defined in: src/types/logging/step.types.ts

Inherited from

Omit.externalId;

id?

optional id: string;
Defined in: src/types/logging/step.types.ts

Inherited from

Omit.id;

input?

optional input: StepAllowedInputType;
Defined in: src/types/logging/step.types.ts

Inherited from

Omit.input;

metadata?

optional metadata: Record<string, string>;
Defined in: src/types/logging/step.types.ts

Inherited from

Omit.metadata;

metrics?

optional metrics: MetricsOptions;
Defined in: src/types/logging/step.types.ts

Inherited from

Omit.metrics;

name?

optional name: string;
Defined in: src/types/logging/step.types.ts

Inherited from

Omit.name;

output

output: JsonArray;
Defined in: src/types/logging/span.types.ts

redactedInput?

optional redactedInput: StepAllowedInputType;
Defined in: src/types/logging/step.types.ts

Inherited from

Omit.redactedInput;

redactedOutput?

optional redactedOutput:
  | JsonArray
  | StepAllowedOutputType;
Defined in: src/types/logging/step.types.ts

Inherited from

Omit.redactedOutput;

statusCode?

optional statusCode: number;
Defined in: src/types/logging/step.types.ts

Inherited from

Omit.statusCode;

stepNumber?

optional stepNumber: number;
Defined in: src/types/logging/step.types.ts

Inherited from

Omit.stepNumber;

tags?

optional tags: string[];
Defined in: src/types/logging/step.types.ts

Inherited from

Omit.tags;

type

type:
  | "agent"
  | "llm"
  | "retriever"
  | "tool"
  | "workflow"
  | "control"
  | "trace"
  | "session";
Defined in: src/types/logging/step.types.ts

Inherited from

Omit.type;

userMetadata

userMetadata: Record<string, string>;
Defined in: src/types/logging/step.types.ts

Inherited from

Omit.userMetadata;