feat(singleagent): add ImpersonateCozeUserAccessToken api

This commit is contained in:
lijunwen.gigoo
2025-08-11 12:09:38 +08:00
committed by zhuangjie.1125
parent 140bbd3201
commit 000a0f8456

View File

@ -1506,6 +1506,16 @@ func _upload1Mw() []app.HandlerFunc {
return nil
}
func _coze_web_appMw() []app.HandlerFunc {
// your code...
return nil
}
func _impersonatecozeuserMw() []app.HandlerFunc {
// your code...
return nil
}
func _getorcreateconversationMw() []app.HandlerFunc {
// your code...
return nil