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: LlmSpanOptions
Defined in: src/types/logging/span.types.ts
Extends
Properties
createdAt?
optional createdAt: Date;
Defined in: src/types/logging/step.types.ts
Inherited from
BaseSpanOptions.createdAt
optional datasetInput: string;
Defined in: src/types/logging/step.types.ts
Inherited from
BaseSpanOptions.datasetInput
optional datasetMetadata: Record<string, string>;
Defined in: src/types/logging/step.types.ts
Inherited from
BaseSpanOptions.datasetMetadata
datasetOutput?
optional datasetOutput: string;
Defined in: src/types/logging/step.types.ts
Inherited from
BaseSpanOptions.datasetOutput
externalId?
optional externalId: string;
Defined in: src/types/logging/step.types.ts
Inherited from
BaseSpanOptions.externalId
finishReason?
optional finishReason: string;
Defined in: src/types/logging/span.types.ts
input: LlmSpanAllowedInputType;
Defined in: src/types/logging/span.types.ts
Overrides
BaseSpanOptions.input
optional metadata: Record<string, string>;
Defined in: src/types/logging/step.types.ts
Inherited from
BaseSpanOptions.metadata
metrics?
optional metrics: LlmMetrics;
Defined in: src/types/logging/span.types.ts
Overrides
BaseSpanOptions.metrics
model?
Defined in: src/types/logging/span.types.ts
name?
Defined in: src/types/logging/step.types.ts
Inherited from
BaseSpanOptions.name
output
output: LlmSpanAllowedOutputType;
Defined in: src/types/logging/span.types.ts
Overrides
BaseSpanOptions.output
optional redactedInput: LlmSpanAllowedInputType;
Defined in: src/types/logging/span.types.ts
Overrides
BaseSpanOptions.redactedInput
redactedOutput?
optional redactedOutput: LlmSpanAllowedOutputType;
Defined in: src/types/logging/span.types.ts
Overrides
BaseSpanOptions.redactedOutput
statusCode?
optional statusCode: number;
Defined in: src/types/logging/step.types.ts
Inherited from
BaseSpanOptions.statusCode
stepNumber?
optional stepNumber: number;
Defined in: src/types/logging/step.types.ts
Inherited from
BaseSpanOptions.stepNumber
Defined in: src/types/logging/step.types.ts
Inherited from
BaseSpanOptions.tags
temperature?
optional temperature: number;
Defined in: src/types/logging/span.types.ts
optional tools: Record<string, any>[];
Defined in: src/types/logging/span.types.ts