perf: AI机器人支持多会话

This commit is contained in:
kuaifan
2025-02-10 15:53:14 +09:00
parent 0272933f70
commit da0fa31181
4 changed files with 4 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ use Illuminate\Support\Facades\DB;
* @property int $id
* @property string|null $type 对话类型
* @property string|null $group_type 聊天室类型
* @property int|null $session_id 会话ID(最新)
* @property int|null $session_id 会话ID
* @property string|null $name 对话名称
* @property string $avatar 头像(群)
* @property int|null $owner_id 群主用户ID