feat: support mcp settings

This commit is contained in:
He Tao
2025-04-23 16:00:01 +08:00
parent dae036f583
commit 0cf859b393
11 changed files with 147 additions and 27 deletions

View File

@@ -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):