Uses of Annotation Interface
com.bytedesk.core.annotation.ApiRateLimiter
Packages that use ApiRateLimiter
Package
Description
Robot package contains classes for managing AI robots/agents.
浏览记录管理包。
-
Uses of ApiRateLimiter in com.bytedesk.ai.robot
Methods in com.bytedesk.ai.robot with annotations of type ApiRateLimiterModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>RobotTestController.testContextTemplateSummary(RobotRequest request) 上下文模板摘要服务测试接口 http://127.0.0.1:9003/test/api/v1/robot/context-template-summaryorg.springframework.http.ResponseEntity<?>RobotTestController.testEntityExtraction(RobotRequest request) 实体提取服务测试接口 http://127.0.0.1:9003/test/api/v1/robot/entity-extractionorg.springframework.http.ResponseEntity<?>RobotTestController.testFallbackResponse(RobotRequest request) 备用回复服务测试接口 http://127.0.0.1:9003/test/api/v1/robot/fallback-responseorg.springframework.http.ResponseEntity<?>RobotTestController.testQueryRewrite(RobotRequest request) 查询重写服务测试接口 http://127.0.0.1:9003/test/api/v1/robot/query-rewriteorg.springframework.http.ResponseEntity<?>RobotTestController.testRelationshipExtraction(RobotRequest request) 关系提取服务测试接口 http://127.0.0.1:9003/test/api/v1/robot/relationship-extractionorg.springframework.http.ResponseEntity<?>RobotTestController.testSessionTitleGeneration(RobotRequest request) 会话标题生成服务测试接口 http://127.0.0.1:9003/test/api/v1/robot/session-title-generationorg.springframework.http.ResponseEntity<?>RobotTestController.testSummaryGeneration(RobotRequest request) 摘要生成服务测试接口 http://127.0.0.1:9003/test/api/v1/robot/summary-generation -
Uses of ApiRateLimiter in com.bytedesk.core.aop
Methods in com.bytedesk.core.aop with parameters of type ApiRateLimiterModifier and TypeMethodDescriptionprivate ObjectApiRateLimiterAspect.doMethodRateLimit(org.aspectj.lang.ProceedingJoinPoint point, Method method, ApiRateLimiter apiRateLimiter) 执行方法级别的限流检查 -
Uses of ApiRateLimiter in com.bytedesk.core.config.properties
Methods in com.bytedesk.core.config.properties with annotations of type ApiRateLimiterModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>BytedeskPropertiesController.getBytedeskProperties() -
Uses of ApiRateLimiter in com.bytedesk.core.kaptcha
Methods in com.bytedesk.core.kaptcha with annotations of type ApiRateLimiterModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>KaptchaRestController.checkKaptcha(UserRequest userRequest) org.springframework.http.ResponseEntity<?>KaptchaRestController.getKaptcha() -
Uses of ApiRateLimiter in com.bytedesk.service.browse
Methods in com.bytedesk.service.browse with annotations of type ApiRateLimiterModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>BrowseRestControllerVisitor.browse(BrowseRequest request, jakarta.servlet.http.HttpServletRequest httpRequest) 处理访客浏览请求 -
Uses of ApiRateLimiter in com.bytedesk.service.visitor
Methods in com.bytedesk.service.visitor with annotations of type ApiRateLimiterModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>VisitorRestControllerVisitor.init(VisitorRequest request, jakarta.servlet.http.HttpServletRequest httpRequest) org.springframework.http.ResponseEntity<?>VisitorRestControllerVisitor.sendSyncVisitorMessage(Map<String, String> map)