Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 805 Bytes

FlattenedConversationMessages.md

File metadata and controls

18 lines (13 loc) · 805 Bytes

core_openapi.model.FlattenedConversationMessages

Load the model package

import 'package:pieces_os_client/api.dart';

Properties

Name Type Description Notes
schema EmbeddedModelSchema [optional]
iterable List [default to const []]
indices Map<String, int> This is a Map<String, int> where the the key is an ConversationMessage id. [optional] [default to const {}]
score Score [optional]

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