feat(singleagent): add ImpersonateCozeUserAccessToken api
This commit is contained in:
committed by
zhuangjie.1125
parent
140bbd3201
commit
000a0f8456
@ -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
|
||||
|
||||
Reference in New Issue
Block a user