org.llm4s.model.TransformationResult
See theTransformationResult companion object
case class TransformationResult(options: CompletionOptions, messages: Seq[Message], warnings: Seq[String], requiresFakeStreaming: Boolean)
Transformation result containing both transformed options and any warnings.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article