You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before submitting a bug, please make sure the issue hasn't been already addressed by searching through the FAQs and existing/past issues
Describe the bug
When enabling the tool feature, the LLM calls a tool even when it is not needed. I have created a function to retrieve data from a database, and, even if send "Hi" as the prompt, the LLM returns that function to be called
Minimal reproducible example
Create a function, the typical get weather would work, and send a prompt unrelated to that function. The LLM always returns that function to be called
Output
N/A
Runtime Environment
N/A
Additional context
The text was updated successfully, but these errors were encountered:
Before submitting a bug, please make sure the issue hasn't been already addressed by searching through the FAQs and existing/past issues
Describe the bug
When enabling the tool feature, the LLM calls a tool even when it is not needed. I have created a function to retrieve data from a database, and, even if send "Hi" as the prompt, the LLM returns that function to be called
Minimal reproducible example
Create a function, the typical get weather would work, and send a prompt unrelated to that function. The LLM always returns that function to be called
Output
N/A
Runtime Environment
N/A
Additional context
The text was updated successfully, but these errors were encountered: