Table of Contents

Method AgentNotFound

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

AgentNotFound(string, DelegationRequest)

Creates a result for when the target agent was not found.

public static DelegationResult AgentNotFound(string agentName, DelegationRequest request)

Parameters

agentName string

The name that was not found.

request DelegationRequest

The original request.

Returns

DelegationResult

A not-found delegation result.