agiresearch / OpenAGI

OpenAGI: When LLM Meets Domain Experts
MIT License
1.81k stars 150 forks source link

[Tools] Fix tools and add tests #58

Open zzfoo opened 1 month ago

zzfoo commented 1 month ago

It seems that the tools haven't been thoroughly tested; some tools just don't work. So I'm planning to check every tool, add tests, and make sure they all work as expected.

Tools

Tata0703 commented 1 month ago

Hi @zzfoo, I am thinking of assigning these unit tests to a new contributor as an onboarding task. Let's use this issue as a mega-thread for this. Thanks for creating it!

FlynnFlag commented 1 month ago

I will proceed with adding the unit tests for the "HotelSearchAPI"

Firy01 commented 1 month ago

I will take the airport search test cases.

PetarSPal commented 1 month ago

I would like to write TopSeriesAPI unit tests.

Cyberhoney commented 1 month ago

✅ I will take the Top Movie API Unit Test!

itsthemoon commented 1 month ago

I just recently made a pull request that changes a couple of the tools because they weren't working as intended as you all know. Might want to check that out