new changes
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
from .chat import ChatBody
|
||||
from .chat import ChatBody, ChatAppBody
|
||||
from .user import UserValidation, SaveChatToApp
|
||||
@@ -5,3 +5,9 @@ class ChatBody(BaseModel):
|
||||
html: str
|
||||
history: list
|
||||
# url: str
|
||||
|
||||
class ChatAppBody(BaseModel):
|
||||
id: str
|
||||
user_message: str
|
||||
url: str
|
||||
history: list
|
||||
Reference in New Issue
Block a user