←back to thread

Devstral

(mistral.ai)
701 points mfiguiere | 2 comments | | HN request time: 0.4s | source
1. ddtaylor ◴[] No.44052444[source]
Wow. I was just grabbing some models and I happened to see this one while I was messing with tool support in LLamaIndex. I have an agentic coding thing I threw together and I have been trying different models on it and was looking to throw ReAct at it to bring in some models that don't have tool support and this just pops into existence!

I'm not able to get my agentic system to use this model though as it just says "I don't have the tools to do this". I tried modifying various agent prompts to explicitly say "Use foo tool to do bar" without any luck yet. All of the ToolSpec that I use are annotated etc. Pydantic objects and every other model has figured out how to use these tools.

replies(1): >>44055047 #
2. tough ◴[] No.44055047[source]
you can use constrained outptus for enforcing tool schemas any model can get it with a lil help