We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to process a request using a custom server without defining any tools, the following error occurs:
The system should be able to process requests without requiring tools to be defined.
Make tools optional in the request processing logic. This would allow the system to handle requests both with and without defined tools.
The text was updated successfully, but these errors were encountered:
Thanks for bringing this up @boatcow. Will fix it.
Sorry, something went wrong.
No branches or pull requests
Issue: Error when processing request using custom server without defined tools
Steps to Reproduce:
Current Behavior:
When trying to process a request using a custom server without defining any tools, the following error occurs:
Expected Behavior:
The system should be able to process requests without requiring tools to be defined.
Suggested Fix:
Make tools optional in the request processing logic. This would allow the system to handle requests both with and without defined tools.
The text was updated successfully, but these errors were encountered: