Method CanHandle
- Namespace
- LMKit.Agents.Delegation
- Assembly
- LM-Kit.NET.dll
CanHandle(Agent, DelegationRequest)
Checks if the agent's name matches the request target.
public bool CanHandle(Agent agent, DelegationRequest request)
Parameters
agentAgentThe agent to evaluate.
requestDelegationRequestThe delegation request.
Returns
- bool
trueif names match; otherwise,false.