Uses of Class
com.bytedesk.ai.robot.RobotProtobuf
Packages that use RobotProtobuf
Package
Description
Robot package contains classes for managing AI robots/agents.
Robot message package contains classes for handling robot communication.
Utilities package contains helper classes and common utilities for the AI module.
-
Uses of RobotProtobuf in com.bytedesk.ai.robot
Methods in com.bytedesk.ai.robot that return RobotProtobufModifier and TypeMethodDescriptionstatic RobotProtobuf
RobotProtobuf.convertFromRobotEntity
(RobotEntity robotEntity) static RobotProtobuf
-
Uses of RobotProtobuf in com.bytedesk.ai.robot_message
Methods in com.bytedesk.ai.robot_message with parameters of type RobotProtobufModifier and TypeMethodDescriptionstatic MessageProtobuf
RobotMessageUtils.createRobotMessage
(ThreadEntity thread, ThreadProtobuf threadProtobuf, RobotProtobuf robot, MessageProtobuf messageProtobuf) -
Uses of RobotProtobuf in com.bytedesk.ai.springai.base
Methods in com.bytedesk.ai.springai.base with parameters of type RobotProtobufModifier and TypeMethodDescriptionvoid
BaseSpringAIService.sendSseMessage
(String query, RobotProtobuf robot, MessageProtobuf messageProtobuf, org.springframework.web.servlet.mvc.method.annotation.SseEmitter emitter) -
Uses of RobotProtobuf in com.bytedesk.ai.springai.spring
Methods in com.bytedesk.ai.springai.spring with parameters of type RobotProtobufModifier and TypeMethodDescriptionvoid
SpringAIService.sendSseMessage
(String query, RobotProtobuf robot, MessageProtobuf messageProtobuf, org.springframework.web.servlet.mvc.method.annotation.SseEmitter emitter) 发送Sse消息 -
Uses of RobotProtobuf in com.bytedesk.ai.utils
Methods in com.bytedesk.ai.utils that return RobotProtobufModifier and TypeMethodDescriptionstatic RobotProtobuf
ConvertAiUtils.convertToRobotProtobuf
(RobotEntity entity) -
Uses of RobotProtobuf in com.bytedesk.service.settings
Fields in com.bytedesk.service.settings declared as RobotProtobuf