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
agentAgentThe agent to evaluate.
requestDelegationRequestThe delegation request.
Returns
- bool
trueif the agent can handle the request; otherwise,false.