+- [AI skill example with the AdventureWorks dataset -preview](https://learn.microsoft.com/en-us/fabric/data-science/ai-skill-scenario): `This example sets up a custom OpenAI client to interact with a conversational AI system. It sends a question about data sources, waits for a response, and prints the conversation`. The client handles authentication using a token and manages conversation threads programmatically. The data sources it can query include lakehouses, warehouses, Power BI semantic models, and KQL databases. Finally, it cleans up by deleting the conversation thread.
0 commit comments