Rename Session Coach feedback enums
All checks were successful
Tests / Tests (pull_request) Successful in 10s

This commit is contained in:
2026-08-10 12:26:43 -07:00
parent 03b565dc7d
commit 19ba43ad6d
2 changed files with 4 additions and 4 deletions

View File

@@ -3795,10 +3795,10 @@ export type SessionCoachFeedbackGql = {
};
export enum SessionCoachFeedbackResponseEnum {
AlreadyWorkingOnThis = "ALREADY_WORKING_ON_THIS",
Helpful = "HELPFUL",
NotEnoughEvidence = "NOT_ENOUGH_EVIDENCE",
WrongFocus = "WRONG_FOCUS",
NotInsightful = "NOT_INSIGHTFUL",
NotRelevant = "NOT_RELEVANT",
}
export type SessionCoachGql = {

View File

@@ -1407,8 +1407,8 @@ type SessionCoachFeedbackGQL {
enum SessionCoachFeedbackResponseEnum {
HELPFUL
WRONG_FOCUS
ALREADY_WORKING_ON_THIS
NOT_RELEVANT
NOT_INSIGHTFUL
NOT_ENOUGH_EVIDENCE
}