Skip to content

Commit 705aa96

Browse files
committed
feat: mcp tools
1 parent 2b7ff69 commit 705aa96

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

backend/apps/chat/models/chat_model.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,9 @@ class ChatQuestion(AiModelQuestion):
144144

145145

146146
class ChatMcp(ChatQuestion):
147-
token:str = ''
147+
token: str = ''
148+
149+
150+
class ChatStart(BaseModel):
151+
username: str = ''
152+
password: str = ''

0 commit comments

Comments
 (0)