Interface: LlmSpanOptions

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

Extends

Properties

createdAt?

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

Inherited from

BaseSpanOptions.createdAt

datasetInput?

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

Inherited from

BaseSpanOptions.datasetInput

datasetMetadata?

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

Inherited from

BaseSpanOptions.datasetMetadata

datasetOutput?

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

Inherited from

BaseSpanOptions.datasetOutput

externalId?

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

Inherited from

BaseSpanOptions.externalId

finishReason?

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

input

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

Overrides

BaseSpanOptions.input

metadata?

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

Inherited from

BaseSpanOptions.metadata

metrics?

optional metrics: LlmMetrics;
Defined in: src/types/logging/span.types.ts:152

Overrides

BaseSpanOptions.metrics

model?

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

name?

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

Inherited from

BaseSpanOptions.name

output

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

Overrides

BaseSpanOptions.output

redactedInput?

optional redactedInput: LlmSpanAllowedInputType;
Defined in: src/types/logging/span.types.ts:149

Overrides

BaseSpanOptions.redactedInput

redactedOutput?

optional redactedOutput: LlmSpanAllowedOutputType;
Defined in: src/types/logging/span.types.ts:151

Overrides

BaseSpanOptions.redactedOutput

statusCode?

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

Inherited from

BaseSpanOptions.statusCode

stepNumber?

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

Inherited from

BaseSpanOptions.stepNumber

tags?

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

Inherited from

BaseSpanOptions.tags

temperature?

optional temperature: number;
Defined in: src/types/logging/span.types.ts:156

tools?

optional tools: Record<string, any>[];
Defined in: src/types/logging/span.types.ts:154