Package ai.wanaku.core.exchange
Interface ToolInvokerGrpc.AsyncService
- All Known Implementing Classes:
ToolInvokerGrpc.ToolInvokerImplBase
- Enclosing class:
ToolInvokerGrpc
public static interface ToolInvokerGrpc.AsyncService
The tool exchange service definition.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidinvokeTool(ToolInvokeRequest request, io.grpc.stub.StreamObserver<ToolInvokeReply> responseObserver) Invokes a tool
-
Method Details
-
invokeTool
default void invokeTool(ToolInvokeRequest request, io.grpc.stub.StreamObserver<ToolInvokeReply> responseObserver) Invokes a tool
-