SeededConversation
This is a pre-Conversation object. This will hold together a conversation. Ie allthe message within a conversation. All the additional properties on here used on here like(anchors/assets) are used for context that will seed the conversation. model is a calculated property, and will be the model of the last message sent if applicable.
Properties​
Name | Type | Description | Notes |
---|---|---|---|
var_schema | EmbeddedModelSchema | [optional] | |
name | str | This is a name that is customized. | [optional] |
favorited | bool | [optional] | |
application | Application | [optional] | |
annotations | List[SeededAnnotation] | [optional] | |
messages | List[SeededConversationMessage] | [optional] | |
model | ReferencedModel | [optional] | |
assets | FlattenedAssets | [optional] | |
websites | FlattenedWebsites | [optional] | |
anchors | List[SeededAnchor] | [optional] | |
type | ConversationTypeEnum | ||
pipeline | QGPTPromptPipeline | [optional] | |
demo | bool | This will let us know if this conversation was generated as a 'demo' conversation | [optional] |