What type of issue is this?
Question
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Target SharePoint environment
SharePoint Online
What browser(s) / client(s) have you tested
Additional environment details
NA
Issue description
So trying to understand Copilot Components, below are some questions
- How is Copilot Component related to Copilot Agent(Declartive) ? I understand one Agent can have multiple components which can be called based on user intent?
- Each Copilot component can have multiple tools in its manifest, trying to understand, is this to support Single React component can render diffrent UI based on the tool being called ? but which parameter we can use to control this in properties ? Will this always be based on the message parameter that our code has to understand and then redner conditional User interface?
- Is it necessary that when we are buidling Copilot Apps or say Component, it needs to have its own Declartive Agent ? Can Microsoft 365 not call our Copilot component in a tenant if it is deployed globally ?
What type of issue is this?
Question
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Target SharePoint environment
SharePoint Online
What browser(s) / client(s) have you tested
Additional environment details
NA
Issue description
So trying to understand Copilot Components, below are some questions