Skip to content

@egain/ai-agent-sdk API Reference - v0.1.1 / AgentListItem

Interface: AgentListItem

Represents an AI agent in the agent selection list.

AgentListItem

Table of contents

Properties

Properties

agentId

agentId: string

Unique agent identifier

Defined in

core/types/PortalTypes.ts:45


name

name: string

Display name of the agent

Defined in

core/types/PortalTypes.ts:47


description

Optional description: string

Optional description

Defined in

core/types/PortalTypes.ts:49

Released under the MIT License.