code-executor-model
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
code-executor-model
code-executor-model
/
com.javaaidev.llmcodeexecutor.executor.model
/
LoadedFile
/
LoadedFileBuilderBase
Loaded
File
Builder
Base
abstract
class
LoadedFileBuilderBase
<
T
:
LoadedFile
?
>
Inheritors
LoadedFileBuilder
Members
Constructors
Loaded
File
Builder
Base
Link copied to clipboard
constructor
(
)
constructor
(
mimeType
:
String
,
data
:
String
)
Functions
build
Link copied to clipboard
open
fun
build
(
)
:
T
with
Data
Link copied to clipboard
open
fun
withData
(
data
:
String
)
:
LoadedFile.LoadedFileBuilderBase
with
Mime
Type
Link copied to clipboard
open
fun
withMimeType
(
mimeType
:
String
)
:
LoadedFile.LoadedFileBuilderBase