chatgraph 0.2.0__tar.gz → 0.2.1__tar.gz

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 chatgraph might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: chatgraph
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: A user-friendly chatbot library
5
5
  Home-page: https://github.com/irissonnlima/chatgraph
6
6
  License: MIT
@@ -113,7 +113,7 @@ class ChatbotApp(ABC):
113
113
  Returns:
114
114
  str: A resposta gerada pela função da rota, que pode ser uma mensagem ou o resultado de uma redireção.
115
115
  """
116
- customer_id = message.customer_id
116
+ customer_id = message.user_state.customer_id
117
117
 
118
118
  menu = message.user_state.menu
119
119
  menu = menu.lower()
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "chatgraph"
3
- version = "0.2.0"
3
+ version = "0.2.1"
4
4
  description = "A user-friendly chatbot library"
5
5
  authors = ["Irisson N. Lima <irisson.lima@verdecard.com.br>"]
6
6
  readme = "README.md"
File without changes
File without changes