Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.22 KB

ConversationMessage.md

File metadata and controls

26 lines (21 loc) · 1.22 KB

core_openapi.model.ConversationMessage

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]
model Model [optional]
fragment FragmentFormat [optional]
conversation ReferencedConversation
sentiment ConversationMessageSentimentEnum [optional]
role QGPTConversationMessageRoleEnum
score Score [optional]
annotations FlattenedAnnotations [optional]

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