InvokeAgentDetails interface
Details for invoking another agent
- Extends
Properties
| endpoint | The endpoint for the agent invocation |
| request | The request payload for the agent invocation |
| session |
Session ID for the invocation |
Inherited Properties
| agentAUID | The agent user ID (AUID) |
| agent |
The agent blueprint/application ID |
| agent |
A description of the AI agent's purpose or capabilities |
| agent |
The unique identifier for the AI agent |
| agent |
The human-readable name of the AI agent |
| agentUPN | The agent user principal name (UPN) |
| conversation |
The identifier for the conversation or session |
| icon |
Optional icon identifier or URL for visual representation of the agent |
| tenant |
The tenant ID for the agent |
Property Details
endpoint
request
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