Skip to content

Commit fe8d2cb

Browse files
committed
feat: mcp param
1 parent 768fd26 commit fe8d2cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/apps/chat/models/chat_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,5 +162,5 @@ class ChatMcp(ChatQuestion):
162162

163163

164164
class ChatStart(BaseModel):
165-
username: str = ''
166-
password: str = ''
165+
username: str
166+
password: str

0 commit comments

Comments
 (0)