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 Type
    Method
    Description
    default void
    invokeTool(ToolInvokeRequest request, io.grpc.stub.StreamObserver<ToolInvokeReply> responseObserver)
    Invokes a tool
  • Method Details