Table of Contents

Method CanHandle

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

CanHandle(Agent, DelegationRequest)

Determines if the given agent can handle the specified request.

bool CanHandle(Agent agent, DelegationRequest request)

Parameters

agent Agent

The agent to evaluate.

request DelegationRequest

The delegation request.

Returns

bool

true if the agent can handle the request; otherwise, false.