Interface EphemeralAgentTemplateValidationService
-
- All Known Implementing Classes:
EphemeralAgentTemplateValidationServiceImpl
@PublicApi public interface EphemeralAgentTemplateValidationService
- Since:
- 9.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
validate(@NotNull EphemeralAgentTemplate ephemeralAgentTemplate)
Validates whether the template is a legit Ephemeral Agents template.
-
-
-
Method Detail
-
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
-
-