mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-21 15:36:48 +00:00
feat: support mcp settings
This commit is contained in:
@@ -44,6 +44,9 @@ class ChatRequest(BaseModel):
|
||||
interrupt_feedback: Optional[str] = Field(
|
||||
None, description="Interrupt feedback from the user on the plan"
|
||||
)
|
||||
mcp_settings: Optional[dict] = Field(
|
||||
None, description="MCP settings for the chat request"
|
||||
)
|
||||
|
||||
|
||||
class TTSRequest(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user