Spaces:
Runtime error
Runtime error
Changed example to work with sentiment analysis tool
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ with MCPClient(
|
|
17 |
demo = gr.ChatInterface(
|
18 |
fn=lambda message, history: str(agent.run(message)),
|
19 |
type="messages",
|
20 |
-
examples=["
|
21 |
title="Agent with MCP Tools",
|
22 |
description="This is a simple agent that uses MCP tools to answer questions.",
|
23 |
)
|
|
|
17 |
demo = gr.ChatInterface(
|
18 |
fn=lambda message, history: str(agent.run(message)),
|
19 |
type="messages",
|
20 |
+
examples=["Analyse the sentiment of: I Love Cats"],
|
21 |
title="Agent with MCP Tools",
|
22 |
description="This is a simple agent that uses MCP tools to answer questions.",
|
23 |
)
|