Interface: AgentSpanOptions

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

Extends

Properties

agentType?

optional agentType: AgentType;

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


createdAt?

optional createdAt: Date;

Defined in: src/types/logging/step.types.ts:92

Inherited from

StepWithChildSpansOptions.createdAt


datasetInput?

optional datasetInput: string;

Defined in: src/types/logging/step.types.ts:99

Inherited from

StepWithChildSpansOptions.datasetInput


datasetMetadata?

optional datasetMetadata: Record<string, string>;

Defined in: src/types/logging/step.types.ts:101

Inherited from

StepWithChildSpansOptions.datasetMetadata


datasetOutput?

optional datasetOutput: string;

Defined in: src/types/logging/step.types.ts:100

Inherited from

StepWithChildSpansOptions.datasetOutput


externalId?

optional externalId: string;

Defined in: src/types/logging/step.types.ts:97

Inherited from

StepWithChildSpansOptions.externalId


input

input: StepAllowedInputType;

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

Inherited from

StepWithChildSpansOptions.input


metadata?

optional metadata: Record<string, string>;

Defined in: src/types/logging/step.types.ts:93

Inherited from

StepWithChildSpansOptions.metadata


metrics?

optional metrics: Metrics;

Defined in: src/types/logging/step.types.ts:96

Inherited from

StepWithChildSpansOptions.metrics


name?

optional name: string;

Defined in: src/types/logging/step.types.ts:91

Inherited from

StepWithChildSpansOptions.name


output?

optional output: StepAllowedOutputType;

Defined in: src/types/logging/step.types.ts:90

Inherited from

StepWithChildSpansOptions.output


spans?

optional spans: Span[];

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

Inherited from

StepWithChildSpansOptions.spans


statusCode?

optional statusCode: number;

Defined in: src/types/logging/step.types.ts:95

Inherited from

StepWithChildSpansOptions.statusCode


stepNumber?

optional stepNumber: number;

Defined in: src/types/logging/step.types.ts:98

Inherited from

StepWithChildSpansOptions.stepNumber


tags?

optional tags: string[];

Defined in: src/types/logging/step.types.ts:94

Inherited from

StepWithChildSpansOptions.tags