Interface InvocationDelegate
- All Superinterfaces:
ProvisionAware, RegisterAware
A delegate that can be used by services that invoke tools
-
Method Summary
Methods inherited from interface ProvisionAware
provisionMethods inherited from interface 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
-