We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b40697 commit 06793aaCopy full SHA for 06793aa
mcpx_eval/judge.py
@@ -248,6 +248,9 @@ async def evaluate_model(
248
# If tools is a mock object, get the return value directly
249
result["tools-available"] = chat.client.tools.keys()
250
251
+ if len(result["tools-available"]) == 0:
252
+ del result["tools-available"]
253
+
254
async for node in chat.iter(prompt):
255
if hasattr(node, "model_response"):
256
for part in node.model_response.parts:
0 commit comments