Package com.embabel.chat.agent
Interface BlackboardFormatter
-
- All Implemented Interfaces:
public interface BlackboardFormatterPresent the context of the blackboard to the agent in a textual form. Exclude conversation and user input.
-
-
Method Summary
Modifier and Type Method Description abstract Stringformat(Blackboard blackboard)Formats the conversation so far for the agent. -
-
Method Detail
-
format
abstract String format(Blackboard blackboard)
Formats the conversation so far for the agent.
- Returns:
the formatted conversation
-
-
-
-