-
Notifications
You must be signed in to change notification settings - Fork 216
GraphConnectors capability not working #13546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
👋 Hi @arunpandi1, Thank you for reporting this issue! We want to let you know that: ⏱️ Our team will personally review your issue ✨ This is an AI-generated initial response To troubleshoot your issue with the Graph Connectors functionality not working as expected in your declarative agent, please follow these steps:
Refer to the following typical setup for a Graph Connector in a declarative agent: {
"name": "GraphConnectors",
"connections": [
{
"connection_id": "graph_id",
"resource": "CONNECTOR_RESOURCE" // Adjust this resource parameter according to the specific Graph Connector being configured
}
]
} Sample ConfigurationMake sure your configuration is similar to a working Graph Connector sample: {
"name": "GraphConnectors",
"connections": [
{
"connection_id": "sample_graph_connector_id",
"resource": "https://graph.microsoft.com/v1.0/externalConnections/sampleConnectionId"
}
]
} Additional Tips:
If the problem persists and you cannot find a resolution within the standard configurations and troubleshooting steps provided, sharing detailed logs and error messages can help provide more precise recommendations. To gain more understanding, refer to the existing issues and discussions shared previously related to Graph Connectors and declarative agents to identify similar problems and potential solutions.
|
Thank you for bringing this issue to our attention. We will look into it and get back to you shortly. |
@arunpandi1. By the way, new version of TTK provides the Add capability to add graph connector. You can upgrade the TTK to the newest version and try it. Thanks. |
@arunpandi1 - Could you share the content of declarativeAgent.json as requested by @xzf0587? |
@Nivedipa-MSFT Sure! Here is the content of declarativeAgent.json as requested by @xzf0587 :
Please let me know if you need any modifications or additional details. |
@arunpandi1 It seems that the schema is right. |
@xzf0587, @Nivedipa-MSFT Even I'm facing this issue. Please tell the exact information you require to debug this issue. I'm attaching network response of client, console logs, and declarativeAgent.json content below:
DeclarativeAgent.json:
|
@priyanshu-28 |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate. |
Due to lack of details for further investigation, we will archive the issue for now. In case you still have following-up questions on this issue, please always feel free to reopen the issue by clicking ‘reopen issue’ button below the comment box. We will get back to you as soon as possible. |
Describe the Bug
We recently created a declarative agent using the Copilot Studio toolkit and configured Graph Connectors to enable integration with external data sources. However, after successfully provisioning the agent, it is not functioning as expected, and Graph Connectors fail to return any data. The deployed microsoft graph connectors working properly with sharepoint search.
To Reproduce
Steps to reproduce the behavior:
{ "name": "GraphConnectors", "connections": [ { "connection_id": "graph_id" } ] }
5. Provision the agent and attempt to query data using Graph Connectors.
6. Observe that no response or an error is returned.
Expected Behavior
Graph Connectors should function correctly, allowing Copilot to access and return data from external sources.
Screenshots
Teams Toolkit & Environment Details (please complete the following information):
Additional Context
Please provide any relevant logs or error messages to help troubleshoot the issue.
The text was updated successfully, but these errors were encountered: