mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 08:41:29 +00:00
Add cache and NLP for weather
This commit is contained in:
@ -39,4 +39,5 @@ def parse_potential_commands(sentence):
|
||||
result = func(sentence, segmentation)
|
||||
if result:
|
||||
potential_commands.append(result)
|
||||
print('可能的命令:', potential_commands)
|
||||
return potential_commands
|
||||
|
Reference in New Issue
Block a user