Class: Braintrust::Models::FeedbackExperimentItem::Source

Inherits:
Enum
  • Object
show all
Defined in:
lib/braintrust/models/feedback_experiment_item.rb

Overview

The source of the feedback. Must be one of "external" (default), "app", or "api"

Constant Summary collapse

APP =
:app
API =
:api
EXTERNAL =
:external