Lucas Gomide

Results 90 comments of Lucas Gomide

I gotcha.. so it turns out to be a different issue than we initially thought.. it originally started as "Trained data not being used". No worries open it again, tho....

thanks for the detailed explanation I'll try to look into it over the next few days 🙏🏼

> [@lucasgomide](https://github.com/lucasgomide) what is status here ? I planning to back to it this week

@mrSingh007 today we merged today [this PR](https://github.com/crewAIInc/crewAI/pull/3085) that improves the data training system for those small/medium moldes.

Could you test following [this tutorial?](https://docs.crewai.com/concepts/tools#creating-your-own-tools)

@sreanik I'm missing `args_schema` in your Tool. Could you please try [this tutorial?](https://docs.crewai.com/concepts/tools#creating-your-own-tools) or using the `@tool` decorator?

It's recommend to define it, for sure

@sreanik I just ran your crew using default LLM (gpt-4) and everything works pretty well I had to modify some parameters on your `_run` because they are not being used....

@yueh0607 could you share your snippet code to reproduce that?