Interface EphemeralAgentTemplateValidationService
- All Known Implementing Classes:
EphemeralAgentTemplateValidationServiceImpl
@PublicApi
public interface EphemeralAgentTemplateValidationService
- Since:
- 9.3
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(@NotNull EphemeralAgentTemplate ephemeralAgentTemplate) Validates whether the template is a legit Ephemeral Agents template.
-
Method Details
-
validate
void validate(@NotNull @NotNull EphemeralAgentTemplate ephemeralAgentTemplate) throws TemplateValidationException Validates whether the template is a legit Ephemeral Agents template.- Parameters:
ephemeralAgentTemplate
- entity to validate- Throws:
TemplateValidationException
- if the template does not pass validation
-