test: Solid model test including tool call & structured output
Ive implemented a couple tests according to my understanding of the issue, lmk if this is how it has to be handled.
Links #2240
great, can you help me with the github ci? or some references to implement this?
great, can you help me with the github ci? or some references to implement this?
reference: https://github.com/camel-ai/camel/blob/master/.github/workflows/pytest_package.yml
you can refer to pytest_package_llm_test
In addition, can our current github repo implement apikey hosting? @Wendong-Fan
great, can you help me with the github ci? or some references to implement this?
reference: https://github.com/camel-ai/camel/blob/master/.github/workflows/pytest_package.yml you can refer to
pytest_package_llm_testIn addition, can our current github repo implement apikey hosting? @Wendong-Fan
While we can implement this, I recommend excluding it from our CI due to the costs associated with its real API requests. Manual execution when necessary would be a more cost-effective approach
Hey @JINO-ROHIT
Thanks again for contributing to this PR, would love to hear about how progress has been coming along and whether we can help in any way!
hey, its been a couple of months since i contributed, trying to get back into it. im currently unaware if the test suites are obselete or if we still need them