Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.93 KB

File metadata and controls

51 lines (40 loc) · 1.93 KB
title aiAgentInfo resource type
description Represents information about an AI agent that participated in the preparation of the message.
author PatilAishwarya95
ms.date 10/05/2025
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType

aiAgentInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents information about an AI agent that participated in the preparation of the message recorded in the processConversationMetadata object.

Inherits from aiInteractionEntity.

Properties

Property Type Description
blueprintId String Identifier of the parent agent blueprint that defines the identity and configuration of the agent.
identifier String The unique identifier of the AI agent. Inherited from aiInteractionEntity.
name String The display name of the AI agent. Inherited from aiInteractionEntity.
version String The version of the AI agent used. Inherited from aiInteractionEntity.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.aiAgentInfo",
  "blueprintId": "String",
  "identifier": "String",
  "name": "String",
  "version": "String"
}