Novice in embabel that I am, I am failing to understand the exact mistake I am making #823
-
|
I have a very simple Agent, which has two placeholder methods: one annotated with 17:15:00.377 [main] ERROR DefaultAgentValidationManager - - MISSING_GOALS: Agent 'serviceRecommender' must have at least one goal defined |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
The |
Beta Was this translation helpful? Give feedback.
The
recommendmethod needs an@Actionannotation as well asAchievesGoal. Also it should ideally return a structure rather thanString.