Package ai.wanaku.core.exchange
Interface InvocationDelegate
- All Superinterfaces:
ProvisionAware,RegisterAware
A delegate that can be used by services that invoke tools
-
Method Summary
Methods inherited from interface ai.wanaku.core.exchange.ProvisionAware
provisionMethods inherited from interface ai.wanaku.core.exchange.RegisterAware
deregister, register
-
Method Details
-
invoke
Invokes the tool- Parameters:
request- the tool invocation request, including the body and parameters passed- Returns:
- A ToolInvokeReply instance with details about the tool execution status
-