feat(singleagent): chatflow with agent chat
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user