Package ai.wanaku.core.exchange
Class ToolInvokerBean
java.lang.Object
ai.wanaku.core.exchange.MutinyToolInvokerGrpc.ToolInvokerImplBase
ai.wanaku.core.exchange.ToolInvokerBean
- All Implemented Interfaces:
io.grpc.BindableService,io.quarkus.grpc.MutinyBean
@Generated(value="by Mutiny Grpc generator",
comments="Source: toolrequest.proto")
public class ToolInvokerBean
extends MutinyToolInvokerGrpc.ToolInvokerImplBase
implements io.grpc.BindableService, io.quarkus.grpc.MutinyBean
-
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<ToolInvokeReply> invokeTool(ToolInvokeRequest request) Invokes a toolMethods inherited from class ai.wanaku.core.exchange.MutinyToolInvokerGrpc.ToolInvokerImplBase
bindService, withCompressionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.grpc.BindableService
bindService
-
Method Details
-
invokeTool
Description copied from class:MutinyToolInvokerGrpc.ToolInvokerImplBaseInvokes a tool
- Overrides:
invokeToolin classMutinyToolInvokerGrpc.ToolInvokerImplBase
-