Package ai.wanaku.tool.exec
Class ExecDelegate
java.lang.Object
ai.wanaku.core.capabilities.tool.AbstractToolDelegate
ai.wanaku.tool.exec.ExecDelegate
- All Implemented Interfaces:
InvocationDelegate,ProvisionAware,RegisterAware
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ai.wanaku.core.capabilities.tool.AbstractToolDelegate
deregister, init, invoke, provision, register
-
Constructor Details
-
ExecDelegate
public ExecDelegate()
-
-
Method Details
-
coerceResponse
protected List<String> coerceResponse(Object response) throws ai.wanaku.api.exceptions.InvalidResponseTypeException, ai.wanaku.api.exceptions.NonConvertableResponseException - Specified by:
coerceResponsein classAbstractToolDelegate- Throws:
ai.wanaku.api.exceptions.InvalidResponseTypeExceptionai.wanaku.api.exceptions.NonConvertableResponseException
-