Custom Engine Agents in Microsoft 365 Copilot

Agents in BizChat has been available for some time already, but now there is an upcoming update to Agents. The introduction of “ custom engine agents ” in Microsoft 365 Copilot! These specialized agents can be built on any large language model (LLM), toolchain, or orchestration tool, tailored specifically for your domain or tenant workflows. Initially supported in Microsoft Teams, this feature will soon be available in Microsoft 365 Copilot Business Chat ( BizChat ).   The introduction of Custom engine agents enables your organization to create customized experiences using your own AI systems and orchestrators. You can design unique prompts, connect to any LLM, and integrate these custom agents with Microsoft 365 Copilot. After the rollout, users will be able to access these agents, provided they are enabled and deployed in the Microsoft 365 admin center under the Copilot tab.   You can read more about the feature on this page . Eligible users can create agents using Micros...

Note to self: Merging files before CUCM upgrade

I ran into an issue when upgrading (patching) a CUCM 7.1.2 tonight, and I couldn't see any readme files on cisco.com explaining the problem. However, I came across a blog post mentioning something similar.

When you download patches from cisco.com, they might be big and split into two or more files.
One way to merge them is using the "copy /B" in a dos prompt.

Example: When you have downloaded the two files "UCSInstall_UCOS_X.X.X.XXXXX-XX.sgn.iso_part1of2" and "UCSInstall_UCOS_X.X.X.XXXXX-XX.sgn.iso_part2of2", simply merge them by typing: "Copy /B UCSInstall_UCOS_X.X.X.XXXXX-XX.sgn.iso_part1of2+UCSInstall_UCOS_X.X.X.XXXXX-XX.sgn.iso_part2of2 UCSInstall_UCOS_X.X.X.XXXXX-XX.sgn.iso

The process will take a few minutes, and should complete with "one files copied" (You need to be in the folder where these files are located).

Once this is done, you put the merged file in a folder which you can connect to from the CUCM.
(Tip: I use xlite as a ftp server for this purpose :)