-
Notifications
You must be signed in to change notification settings - Fork 1
Wagering #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Wagering #19
Conversation
|
@fmhall is attempting to deploy a commit to the Merit Systems Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| wagerId: string, | ||
| winningSide: string, | ||
| proofUrl?: string, | ||
| ): Promise<WagerWithPositions> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can anyone in the group just resolve at any time to their side?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically, but proof requirements are determined by the bot. I want to give it a web search tool in addition to it's photo analysis tool.
All code uses the abstractions previously created. Currently did not create a seperate personality, but can do that later.
Disabled by default unless the
wageringEnabledflag is set to true in group chat settings.Tried to go for a minimal diff, follow best practices, no slop.
Goal is to support this kind of flow:
Mostly all implemented, without testing though.
Only thing missing is that no proactive hook exists - so people would have to prompt it to resolve wagers.