feat: update FunctionCallingRecor to ToolCallingRecord
Description
Update "FunctionCallingRecord" in the code to "ToolCallingRecord".
Checklist
Go over all the following points, and put an x in all the boxes that apply.
- [ ] I have read the CONTRIBUTION guide (required)
- [ ] I have linked this PR to an issue using the Development section on the right sidebar or by adding
Fixes #issue-numberin the PR description (required) - [ ] I have checked if any dependencies need to be added or updated in
pyproject.tomlanduv lock - [ ] I have updated the tests accordingly (required for a bug fix or a new feature)
- [ ] I have updated the documentation if needed:
- [ ] I have added examples if this is a new feature
If you are unsure about any of these, don't hesitate to ask. We are here to help!
Check out this pull request on ![]()
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
@NeilJohnson0930 which issue is this related to?
@NeilJohnson0930 which issue is this related to?
Hi @GitHoobar , I'm not sure which issue implemented ToolCallingRecord, but today when I tried to use one script in commit, It turns out 'FunctionCallingRecord import' failed that modified before.
thanks @GitHoobar and @NeilJohnson0930 , if we want to update the naming in cookbook, we also need to update the camel version used in the cookbook to match the naming change
thanks @GitHoobar and @NeilJohnson0930 , if we want to update the naming in cookbook, we also need to update the camel version used in the cookbook to match the naming change
Thanks, @Wendong-Fan ! Does Camel need a specific version installed, or the latest one is fine?
hey @NeilJohnson0930 , in the cookbook we fixed the version, now we can update to camel-ai 0.2.36
hey @NeilJohnson0930 , in the cookbook we fixed the version, now we can update to camel-ai 0.2.36
@Wendong-Fan , camel version in the cookbook has been updated to 0.2.36
hey @NeilJohnson0930 , you need to verify the cookbook instead of just change the version of the cookbook, after update the version you need to run the whole cookbook from up to down to make sure the cookbook is working with the updated version, let me know if you have double checked this part~