Skip to main content
Defined in: src/genai/tool.ts:25

Extends

  • SpanEndOptions

Properties

endTime

optional endTime: TimeInput
Defined in: src/genai/spanBase.ts:31

Inherited from

SpanEndOptions.endTime

error

optional error: Error
Defined in: src/genai/spanBase.ts:30

Inherited from

SpanEndOptions.error

errorType

optional errorType: string
Stable failure classification recorded on the error.type attribute. Defined in: src/genai/tool.ts:29

result

optional result: JsonValue
A JSON value. Strings are recorded as-is; other values are serialized. Defined in: src/genai/tool.ts:27