Minor update to name in Slack

This commit is contained in:
Lance Martin
2024-12-17 19:37:39 -08:00
parent 7268eba803
commit ebdc80eca2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ def write_to_slack(state: OverallState):
"type": "header",
"text": {
"type": "plain_text",
"text": ":fire: :robot_face: Take-Bot is heating up ...",
"text": ":fire: :robot_face: Reddit-Radar is heating up ...",
"emoji": true
}
})
+1 -1
View File
@@ -37,7 +37,7 @@ class TakeGeneratorState:
@dataclass(kw_only=True)
class OverallInputState:
user_provided_topics: str = field(default="AI") # User-provided topics
user_provided_topics: str = field(default="") # User-provided topics
@dataclass(kw_only=True)
class OverallState: