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
agentNamestringThe name that was not found.
requestDelegationRequestThe original request.
Returns
- DelegationResult
A not-found delegation result.