Share via


InvokeAgentDetails interface

Details for invoking another agent

Extends

Properties

endpoint

The endpoint for the agent invocation

request

The request payload for the agent invocation

sessionId

Session ID for the invocation

Inherited Properties

agentAUID

The agent user ID (AUID)

agentBlueprintId

The agent blueprint/application ID

agentDescription

A description of the AI agent's purpose or capabilities

agentId

The unique identifier for the AI agent

agentName

The human-readable name of the AI agent

agentUPN

The agent user principal name (UPN)

conversationId

The identifier for the conversation or session

iconUri

Optional icon identifier or URL for visual representation of the agent

tenantId

The tenant ID for the agent

Property Details

endpoint

The endpoint for the agent invocation

endpoint?: ServiceEndpoint

Property Value

request

The request payload for the agent invocation

request?: AgentRequest

Property Value

sessionId

Session ID for the invocation

sessionId?: string

Property Value

string

Inherited Property Details

agentAUID

The agent user ID (AUID)

agentAUID?: string

Property Value

string

Inherited From EnhancedAgentDetails.agentAUID

agentBlueprintId

The agent blueprint/application ID

agentBlueprintId?: string

Property Value

string

Inherited From EnhancedAgentDetails.agentBlueprintId

agentDescription

A description of the AI agent's purpose or capabilities

agentDescription?: string

Property Value

string

Inherited From EnhancedAgentDetails.agentDescription

agentId

The unique identifier for the AI agent

agentId: string

Property Value

string

Inherited From EnhancedAgentDetails.agentId

agentName

The human-readable name of the AI agent

agentName?: string

Property Value

string

Inherited From EnhancedAgentDetails.agentName

agentUPN

The agent user principal name (UPN)

agentUPN?: string

Property Value

string

Inherited From EnhancedAgentDetails.agentUPN

conversationId

The identifier for the conversation or session

conversationId?: string

Property Value

string

Inherited From EnhancedAgentDetails.conversationId

iconUri

Optional icon identifier or URL for visual representation of the agent

iconUri?: string

Property Value

string

Inherited From EnhancedAgentDetails.iconUri

tenantId

The tenant ID for the agent

tenantId?: string

Property Value

string

Inherited From EnhancedAgentDetails.tenantId