org.llm4s.shared.StreamingOutputMessage
See theStreamingOutputMessage companion object
case class StreamingOutputMessage(commandId: String, outputType: String, content: String, isComplete: Boolean) extends WebSocketMessage
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WebSocketMessageclass Objecttrait Matchableclass Any
Members list
In this article