Edit

Share via


agentProvider resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the service provider of an agent, as defined in the agentCardManifest.

Properties

Property Type Description
organization String The name of the agent provider's organization.
url String A URL for the agent provider's website or relevant documentation.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.agentProvider",
  "organization": "String",
  "url": "String"
}