AzureAIChatCompletionsModel tool calling #30020
Replies: 3 comments 2 replies
-
Hello, @edisimo! 👋 I'm here to help you with any bugs, questions, or contributions you have. I found a couple of similar discussions that might be relevant to your issue:
Regarding your specific issue, ensure that the Here are a few suggestions to troubleshoot the issue:
If these steps do not resolve the issue, consider exploring the discussions mentioned above for any updates or solutions that might have been shared by other users facing similar problems. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
Apparently Azure themselves don't support tool calling on models like LLaMA or DeepSeek. https://learn.microsoft.com/en-us/azure/ai-foundry/model-inference/concepts/models#meta Bummer. |
Beta Was this translation helpful? Give feedback.
-
Apparently Azure themselves don't support tool calling on models like LLaMA or DeepSeek. https://learn.microsoft.com/en-us/azure/ai-foundry/model-inference/concepts/models#meta Bummer. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am using langchain for my masters thesis of controlling a quadruped robot via LLMs. First of all I have to say that langchain has without a doubt saved me an incredible amount of time and is an amazing tool.
I am able to use it for tool calling through Azure OpenAI models like 4o and so on.
I have tried to implement Llama-3-3-70B-Instruct deployed in Azure AI Foundry. It works, however I can't get the model to use any tools even when specifically asked. I have tried bind_tools() just like in the previous model, but it doesn't seem to work anyway. Could someone please help me figure this out?
Thank you very much
This is my current implementation of the model
As for the tool, we can use a hypothetical dummy function that illustrates the point
Beta Was this translation helpful? Give feedback.
All reactions