mirror of
https://github.com/langchain-ai/reddit-radar.git
synced 2026-07-01 20:14:05 -04:00
Minor update to name in Slack
This commit is contained in:
+1
-1
@@ -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
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user