Package ai.wanaku.tool.exec
Class ExecDelegate
java.lang.Object
ai.wanaku.core.services.tool.AbstractToolDelegate
ai.wanaku.tool.exec.ExecDelegate
- All Implemented Interfaces:
ConfigurableDelegate,InvocationDelegate,PropertyProvider,RegisterAware
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ai.wanaku.core.services.tool.AbstractToolDelegate
credentialsConfigurations, deregister, init, invoke, properties, register, serviceConfigurations
-
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
-