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
I've implemented a tool that allows the chatbot to access the Internet via an API request. However, I've encountered a problem: when this tool is used, the plain text of the API request is displayed directly on the user interface instead of remaining hidden. And I'm unable to find out what's responsible for the tools content being displayed.
Thank you in advance for your support!
The text was updated successfully, but these errors were encountered:
This is likely the line responsible for printing out the raw result of your API request. When a tool is invoked that isn't explicitly handled, the raw result is being displayed directly to the user interface. To fix this, you need to create a specific component to handle your results and add a condition in the conditional chain to use this component when your tool is invoked.
I've implemented a tool that allows the chatbot to access the Internet via an API request. However, I've encountered a problem: when this tool is used, the plain text of the API request is displayed directly on the user interface instead of remaining hidden. And I'm unable to find out what's responsible for the tools content being displayed.
Thank you in advance for your support!
The text was updated successfully, but these errors were encountered: