Building and customizing solutions using Microsoft 365 Copilot APIs and tools
It sounds like you're experiencing issues with the agent's ability to consistently retrieve data from the SharePoint list. There could be several factors contributing to the inconsistent results you're seeing:
- Search Results Missing: When using generative answers with SharePoint, only the top three search results are utilized to generate a response. If no relevant search results are returned, the agent may not provide accurate data. Ensure that the agent is pointing to a SharePoint location with relevant content.
- Document Indexing: If documents were recently uploaded to SharePoint, they might not have been indexed yet, which can lead to missing data in responses.
- Supported Formats: Make sure that the documents in your SharePoint list are in supported formats, as only those formats can be used to generate responses.
- Agent Configuration: Review the configuration of your agent to ensure that it is set up correctly to read the creation and resolution dates from the SharePoint list.
- Data Retrieval Timing: If there are delays or timeouts in retrieving data, it might result in zero values being returned. Consider optimizing the agent's performance and ensuring that it handles delays appropriately.
If these suggestions do not resolve the issue, further investigation into the specific configurations and data sources used by your agent may be necessary.