NousResearch / Hermes-Function-Calling

MIT License
475 stars 74 forks source link

Issue with calling Functions with multiple arguments #27

Open GeethaCharan31 opened 1 month ago

GeethaCharan31 commented 1 month ago

I have a custom function to fetch the data between two dates in a dataframe. It raises the following error INFO [functioncall.py:160] Could not execute function: 'str' object has no attribute 'handlers'

also I had error stating the maximum arguments I can have is only 2. Is there is workaround to have more than 2 arguments.

The custom function is as follows: image