Delta

sttp.openai.requests.completions.chat.ChatChunkRequestResponseData.Delta
See theDelta companion object
case class Delta(role: Option[Role], content: Option[String], toolCalls: Option[Seq[ToolCall]], functionCall: Option[FunctionCall])

Value parameters

content

The contents of the message.

functionCall

The name of the author of this message. May contain a-z, A-Z, 0-9, and underscores, with a maximum length of 64 characters.

role

The role of the author of this message.

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