Table of Contents

Constructor DelegationRequest

Namespace
LMKit.Agents.Delegation
Assembly
LM-Kit.NET.dll

DelegationRequest(string, string, string, string, string)

Initializes a new instance of the DelegationRequest class.

public DelegationRequest(string targetAgentName, string task, string context = null, string sourceAgentName = null, string reason = null)

Parameters

targetAgentName string

The name of the target agent.

task string

The task to delegate.

context string

Optional context for the delegate.

sourceAgentName string

The name of the source agent.

reason string

Optional reason for delegation.