UNPKG

axiom

Version:

Axiom AI SDK provides - an API to wrap your AI calls with observability instrumentation. - offline evals - online evals

60 lines (30 loc) 926 B
[**axiom v0.51.1**](../../README.md) *** [axiom](../../README.md) / [feedback](../README.md) / FeedbackLinks # Type Alias: FeedbackLinks > **FeedbackLinks** = `object` Links that associate feedback with a trace and other context. ## Properties ### capability > `readonly` **capability**: `string` The capability (feature/component) this feedback relates to. *** ### conversationId? > `readonly` `optional` **conversationId**: `string` Optional conversation ID for conversational contexts. *** ### spanId? > `readonly` `optional` **spanId**: `string` Optional span ID for more granular linking. *** ### step? > `readonly` `optional` **step**: `string` Optional step within the capability. *** ### traceId > `readonly` **traceId**: `string` The trace ID to associate this feedback with. *** ### userId? > `readonly` `optional` **userId**: `string` Optional user ID of the person providing feedback.