-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
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
Make object parameters optional #326
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Action.schema field needs to be required due to MCP compatibility issues. Please revert this change. The other config optionality change is fine
@michaelessiet I made the requested changes. The only place where this might cause errors is for the actions that reference the config, for example |
Done, I've made the necessary changes @michaelessiet |
Pull Request Description
This PR makes some object parameters optional, where it is not required to include them
Related Issue
References #325
Changes Made
This PR adds the following changes:
config
parameter optional on the SolanaAgentKit class constructorconfig
is optional in constructorChecklist