feat(singleagent): chatflow with agent chat

This commit is contained in:
lijunwen.gigoo
2025-08-12 13:52:30 +08:00
parent c89695c1b8
commit 2279f56fc5
5 changed files with 194 additions and 24 deletions

View File

@ -114,7 +114,7 @@ func ImpersonateCozeUser(ctx context.Context, c *app.RequestContext) {
var req bot_open_api.ImpersonateCozeUserRequest
err = c.BindAndValidate(&req)
if err != nil {
c.String(consts.StatusBadRequest, err.Error())
invalidParamRequestResponse(c, err.Error())
return
}