-
I am building some summary tool that need to ingest Azure RBAC permission table ( Example link https://learn.microsoft.com/en-us/azure/role-based-access-control/permissions/security) to teach LLM what does each action/operation name really mean. (LLM will give some random meaning based on the words in the action.) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Tagging @sphenry |
Beta Was this translation helpful? Give feedback.
-
We had to use the Grounding with Bing resource with the Azure AI Agents, here's a working sample in case it helps: |
Beta Was this translation helpful? Give feedback.
We had to use the Grounding with Bing resource with the Azure AI Agents, here's a working sample in case it helps:
https://copilotwksp.com/wksp/05-semantic-kernel-workshop/lesson6/
https://github.com/Azure/intelligent-app-workshop/blob/main/workshop/dotnet/Solutions/Lesson6/Program.cs