Skip to content

Commit c56697d

Browse files
douglas-reidDouglas Reid
andauthored
fix(agents): update telegram bot example config (#516)
When using Mixins, Mixin config should be a parent class for `AgentService` Config types. Co-authored-by: Douglas Reid <doug@steamship.com>
1 parent b302c23 commit c56697d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/steamship/agents/examples/telegram_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class TelegramBot(AgentService):
4949
5050
"""
5151

52-
class TelegramBotConfig(Config):
52+
class TelegramBotConfig(TelegramTransportConfig):
5353
bot_token: str = Field(description="The secret token for your Telegram bot")
5454

5555
@classmethod

0 commit comments

Comments
 (0)