Relative Content

Tag Archive for microsoft-copilot

How does Copilot identify relationshipsforeign keys across relational data?

I’m creating a connector with a custom API Graph. As the API Graph only supports a flat structure of data, how does Copilot identify relationshipsforeign keys across relational data? For example, how do I expose customer details with associated addresses. This is a one-to-many relationship. I assume I would need a Customer ConnectorAPI and a customerAddresses ConnectorAPI. Would copilot automatically work out the relational data by seeing the customerId in the customer address record?

Query Metadata from Knowledge or Data Sources in Copilot Studio

Is it possible to say something like “Show me files with X property set to Y”? I’ve tried using this query with the default create generative answers node with some of my Sharepoint sites, but haven’t been able to get any results. I’ve also tried creating an adaptive card that stores that stores the aforementioned X and Y input and sends them to a Power Automate action that retrieves the links to all of the files that match it, but it doesn’t seem like I can go any further with having the links to the files that match the search criteria.

Difference Between Knowledge Source and Data Source

I’m trying to build a custom copilot. I’ve added several knowledge sources, but when I enable “Search only selected sources” in a “Create generative answers” node it does nothing. If I add links into the data sources under classic data, then it magically works.