camel icon indicating copy to clipboard operation
camel copied to clipboard

feat: update FunctionCallingRecor to ToolCallingRecord

Open NeilJohnson0930 opened this issue 9 months ago • 8 comments

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-number in the PR description (required)
  • [ ] I have checked if any dependencies need to be added or updated in pyproject.toml and uv 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!

NeilJohnson0930 avatar Mar 22 '25 07:03 NeilJohnson0930

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@NeilJohnson0930 which issue is this related to?

GitHoobar avatar Mar 22 '25 12:03 GitHoobar

@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.

NeilJohnson0930 avatar Mar 22 '25 13:03 NeilJohnson0930

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

Wendong-Fan avatar Mar 22 '25 14:03 Wendong-Fan

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?

NeilJohnson0930 avatar Mar 22 '25 15:03 NeilJohnson0930

hey @NeilJohnson0930 , in the cookbook we fixed the version, now we can update to camel-ai 0.2.36

Wendong-Fan avatar Mar 22 '25 15:03 Wendong-Fan

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

NeilJohnson0930 avatar Mar 23 '25 13:03 NeilJohnson0930

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~

Wendong-Fan avatar Mar 23 '25 19:03 Wendong-Fan