Skip to content

Commit ee13b7b

Browse files
fix mistake
1 parent 4a2ace0 commit ee13b7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ pip install -r requirements.txt
1717
- body :
1818

1919
```python
20-
{'user_id': str, 'type': str, 'content':str 'addition': Optional[str]}
20+
{'user_id': str, 'type': str, 'content':str, 'addition': Optional[str]}
2121
# Type is one of "text", "publicMsg", "site" and "url";
2222
# user_id: str
2323
type: Literal["text", "publicMsg", "file", "image", "video", "location", "chathistory", "site", "attachment", "url"]
2424
content: str
25-
addition: Optional[str] = None`
25+
addition: Optional[str] = None
2626
```
2727

28-
see more (when backend started) http://127.0.0.1:7777/docs
28+
see more (when backend started) http://127.0.0.1:8077/docs
2929

3030
### WiseFlow Repo File Structure
3131

0 commit comments

Comments
 (0)