vapi4k
Toggle table of contents
1.2.4
jvm
Platform filter
jvm
Switch theme
Search in API
vapi4k
vapi4k-core
/
com.vapi4k.dtos.model
/
AbstractModelDto
Abstract
Model
Dto
@
Serializable
abstract
class
AbstractModelDto
(
source
)
Members
Constructors
Abstract
Model
Dto
Link copied to clipboard
constructor
(
)
Properties
emotion
Recognition
Enabled
Link copied to clipboard
var
emotionRecognitionEnabled
:
Boolean
?
functions
Link copied to clipboard
val
functions
:
MutableList
<
FunctionDto
>
knowledge
Base
Dto
Link copied to clipboard
@
SerialName
(
value
=
"knowledgeBase"
)
var
knowledgeBaseDto
:
KnowledgeBaseDto
?
max
Tokens
Link copied to clipboard
var
maxTokens
:
Int
messages
Link copied to clipboard
val
messages
:
MutableList
<
RoleMessageDto
>
num
Fast
Turns
Link copied to clipboard
var
numFastTurns
:
Int
temperature
Link copied to clipboard
var
temperature
:
Double
tool
Ids
Link copied to clipboard
val
toolIds
:
MutableSet
<
String
>
tools
Link copied to clipboard
val
tools
:
MutableList
<
ToolDto
>