Class GeneratorsGrpc.GeneratorsImplBase (4.55.0)

public abstract static class GeneratorsGrpc.GeneratorsImplBase implements BindableService, GeneratorsGrpc.AsyncService

Base class for the server implementation of the service Generators.

Generator Service for LLM powered Agent Assist. This service manages the configurations of user owned Generators, such as description, context and instruction, input/output format, etc. The generator resources will be used inside a conversation and will be triggered by TriggerEvent to query LLM for answers.

Inheritance

java.lang.Object > GeneratorsGrpc.GeneratorsImplBase

Implements

io.grpc.BindableService, GeneratorsGrpc.AsyncService

Constructors

GeneratorsImplBase()

public GeneratorsImplBase()

Methods

bindService()

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