Skip to content
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

Pulled down latest code and seeing Exception: Tools and tool functions are not consistent #11

Open
cfregly opened this issue Sep 4, 2024 · 2 comments

Comments

@cfregly
Copy link

cfregly commented Sep 4, 2024

Traceback (most recent call last):
  File "/Users/admin/dev/multimodal-chat/multimodal_chat.py", line 2576, in <module>
    main(args)
  File "/Users/admin/dev/multimodal-chat/multimodal_chat.py", line 2489, in main
    check_tools_consistency()
  File "/Users/admin/dev/multimodal-chat/multimodal_chat.py", line 1988, in check_tools_consistency
    raise Exception(f"Tools and tool functions are not consistent: {tools_set} != {tool_functions_set}")
Exception: Tools and tool functions are not consistent: {'image_catalog_count', 'notebook', 'duckduckgo_news', 'duckduckgo_text', 'wikipedia_page', 'download_image_into_catalog', 'wikipedia_search', 'duckduckgo_maps', 'retrive_from_archive', 'search_image_catalog', 'wikipedia_geodata_search', 'store_in_archive', 'generate_image', 'random_images', 'browser', 'similarity_image_catalog', 'python'} != {'image_catalog_count', 'notebook', 'duckduckgo_news', 'duckduckgo_text', 'wikipedia_page', 'download_image_into_catalog', 'wikipedia_search', 'duckduckgo_maps', 'retrive_from_archive', 'search_image_catalog', 'personal_improvement', 'wikipedia_geodata_search', 'store_in_archive', 'generate_image', 'random_images', 'browser', 'similarity_image_catalog', 'python'}
@cfregly
Copy link
Author

cfregly commented Sep 4, 2024

looks like there's an issue with the new personal_improvement tool

'similarity_image_catalog', 
'personal_improvement',  # NOT MATCHING
'wikipedia_geodata_search', 

@cfregly
Copy link
Author

cfregly commented Sep 6, 2024

@danilop should ./Config/tools.json include the personal_improvement tool? Seems to be missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant