smart-bot-factory 0.2.7__py3-none-any.whl → 0.2.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of smart-bot-factory might be problematic. Click here for more details.
- smart_bot_factory/handlers/handlers.py +1 -1
- {smart_bot_factory-0.2.7.dist-info → smart_bot_factory-0.2.8.dist-info}/METADATA +1 -1
- {smart_bot_factory-0.2.7.dist-info → smart_bot_factory-0.2.8.dist-info}/RECORD +6 -6
- {smart_bot_factory-0.2.7.dist-info → smart_bot_factory-0.2.8.dist-info}/WHEEL +0 -0
- {smart_bot_factory-0.2.7.dist-info → smart_bot_factory-0.2.8.dist-info}/entry_points.txt +0 -0
- {smart_bot_factory-0.2.7.dist-info → smart_bot_factory-0.2.8.dist-info}/licenses/LICENSE +0 -0
|
@@ -752,7 +752,7 @@ async def process_user_message(message: Message, state: FSMContext, session_id:
|
|
|
752
752
|
send_filters = message_hooks.get('send_filters', [])
|
|
753
753
|
for filter_func in send_filters:
|
|
754
754
|
try:
|
|
755
|
-
should_send = await filter_func(message.from_user.id
|
|
755
|
+
should_send = await filter_func(message.from_user.id)
|
|
756
756
|
if not should_send:
|
|
757
757
|
logger.info(f"⛔ Фильтр '{filter_func.__name__}' заблокировал отправку")
|
|
758
758
|
return # Не отправляем
|
|
@@ -36,7 +36,7 @@ smart_bot_factory/creation/__init__.py,sha256=IgDk8GDS3pg7Pw_Et41J33ZmeZIU5dRwQd
|
|
|
36
36
|
smart_bot_factory/creation/bot_builder.py,sha256=Fud-E3J-S7IEjWBfFhRu4YXnJZHbNHG33zqgGk_Cy8I,35585
|
|
37
37
|
smart_bot_factory/creation/bot_testing.py,sha256=JDWXyJfZmbgo-DLdAPk8Sd9FiehtHHa4sLD17lBrTOc,55669
|
|
38
38
|
smart_bot_factory/event/__init__.py,sha256=hPL449RULIOB-OXv1ZbGNiHctAYaOMUqhSWGPrDHYBM,212
|
|
39
|
-
smart_bot_factory/handlers/handlers.py,sha256=
|
|
39
|
+
smart_bot_factory/handlers/handlers.py,sha256=tNtOjtdLUIXVh8mqjTD2kc2N_GiU69BYzxhcOJ2ozBI,41542
|
|
40
40
|
smart_bot_factory/integrations/openai_client.py,sha256=aMcDrKO0GEx3ZSVEOGDeDtFCDWSXs6biUfgrbRK8yTU,23180
|
|
41
41
|
smart_bot_factory/integrations/supabase_client.py,sha256=AfALLZdDYeMWHLJw6POTGiBd-sH3i03oT6tT7m9C28I,44644
|
|
42
42
|
smart_bot_factory/message/__init__.py,sha256=8XWEEl3J0l1xDeEPmXPwFbHbnQelGApCwnicUkcBbOg,391
|
|
@@ -49,8 +49,8 @@ smart_bot_factory/utils/__init__.py,sha256=UhsJXEHfrIK8h1AHsroHSwAriijk-LvnqLyvg
|
|
|
49
49
|
smart_bot_factory/utils/debug_routing.py,sha256=BOoDhKBg7UXe5uHQxRk3TSfPfLPOFqt0N7lAo6kjCOo,4719
|
|
50
50
|
smart_bot_factory/utils/prompt_loader.py,sha256=JSn7CsWnToSbHYtURdeuZn7ectyDqQGrPGHN2ixIGkw,19930
|
|
51
51
|
smart_bot_factory/utils/user_prompt_loader.py,sha256=dk6P0X_3UcNqxjRtuIvb0LcPrp03zIIsstZwdmeCPaE,2519
|
|
52
|
-
smart_bot_factory-0.2.
|
|
53
|
-
smart_bot_factory-0.2.
|
|
54
|
-
smart_bot_factory-0.2.
|
|
55
|
-
smart_bot_factory-0.2.
|
|
56
|
-
smart_bot_factory-0.2.
|
|
52
|
+
smart_bot_factory-0.2.8.dist-info/METADATA,sha256=Qr7RQARKvkHX6G7Qh2Wt46FWhpAAsOkNrjPz15nS_UE,28224
|
|
53
|
+
smart_bot_factory-0.2.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
54
|
+
smart_bot_factory-0.2.8.dist-info/entry_points.txt,sha256=ybKEAI0WSb7WoRiey7QE-HHfn88UGV7nxLDxXq7b7SU,50
|
|
55
|
+
smart_bot_factory-0.2.8.dist-info/licenses/LICENSE,sha256=OrK3cwdUTzNzIhJvSPtJaVMoYIyC_sSx5EFE_FDMvGs,1092
|
|
56
|
+
smart_bot_factory-0.2.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|