Interface: StepWithChildSpansOptions
Defined in: src/types/logging/span.types.ts:34
Extends
Extended by
Properties
createdAt?
optional createdAt: Date;
Defined in: src/types/logging/step.types.ts:92
Inherited from
BaseSpanOptions
.createdAt
optional datasetInput: string;
Defined in: src/types/logging/step.types.ts:99
Inherited from
BaseSpanOptions
.datasetInput
optional datasetMetadata: Record<string, string>;
Defined in: src/types/logging/step.types.ts:101
Inherited from
BaseSpanOptions
.datasetMetadata
datasetOutput?
optional datasetOutput: string;
Defined in: src/types/logging/step.types.ts:100
Inherited from
BaseSpanOptions
.datasetOutput
externalId?
optional externalId: string;
Defined in: src/types/logging/step.types.ts:97
Inherited from
BaseSpanOptions
.externalId
input: StepAllowedInputType;
Defined in: src/types/logging/span.types.ts:22
Inherited from
BaseSpanOptions
.input
optional metadata: Record<string, string>;
Defined in: src/types/logging/step.types.ts:93
Inherited from
BaseSpanOptions
.metadata
metrics?
optional metrics: Metrics;
Defined in: src/types/logging/step.types.ts:96
Inherited from
BaseSpanOptions
.metrics
name?
Defined in: src/types/logging/step.types.ts:91
Inherited from
BaseSpanOptions
.name
output?
optional output: StepAllowedOutputType;
Defined in: src/types/logging/step.types.ts:90
Inherited from
BaseSpanOptions
.output
spans?
Defined in: src/types/logging/span.types.ts:35
statusCode?
optional statusCode: number;
Defined in: src/types/logging/step.types.ts:95
Inherited from
BaseSpanOptions
.statusCode
stepNumber?
optional stepNumber: number;
Defined in: src/types/logging/step.types.ts:98
Inherited from
BaseSpanOptions
.stepNumber
Defined in: src/types/logging/step.types.ts:94
Inherited from
BaseSpanOptions
.tags
Responses are generated using AI and may contain mistakes.