toggle menu
DICE API Documentation
JVM
switch theme
search in API
DICE API Documentation
/
com.embabel.dice.operations.abstraction
/
AbstractionItem
Abstraction
Item
data
class
AbstractionItem
(
val
text
:
String
,
val
confidence
:
<Error class: unknown class>
,
val
reasoning
:
String
,
val
sourceIndices
:
List
<
Int
>
)
Members
Constructors
Abstraction
Item
Link copied to clipboard
constructor
(
text
:
String
,
confidence
:
<Error class: unknown class>
,
reasoning
:
String
,
sourceIndices
:
List
<
Int
>
)
Properties
confidence
Link copied to clipboard
val
confidence
:
<Error class: unknown class>
reasoning
Link copied to clipboard
val
reasoning
:
String
source
Indices
Link copied to clipboard
val
sourceIndices
:
List
<
Int
>
text
Link copied to clipboard
val
text
:
String