generated/llm_service.pb library
Classes
- LLMGenerateRequest
- The single request envelope for both unary and streaming generation.
- LLMStreamEvent
-
LLMStreamFinalResult is deleted: the stream terminates with the same
LLMGenerationResult type the unary call returns (see
resultbelow), so one mapper serves both paths instead of two near-identical ones. - LLMStreamEventKind
Extensions
- GeneratedMessageGenericExtensions on T
-
Extensions on
GeneratedMessages.