mirror of https://github.com/kortix-ai/suna.git
chore(dev): Correct tool call examples in sample response
This commit is contained in:
parent
15a21af9f2
commit
b299df42f2
|
@ -139,6 +139,7 @@ from mcp_local import api as mcp_api
|
|||
|
||||
app.include_router(mcp_api.router, prefix="/api")
|
||||
|
||||
|
||||
app.include_router(transcription_api.router, prefix="/api")
|
||||
|
||||
app.include_router(email_api.router, prefix="/api")
|
||||
|
|
Loading…
Reference in New Issue