mirror of
https://github.com/TeamWiseFlow/wiseflow.git
synced 2025-01-23 02:20:20 +08:00
fix mistake
This commit is contained in:
parent
4a2ace0e25
commit
ee13b7bcdd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user