-
Notifications
You must be signed in to change notification settings - Fork 209
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
[Dev support]: use teams-ai for copilot agent #2292
Comments
@maxime-wegrow ,Thank you for your inquiry! Could you please provide more details about your issue? Specifically, it would be helpful to know:
Providing this information will help us better understand your situation and assist you more effectively. |
Hello @sayali-MSFT, i used the code available in this repo : https://github.com/microsoft/teams-ai/tree/main/js/samples/01.getting-started/a.echoBot this repo is using the teams-ai sdk |
@maxime-wegrow ,Thanks for sharing the information. We will check this and let you know the update |
Hello @maxime-wegrow ,We are trying to reproduce the issue but are facing some challenges. We are checking with the internal team and will update you as soon as possible. |
@maxime-wegrow , Yes, the Teams-AI SDK can be used to create M365 Copilot agents. However, there are specific configurations and requirements that need to be met for the agent to function properly in the M365 Copilot environment. 2. Why is it marked as compatible with 365 Copilot by default? When you include the Teams-AI SDK in your project and upload it to the Teams admin center, it is marked as compatible with 365 Copilot because the SDK is designed to support both Teams and M365 Copilot environments. However, additional configurations might be necessary to ensure full compatibility. Reference Document-https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/overview-custom-engine-agent |
@sayali-MSFT Thanks for the informations can you pin point me a github repo where i can find a typescript sample ? i found this one : https://github.com/microsoft/teams-ai/tree/aa9332261d4b645602b2f584dc01249a92751936/js/samples but its confusing, it mix copilot and teams sample, in my use case i want a copilot agent that answer specific prompt with specific data coming from my company llm in some sample i see the use of messageExtensions for answer copilot prompt but this is weird because messageExtensions are already used in teams for a other purpose |
@maxime-wegrow , Are you looking for this type of sample? |
@sayali-MSFT look like it, do this sample will work inside m365 copilot ? ( eg : https://m365.cloud.microsoft/chat ) edit: after reading the sample repo, this repo seems that its not using teams-ai sdk |
@maxime-wegrow, Thank you for your request. We will check if we have any samples that match your requirements and will update you accordingly. |
Question
In the custom engine agent microsoft documentation ( https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/overview-custom-engine-agent )
its seems that teams-ai sdk can be used to create M365 copilot agent that can be used by users with licence
Currently my Teams app is working fine with the teams-ai sdk but its completely broken inside M365 copilot
In teams every message end up on /api/messages endpoint but in copilot 365 my api never receive any calls but the developer display a error 500 during a http call
Do the This sdk permit the creation of 365 copilot agent ?
if not why by default once you include teams-ai sdk in our project and upload it the Teams admin center, it is marked as compatible with 365 copilot ?
The text was updated successfully, but these errors were encountered: