SeededConversation
Properties​
Name | Type | Description | Notes |
---|---|---|---|
schema | EmbeddedModelSchema | [optional] | |
name | String | This is a name that is customized. | [optional] |
favorited | bool | [optional] | |
application | Application | [optional] | |
annotations | List<SeededAnnotation> | [optional] [default to const []] | |
messages | List<SeededConversationMessage> | [optional] [default to const []] | |
model | ReferencedModel | [optional] | |
assets | FlattenedAssets | [optional] | |
websites | FlattenedWebsites | [optional] | |
anchors | List<SeededAnchor> | [optional] [default to const []] | |
type | ConversationTypeEnum | ||
pipeline | QGPTPromptPipeline | [optional] | |
demo | bool | This will let us know if this conversation was generated as a 'demo' conversation | [optional] |