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: 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

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

input: JsonValue;
Defined in: src/types/logging/span.types.ts

metadata?

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

Inherited from

Omit.metadata;

metrics?

optional metrics: Metrics;
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?

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

redactedInput?

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

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;

toolCallId?

optional toolCallId: string;
Defined in: src/types/logging/span.types.ts