fix mistake

This commit is contained in:
bigbrother666 2024-06-27 09:20:12 +08:00
parent 4a2ace0e25
commit ee13b7bcdd

View File

@ -17,15 +17,15 @@ pip install -r requirements.txt
- body :
```python
{'user_id': str, 'type': str, 'content':str 'addition': Optional[str]}
{'user_id': str, 'type': str, 'content':str, 'addition': Optional[str]}
# Type is one of "text", "publicMsg", "site" and "url"
# user_id: str
type: Literal["text", "publicMsg", "file", "image", "video", "location", "chathistory", "site", "attachment", "url"]
content: str
addition: Optional[str] = None`
addition: Optional[str] = None
```
see more (when backend started) http://127.0.0.1:7777/docs
see more (when backend started) http://127.0.0.1:8077/docs
### WiseFlow Repo File Structure