-
|
Hi all, Has anyone successfully connected to any 'grok' model hosted in Azure Foundry using the agent framework? I've tried, but I am getting the following error message: The code I'm using to connect to this model is (the important bits): This agent is then executed as a tool from another agent using the following code: BTW, the only way I've been able to connect to model in Foundry is to use the If anyone has been able to successfully connect to 'grok' models, what am I missing? UPDATE: I've since worked out that the endpoint url should just be - UPDATE 2: I've narrowed the issue down to the tools. I removed the tools and the model worked. Maybe this is a bug. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Ok, I've worked it out. The tools cannot have a '.' in the name - for example 'tool.name'. It can have a hyphen ('tool-name'). This is what was causing the error. |
Beta Was this translation helpful? Give feedback.
Ok, I've worked it out. The tools cannot have a '.' in the name - for example 'tool.name'. It can have a hyphen ('tool-name').
This is what was causing the error.