Merge pull request #1109 from nagisa77/codex/create-coffee-bot-for-lottery-post

Add coffee bot lottery poster and schedule
This commit is contained in:
Tim
2025-10-28 15:14:51 +08:00
committed by GitHub
3 changed files with 92 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ export type WorkflowInput = { input_as_text: string };
export abstract class BotFather {
protected readonly allowedMcpTools = [
"search",
"create_post",
"reply_to_post",
"reply_to_comment",
"recent_posts",