ChunkDelta

org.llm4s.llmconnect.model.ChunkDelta
See theChunkDelta companion object
final case class ChunkDelta(content: Option[String], role: Option[String], toolCalls: List[ToolCall])

Delta information for streaming chunks

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product