NousResearch / Hermes-Function-Calling

MIT License
475 stars 74 forks source link

fix the system prompt example #13

Closed ViperX7 closed 3 months ago

ViperX7 commented 3 months ago

I believe that the system prompt example was malformed and confuses the model

before change 'description' : 'get_stock_fundamentals(symbol: str) -> dict - Get fundamental data for a given stock symbol using yfinance API.\n\n Args:\n symbol (str): The stock symbol.\n\n Returns:\n dict: A dictionary containing fundamental data.'

after change change 'description' : 'Get fundamental data for a given stock symbol using yfinance API.'

ViperX7 commented 3 months ago

I am not sure but according to me the content inside the <tools></tools> tag should be in a list []

interstellarninja commented 3 months ago

yes the content inside <tools></tools> should be in a list []