add mcp server
This commit is contained in:
parent
29697f6274
commit
46ec8c7fe3
8 changed files with 1665 additions and 17 deletions
|
|
@ -20,7 +20,8 @@ async def insurance_chat(request: models.InsuranceChatRequest):
|
|||
session_id=result["session_id"],
|
||||
answer=result["answer"],
|
||||
sources=result["sources"],
|
||||
history=result["history"]
|
||||
history=result["history"],
|
||||
hooks=result["hooks"],
|
||||
)
|
||||
|
||||
except Exception as e:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue