Lucas Gomide

Results 79 comments of Lucas Gomide

@fmatray Yeah - recently I found the same behavior by running the SeleniumCrawerTool, btw. I tried a simple fix but didn't work. Have to dedicate more time to understand at...

> How can we connect the tool with the SQL database? [Here's](https://docs.crewai.com/tools/nl2sqltool#nl2sql-tool) how to connect. Let me know if it's enough

Hey everyone, This is happening because the LLM is generating a response using the query key instead of sql_query, which is what's required by the Tool. This can likely be...

could you share you snippet code to make it easier simulate that?

gotcha Have you tried the mistral approach to fix it locally? I'd love see your PR and collaborate with us (:

Hmm interesting.. We have a check-feature to ensure the `response_format` is [supported by model](https://github.com/crewAIInc/crewAI/blob/main/src/crewai/llm.py#L991). We should fix it if it’s not working properly by adding a better support for OpenRouter....

> Another way to go is using litellm.get_supported_openai_params to check the parameters, like I showed in the code snippet above. That’s exactly what I meant to do. But for now,...

@fmatray love it, especially about structured data. Would be a great upgrade on our config engine I’m just complaining about standard and complex objects. They might be a branch to...

I agree with create another system engine and then we can softly deprecated the current one in the future. Regarding to our options, I liked the jinja but would be...

@lien-dkseo would you share your issue?