ChatChunkRequestResponseData
sttp.openai.requests.completions.chat.ChatChunkRequestResponseData
object ChatChunkRequestResponseData
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
case class ChatChunkResponse(id: String, choices: Seq[Choices], created: Int, model: String, `object`: String, systemFingerprint: Option[String])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ChatChunkResponse
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ChatChunkResponse.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Choices
case class Delta(role: Option[Role], content: Option[String], toolCalls: 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
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article