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: ToolSpanOptions
Defined in: src/types/logging/span.types.ts
Extends
Omit<BaseSpanOptions, "input" | "redactedInput" | "output" | "redactedOutput">
Properties
createdAt?
optional createdAt: Date;
Defined in: src/types/logging/step.types.ts
Inherited from
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
Inherited from
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
Defined in: src/types/logging/span.types.ts
optional metadata: Record<string, string>;
Defined in: src/types/logging/step.types.ts
Inherited from
metrics?
optional metrics: Metrics;
Defined in: src/types/logging/step.types.ts
Inherited from
name?
Defined in: src/types/logging/step.types.ts
Inherited from
output?
optional output: JsonValue;
Defined in: src/types/logging/span.types.ts
optional redactedInput: JsonValue;
Defined in: src/types/logging/span.types.ts
redactedOutput?
optional redactedOutput: JsonValue;
Defined in: src/types/logging/span.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
optional toolCallId: string;
Defined in: src/types/logging/span.types.ts