Skip to content

Commit 2e1e1bf

Browse files
omit parameters for default tools in tiny-agent (#3214)
1 parent 83bcc0b commit 2e1e1bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/huggingface_hub/inference/_mcp/constants.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"function": {
5555
"name": "task_complete",
5656
"description": "Call this tool when the task given by the user is complete",
57-
"parameters": {"type": "object", "properties": {}},
5857
},
5958
}
6059
)
@@ -65,7 +64,6 @@
6564
"function": {
6665
"name": "ask_question",
6766
"description": "Ask the user for more info required to solve or clarify their problem.",
68-
"parameters": {"type": "object", "properties": {}},
6967
},
7068
}
7169
)

0 commit comments

Comments
 (0)