Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.49 KB

FlattenedAnnotation.md

File metadata and controls

31 lines (26 loc) · 1.49 KB

core_openapi.model.FlattenedAnnotation

Load the model package

import 'package:pieces_os_client/api.dart';

Properties

Name Type Description Notes
schema EmbeddedModelSchema [optional]
id String
created GroupedTimestamp
updated GroupedTimestamp
deleted GroupedTimestamp [optional]
mechanism MechanismEnum [optional]
asset ReferencedAsset [optional]
person ReferencedPerson [optional]
type AnnotationTypeEnum
text String This is the text of the annotation.
model ReferencedModel [optional]
pseudo bool [optional]
favorited bool [optional]
anchor ReferencedAnchor [optional]
conversation ReferencedConversation [optional]
score Score [optional]
messages FlattenedConversationMessages [optional]

[Back to Model list] [Back to API list] [Back to README]