ConversationDTO

更新时间:
复制 MD 格式

Parameter

Type

Description

Example

object

The data structure for a conversation.

id

integer

The ID of the conversation.

1

title

string

The title of the conversation.

我的对话

messageCount

integer

The total number of messages in the conversation.

10

modelIds

string

A JSON-formatted string that contains an array of model IDs.

[1,2,3]

chatData

string

A JSON-formatted string that represents the complete state of the conversation.

{}

deleteTag

integer

The status of the conversation, where 0 means enabled and any non-zero value means disabled.

0

gmtCreate

string

The creation time of the conversation, in ISO 8601 format.

2024-01-01T00:00:00Z

gmtModified

string

The modification time of the conversation, in ISO 8601 format.

2024-01-01T00:00:00Z