- Annotations
-
- @GrpcServiceName.new('litertlm.LiteRtLmService')
Properties
-
$name
→ String
-
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$addMethod(ServiceMethod method)
→ void
-
inherited
-
$lookupMethod(String name)
→ ServiceMethod?
-
inherited
-
$onMetadata(ServiceCall context)
→ void
-
Client metadata handler.
inherited
-
chat(ServiceCall call, ChatRequest request)
→ Stream<ChatResponse>
-
-
chat_Pre(ServiceCall $call, Future<ChatRequest> $request)
→ Stream<ChatResponse>
-
-
chatWithImage(ServiceCall call, ChatWithImageRequest request)
→ Stream<ChatResponse>
-
-
chatWithImage_Pre(ServiceCall $call, Future<ChatWithImageRequest> $request)
→ Stream<ChatResponse>
-
-
closeConversation(ServiceCall call, CloseConversationRequest request)
→ Future<CloseConversationResponse>
-
-
closeConversation_Pre(ServiceCall $call, Future<CloseConversationRequest> $request)
→ Future<CloseConversationResponse>
-
-
createConversation(ServiceCall call, CreateConversationRequest request)
→ Future<CreateConversationResponse>
-
-
createConversation_Pre(ServiceCall $call, Future<CreateConversationRequest> $request)
→ Future<CreateConversationResponse>
-
-
healthCheck(ServiceCall call, HealthCheckRequest request)
→ Future<HealthCheckResponse>
-
-
healthCheck_Pre(ServiceCall $call, Future<HealthCheckRequest> $request)
→ Future<HealthCheckResponse>
-
-
initialize(ServiceCall call, InitializeRequest request)
→ Future<InitializeResponse>
-
-
initialize_Pre(ServiceCall $call, Future<InitializeRequest> $request)
→ Future<InitializeResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
shutdown(ServiceCall call, ShutdownRequest request)
→ Future<ShutdownResponse>
-
-
shutdown_Pre(ServiceCall $call, Future<ShutdownRequest> $request)
→ Future<ShutdownResponse>
-
-
toString()
→ String
-
A string representation of this object.
inherited