Class RobotToolsSettingsEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.ai.robot_settings.tools.RobotToolsSettingsEntity
- All Implemented Interfaces:
Serializable
Stores Spring AI tool orchestration preferences (draft + published) for a robot
settings template.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RobotToolsSettingsEntityfromRequest(RobotToolsSettingsRequest request, org.modelmapper.ModelMapper modelMapper) Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
enabled
-
invocationMode
-
toolChoice
-
maxToolInvocations
-
defaultToolPrompt
-
toolConfigs
-
-
Constructor Details
-
RobotToolsSettingsEntity
public RobotToolsSettingsEntity()
-
-
Method Details
-
fromRequest
public static RobotToolsSettingsEntity fromRequest(RobotToolsSettingsRequest request, org.modelmapper.ModelMapper modelMapper)
-