org.llm4s.http.MultipartPart
See theMultipartPart companion trait
object MultipartPart
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
MultipartPart.type
Members list
Type members
Classlikes
case class FilePart(name: String, path: Path, filename: String) extends MultipartPart
A file field in a multipart request.
A file field in a multipart request.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MultipartPartclass Objecttrait Matchableclass AnyShow all
case class TextField(name: String, value: String) extends MultipartPart
A text field in a multipart request.
A text field in a multipart request.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MultipartPartclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article