| Field | Type | Required | Description |
|---|---|---|---|
email |
Optional[str] | ➖ | The email address of the user who submitted the side-by-side feedback. |
source |
Optional[models.ManualFeedbackSideBySideInfoSource] | ➖ | The source associated with the side-by-side feedback event. |
query |
Optional[str] | ➖ | The query or prompt that was evaluated across multiple implementations. |
implementations |
List[models.SideBySideImplementation] | ➖ | Array of implementations that were compared side-by-side. |
evaluation_session_id |
Optional[str] | ➖ | Unique identifier for this evaluation session to group related feedback events. |
implementation_id |
Optional[str] | ➖ | The ID of the implementation this specific feedback event is for. |
vote |
Optional[models.ManualFeedbackSideBySideInfoVote] | ➖ | The vote for this specific implementation. |
comments |
Optional[str] | ➖ | Specific feedback comments for this implementation. |