Table of Contents

Method To

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

To(string, string)

Creates a delegation request with a builder pattern.

public static DelegationRequest To(string targetAgentName, string task)

Parameters

targetAgentName string

The name of the target agent.

task string

The task to delegate.

Returns

DelegationRequest

A new delegation request.