Shaulbm / moovNowMVP

0 stars 0 forks source link

KPBE - handle participants who don't have details #754

Open Shaulbm opened 1 week ago

Shaulbm commented 1 week ago

In the classification process - also pass users which we can't provide details for (this may be either for permissions or because the users are not Claro Users - but for this story, the reason does not matter).

In case the user is not a claro user or calling (isEligble(user, otherUser) returns False,

notify the llm that there are X additional participants that we don't have details for.

DoD - for the users whom we don't have details for (either not claroUser, or not eligible) - just count them and let the llm know that they exist.

NoamRivlin commented 1 week ago

for now i created isEligible in claroBE file and have it return True for easier testing...

NoamRivlin commented 6 days ago

for now the case when a participant isn't reachable could be equal to a participant who isn't in the same org. should we address this somehow?