root.copilotAgents.customEngineAgents object
Represents a conversational Teams bot that uses custom AI language models and orchestration, surfaced as an agent in the Microsoft 365 Copilot UI.
Properties that reference this object type:
Syntax
Properties
id
Unique (bot) identifier for the custom engine agent. Must match the botId
specified in the bots
section of the manifest, and the referenced bot must be of personal
scope. The app short
name and description must also be defined.
Type
string
Required
✅
Constraints
Supported values
The string value must be a guid.
type
Type of the custom engine agent.
Type
string
Required
✅
Constraints
Supported values
Allowed values: bot
.