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

Seemingly can't find any functions? #5

Open
jontstaz opened this issue Oct 17, 2023 · 2 comments
Open

Seemingly can't find any functions? #5

jontstaz opened this issue Oct 17, 2023 · 2 comments
Assignees
Milestone

Comments

@jontstaz
Copy link

Hi,

First of all, nice project! It looks very promising. I've been playing with autogen for a couple weeks now and just stumbled across your project. I've configured it to use GPT-4 however it's getting stuck/failing whenever it tries to call any function despite all the functions existing..

Eg:

***** Response from calling function "write_file" *****
Error: Function write_file not found.

Not quite sure what's wrong. Is this a known bug? I looked into the constants.py file and I can see all the functions are indeed there and they are being imported into main.py so I'm fairly confused at this point.

Any help would be appreciated. Thanks in advance,

@jontstaz
Copy link
Author

Ah I found why, the function_map for each agent in main.py was commented out. I assume the codebase is halfway through a change? Anyway I uncommented them and now the functions seem to work.

@ivangabriele
Copy link
Owner

Hi @jontstaz!

Sorry for the very late reply. This is indeed in the middle of a big feature upgrade. I've been swamped with my main job as well as dedicating some time to the next release of ClamAV Desktop (another open-source project).

I'm planning to circle back to this project in December and focus on OADS first release, especially since I'll be taking a break from my day job then ^^.

@ivangabriele ivangabriele added this to the v0.1.0 milestone Nov 27, 2023
@ivangabriele ivangabriele self-assigned this Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants