Expand description
Telemetry and feedback (optional, application-controlled).
The runtime MUST NOT force telemetry collection. Instead it provides:
- a stable
client_request_idfor linkage - typed feedback events
- an injectable
FeedbackSinkhook (default: no-op)
Structs§
- Choice
Selection Feedback - Minimal user feedback for multi-candidate selection.
- Noop
Feedback Sink - Default sink: do nothing.
Enums§
- Feedback
Event - Typed feedback events (extensible).
Traits§
- Feedback
Sink - Feedback sink hook. Applications decide whether and where to store/report feedback.