Class ToolsGrpc.ToolsImplBase (4.87.0)

public abstract static class ToolsGrpc.ToolsImplBase implements BindableService, ToolsGrpc.AsyncService

Base class for the server implementation of the service Tools.

Tool Service for LLM powered Agent Assist. Tools can be used to interact with remote APIs (e.g. fetching orders) to retrieve additional information as input to LLM.

Inheritance

java.lang.Object > ToolsGrpc.ToolsImplBase

Implements

io.grpc.BindableService, ToolsGrpc.AsyncService

Constructors

ToolsImplBase()

public ToolsImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
Type Description
io.grpc.ServerServiceDefinition