Fixed get_feed tool name... again.
Browse files- client/interface.py +1 -1
client/interface.py
CHANGED
@@ -40,7 +40,7 @@ async def agent_input(
|
|
40 |
tool_call = result['tool_call']
|
41 |
tool_name = tool_call['name']
|
42 |
|
43 |
-
if tool_name == '
|
44 |
|
45 |
tool_parameters = tool_call['parameters']
|
46 |
website = tool_parameters['website']
|
|
|
40 |
tool_call = result['tool_call']
|
41 |
tool_name = tool_call['name']
|
42 |
|
43 |
+
if tool_name == 'rss_mcp_server_get_feed':
|
44 |
|
45 |
tool_parameters = tool_call['parameters']
|
46 |
website = tool_parameters['website']
|