Skip to content

Commit acfce61

Browse files
feat: support conversation isolation (#2443)
Co-authored-by: yangyu.1 <[email protected]>
1 parent 5d1276b commit acfce61

File tree

29 files changed

+405
-95
lines changed

29 files changed

+405
-95
lines changed

backend/api/model/conversation/conversation/conversation.go

Lines changed: 188 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/api/model/conversation/conversation/conversation_service.go

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/application/conversation/agent_run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ func (c *ConversationApplicationService) checkConversation(ctx context.Context,
269269

270270
conData, err := c.ConversationDomainSVC.Create(ctx, &convEntity.CreateMeta{
271271
AgentID: ar.BotID,
272-
UserID: userID,
272+
CreatorID: userID,
273273
Scene: ptr.From(ar.Scene),
274274
ConnectorID: consts.CozeConnectorID,
275275
})

0 commit comments

Comments
 (0)