This repository was archived by the owner on May 16, 2025. It is now read-only.
This repository was archived by the owner on May 16, 2025. It is now read-only.
[BUG] Tools parameters/arguements are not working #60
Closed
Description
Bug Description
When
I use const tools = await client.getTools();
and
const bindLLM = llm.bind({
tools,
tool_choice: "auto",
});
it does not see tool arguments and always provide with empty arguments:
"tool_calls": [
{
"id": "call_Njw1orEyCrlaWWSjg3KTvdOE",
"type": "function",
"function": {
"name": "mcp__firecrawl__firecrawl_scrape",
"arguments": "{}"
}
}
]
Environment
- OS:Win