Skip to content
Docs Try Aspire
Docs Try

AgentEntityInfo Properties

Record Properties 5 members
Describes an AI agent exposed by an agent service backend, used for entity discovery in DevUI.
Description Section titled Description nullable string?
A short description of the agent's capabilities.
public string? Description { get; init; }
Gets the framework identifier. Defaults to "agent_framework".
public string Framework { get; init; }
The unique identifier for the agent, typically matching the name passed to AddAIAgent.
public string Id { get; init; }
Gets the display name for the agent. Defaults to AgentEntityInfo.Id if not specified.
public string Name { get; init; }
Gets the entity type. Defaults to "agent".
public string Type { get; init; }